source: other-projects/trunk/gs2-release-maker/bin/create-distribution-wrapper.sh.backup@ 15332

Last change on this file since 15332 was 14771, checked in by oranfry, 16 years ago

added all the stuff for gs2-release-maker

  • Property svn:executable set to *
File size: 244 bytes
Line 
1#!/bin/sh
2# $1 - version (e.g., 2.75)
3# $2 - branch path (e.g., branches/2.75)
4
5cd gsdl
6source setup.bash
7cd ../dist
8/home/nzdl/for-distributions/bin/script/create_distributions.pl -version_num $1 -branch_path $2 -output_dir `pwd` -NoChangeLog
Note: See TracBrowser for help on using the repository browser.