From: cphillip Date: Mon, 4 Aug 2003 21:37:02 +0000 (+0000) Subject: o MDist-ize the gsi-openssh bundle module. X-Git-Tag: OPENSSH_GSI_GPT_2_6~6 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/f51c3235eec6b26c93d8ba6b79620c81d7352772 o MDist-ize the gsi-openssh bundle module. --- diff --git a/bundle/mdist.conf b/bundle/mdist.conf new file mode 100644 index 0000000..10b5fd1 --- /dev/null +++ b/bundle/mdist.conf @@ -0,0 +1,31 @@ + + + + + + + + gpt-3.0 + + + + + + + + Creating bundle... + + + ./scripts/make-src-bundle + + + + + diff --git a/bundle/scripts/gsi_openssh_bundle-src.xml b/bundle/scripts/gsi_openssh_bundle-src.xml new file mode 100644 index 0000000..9f8bc17 --- /dev/null +++ b/bundle/scripts/gsi_openssh_bundle-src.xml @@ -0,0 +1,25 @@ + + + + +EMPTY + + + + + + +EMPTY + + + + + + + + + + + + + diff --git a/bundle/make-src-bundle b/bundle/scripts/make-src-bundle similarity index 90% rename from bundle/make-src-bundle rename to bundle/scripts/make-src-bundle index c5a9936..a5907ba 100755 --- a/bundle/make-src-bundle +++ b/bundle/scripts/make-src-bundle @@ -7,7 +7,7 @@ # ./make-src-bundle # -source version.sh +source ./scripts/version.sh NAME="gsi_openssh_bundle-$VERSION-src.tar.gz" XML="gsi_openssh_bundle-src.xml" @@ -20,7 +20,7 @@ if [ ! -e output/$NAME ]; then if [ ! -e work/ ]; then WORK_SCRIPTCREATED="1" mkdir -p work/ - cp $XML work/ + cp scripts/$XML work/ fi if [ ! -e work/sources/ ]; then @@ -29,7 +29,7 @@ if [ ! -e output/$NAME ]; then cd work/ $GPT_LOCATION/sbin/gpt-bundle -nodeps -nosetups -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=$XML - mv $NAME ../output/ + mv $NAME ../ cd ../ if [ "x$WORK_SCRIPTCREATED" != "x" ]; then diff --git a/bundle/version.sh b/bundle/scripts/version.sh similarity index 100% rename from bundle/version.sh rename to bundle/scripts/version.sh