]> andersk Git - gssapi-openssh.git/commitdiff
o Remove compat package from bundle
authorcphillip <cphillip>
Thu, 22 Jan 2004 22:03:49 +0000 (22:03 +0000)
committercphillip <cphillip>
Thu, 22 Jan 2004 22:03:49 +0000 (22:03 +0000)
1  2 
bundle/scripts/make-src-bundle

index 90a877bffd7d1caa458d3d21a735debb2a6dca89,0000000000000000000000000000000000000000..62a81b51cbfd93b0558670c550c9bfcb57d12d50
mode 100755,000000..100755
--- /dev/null
@@@ -1,38 -1,0 +1,38 @@@
- $GPT_LOCATION/sbin/gpt-bundle -nodeps -srcdir=sources/ -output=$NAME gsi_openssh gsi_openssh_setup gsi_openssh_compat
 +#!/bin/sh
 +#
 +
 +source ./scripts/version.sh
 +
 +NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
 +
 +cd work/
 +
 +#
 +# create the bundle
 +#
 +
++$GPT_LOCATION/sbin/gpt-bundle -nodeps -srcdir=sources/ -output=$NAME gsi_openssh gsi_openssh_setup
 +mv sources/gsi_openssh_bundle-$VERSION-src_src.tar.gz $NAME
 +
 +#
 +# remove globus_core from it
 +#
 +
 +mkdir -p temp/
 +tar xvzf $NAME -C temp/
 +cd temp/
 +rm globus_core-99.tar.gz
 +cat packaging_list | grep -v 'globus_core' > packaging_list
 +
 +#
 +# create the bundle (redux)
 +#
 +
 +tar cvzf $NAME *
 +cd ../
 +
 +#
 +# place the bundle in the parent directory
 +#
 +
 +mv temp/$NAME ../
This page took 0.069371 seconds and 5 git commands to generate.