]> andersk Git - gssapi-openssh.git/blob - bundle/scripts/make-src-bundle
o Remove two gsi_openssh* packages from bundle module.
[gssapi-openssh.git] / bundle / scripts / make-src-bundle
1 #!/bin/sh
2 #
3 # Usage:
4 #
5 #   1) Run the src-bundle creation script:
6 #
7 #        ./make-src-bundle
8 #
9
10 source ./scripts/version.sh
11
12 NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
13 XML="gsi_openssh_bundle-src.xml"
14
15 cp scripts/$XML work/
16
17 cd work/
18 $GPT_LOCATION/sbin/gpt-bundle -nodeps -nosetups -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=$XML
19 mv $NAME ../
20 cd ../
This page took 0.051631 seconds and 5 git commands to generate.