]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Return to release engineering
[openldap] / build / mkrelease
index c15df77117f65d952be62fc90f3e692d0408468f..06c7f67832b5cd0f4561ca0e24931ae0fe46aeaf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 1998-2002 The OpenLDAP Foundation
+## Copyright 1998-2003 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -9,6 +9,11 @@
 # where CVSTAG is the tag to export from the current CVSROOT
 #
 
+#
+# This script MUST NOT add files to the export nor modify
+# any file in the export.
+#
+
 set -e                 # exit immediately if any errors occur
 
 if test $# != 3 ; then
@@ -42,7 +47,7 @@ if test ! -e $RELNAME/build/version.sh ; then
        exit 1
 fi
 
-$RELNAME/build/version.sh
+eval `$RELNAME/build/version.sh`
 
 tar cf $RELNAME.tar $RELNAME
 gzip -9 -c $RELNAME.tar > $RELNAME.tgz
@@ -50,4 +55,5 @@ md5 $RELNAME.tgz > $RELNAME.md5
 rm -f $RELNAME.tar
 
 ls -l $RELNAME.*
-cat $RELNAME/build/version
+
+echo "Made $OL_STRING as $RELNAME.tgz"