]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Misc updates
[openldap] / build / mkrelease
index 6968db217e31f629cc138bf99cb8bf6392d81b4e..b435026088d4708b51f2fcdb748a7431888e147f 100755 (executable)
@@ -1,5 +1,6 @@
 #! /bin/sh
-## Copyright 1998,1999 The OpenLDAP Foundation
+# $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -15,7 +16,7 @@ if test $# != 3 ; then
        exit 1
 fi
 
-RELNAME=opendlap-$1
+RELNAME=openldap-$1
 shift
 CVSTAG=$1
 shift
@@ -25,21 +26,28 @@ if test -e $RELNAME ; then
        exit 1
 fi
 
-cvs export -r$CVSTAG -d $RELNAME $*
+echo Release: $RELNAME
+echo CVS Tag: $CVSTAG
+echo Modules: $*
+
+cvs -q export -r $CVSTAG -d $RELNAME $*
 
 if test ! -d $RELNAME ; then
        echo "error: $RELNAME doesn't exists"
        exit 1
 fi
 
-if test ! -e $RELNAME/build/version ; then
+if test ! -e $RELNAME/build/version.sh ; then
        echo "No build version"
        exit 1
 fi
 
+$RELNAME/build/version.sh
+
 tar cf $RELNAME.tar $RELNAME
 gzip -9 -c $RELNAME.tar > $RELNAME.tgz
 md5 $RELNAME.tgz > $RELNAME.md5
+rm -f $RELNAME.tar
 
 ls -l $RELNAME.*
 cat $RELNAME/build/version