From: cphillip Date: Wed, 2 Apr 2003 20:13:30 +0000 (+0000) Subject: Initial revision X-Git-Tag: OPENSSH_GSI_GPT_2_1~9 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/277eed3abacdecc8bddef3859aeac734f2c8d910 Initial revision --- diff --git a/bundle/gsi_openssh_bundle-bin.xml b/bundle/gsi_openssh_bundle-bin.xml new file mode 100644 index 0000000..de71a35 --- /dev/null +++ b/bundle/gsi_openssh_bundle-bin.xml @@ -0,0 +1,27 @@ + + + + +EMPTY + + + + + + +EMPTY + + + + + + + + + + + + + + + diff --git a/bundle/gsi_openssh_bundle-src.xml b/bundle/gsi_openssh_bundle-src.xml new file mode 100644 index 0000000..9dd5853 --- /dev/null +++ b/bundle/gsi_openssh_bundle-src.xml @@ -0,0 +1,26 @@ + + + + +EMPTY + + + + + + +EMPTY + + + + + + + + + + + + + + diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle new file mode 100755 index 0000000..7bac339 --- /dev/null +++ b/bundle/make-bin-bundle @@ -0,0 +1,7 @@ +#!/bin/sh + +NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz" + +if [ ! -e $NAME ]; then + $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml +fi diff --git a/bundle/make-src-bundle b/bundle/make-src-bundle new file mode 100755 index 0000000..ad72188 --- /dev/null +++ b/bundle/make-src-bundle @@ -0,0 +1,8 @@ +#!/bin/sh +# + +NAME="gsi_openssh_bundle-2.1-src.tar.gz" + +if [ ! -e $NAME ]; then + $GPT_LOCATION/sbin/gpt-bundle -srcdir=../s0_srcpkgs -output=$NAME -xml=gsi_openssh_bundle-src.xml +fi