From 8f00fea3dff9b2d7b94eb8bb9a1623df8765ad81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 20 Jan 2007 21:07:32 +0000 Subject: [PATCH] add branchname to branches git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20008 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index a06b72c20..17ed5b715 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -46,6 +46,7 @@ hversion= cvsroot= cvsflags= cvsbranch= +branch= autotools=no distcheck=no @@ -89,7 +90,8 @@ do exit 1 fi cvsbranch="-r $2" - hversion="$2" + branch="-$2" + hversion="$2-${date}" shift 2 ;; --release) @@ -226,7 +228,7 @@ fi if [ X"$autotools" = Xyes ]; then echo "Autotooling (via fix-export)" - env DATEDVERSION="cvs-${date}" ${hversion}/fix-export ${hversion} + env DATEDVERSION="cvs${branch}-${date}" ${hversion}/fix-export ${hversion} fi if [ X"$ccachedir" != X ]; then