From: cphillip Date: Tue, 13 Jan 2004 21:03:36 +0000 (+0000) Subject: o Add gsi_openssh_compat to gsi-openssh bundle. X-Git-Tag: OPENSSH_GSI_GPT_2_10 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/b4f885ec3be53fa969dfb3fad0842f9b7cb86863 o Add gsi_openssh_compat to gsi-openssh bundle. --- diff --git a/bundle/mdist.conf b/bundle/mdist.conf index 3466236..3b1cb99 100644 --- a/bundle/mdist.conf +++ b/bundle/mdist.conf @@ -12,6 +12,12 @@ Tag OPENSSH_GSI_GPT_2_10 Directory ./ + + Module compat + Root :pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/gssapi-openssh + Tag OPENSSH_GSI_GPT_2_10 + Directory ./ + diff --git a/bundle/scripts/collate-packages b/bundle/scripts/collate-packages index af76fc9..9d315b0 100755 --- a/bundle/scripts/collate-packages +++ b/bundle/scripts/collate-packages @@ -9,4 +9,5 @@ fi cp ../packages-harvest/gsi_openssh-$VERSION-src.tar.gz ./work/sources/ cp ../packages-harvest/gsi_openssh_setup-$VERSION-src.tar.gz ./work/sources/ +cp ../packages-harvest/gsi_openssh_compat-$VERSION-src.tar.gz ./work/sources/ diff --git a/bundle/scripts/make-src-bundle b/bundle/scripts/make-src-bundle index 62a81b5..90a877b 100755 --- a/bundle/scripts/make-src-bundle +++ b/bundle/scripts/make-src-bundle @@ -11,7 +11,7 @@ cd work/ # create the bundle # -$GPT_LOCATION/sbin/gpt-bundle -nodeps -srcdir=sources/ -output=$NAME gsi_openssh gsi_openssh_setup +$GPT_LOCATION/sbin/gpt-bundle -nodeps -srcdir=sources/ -output=$NAME gsi_openssh gsi_openssh_setup gsi_openssh_compat mv sources/gsi_openssh_bundle-$VERSION-src_src.tar.gz $NAME #