]> andersk Git - gssapi-openssh.git/blobdiff - openssh/make_gpt_dist
added note that we added GT 3.2b compatibility in this release
[gssapi-openssh.git] / openssh / make_gpt_dist
index 547a01fecceb4e1baeea84b8cff4d147fad8fd6d..9e7d27fbbd15d50a91e0df9d84a5234925b0b18d 100755 (executable)
@@ -15,8 +15,8 @@
 # to the name gpt-bundle gives in its 'packaging_list'.
 #
 
-$srcdirname = "gsi_openssh-2.0-src";
-$srcpkgname = "gsi_openssh-2.0-src";
+$srcdirname = "gsi_openssh-3.1-src";
+$srcpkgname = "gsi_openssh-3.1-src";
 
 #
 # uncomment when we've got a better place to get the current version from
@@ -93,7 +93,17 @@ chdir("./$srcdirname");
 
 printf("pruning source directory of extraneous files...\n");
 system("rm -rf `find . -name CVS -print`")==0 or die "Unable to remove cvs directories: $?";
-system("rm -rf ./gpt")==0 or die "Unable to remove gpt directory: $?";
+
+#
+# Originally, we were going to include the MD5 sums in the Announcement 
+# file.  Among other virtues, this complicated the process of distributing 
+# the Announcement to users since it would get included in the package 
+# itself.  We decided to keep the announcement in the package, and got 
+# around the Catch-22 by not including MD5 sums in that file.
+#
+# So, keep this line commented!:
+# system("rm -f Announcement.txt")==0 or die "Unable to remove Announcement.txt: $?";
+#
 
 #
 # run the standard development tools to get the necessary derived files.
This page took 0.428151 seconds and 4 git commands to generate.