]> andersk Git - gssapi-openssh.git/blobdiff - bundle/make-src-bundle
o Add easy version setting to the bundle module.
[gssapi-openssh.git] / bundle / make-src-bundle
index 9f2e46619530eace8cbafc1b730c700327883e38..fd8c96e0947a06310164a80167a5a1ea9eddd89b 100755 (executable)
@@ -7,8 +7,12 @@
 #        ./make-src-bundle
 #
 
-NAME="gsi_openssh_bundle-2.1-src.tar.gz"
+source version.sh
+
+NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
 
 if [ ! -e $NAME ]; then
-    $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -xml=gsi_openssh_bundle-src.xml
+    $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=gsi_openssh_bundle-src.xml
+else; then
+    echo "Please remove $NAME before running this script."
 fi
This page took 0.075628 seconds and 4 git commands to generate.