From de1bafd1d81f936c046317720d7a73bcdb41f5e6 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Mon, 31 Aug 2015 12:50:08 -0500 Subject: [svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' with svn version 1.8. Change to experimental release script bbrelease for buildbot to eliminate extra line in version output. --- bin/bbrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bbrelease b/bin/bbrelease index fea498a..1e3b88d 100755 --- a/bin/bbrelease +++ b/bin/bbrelease @@ -260,7 +260,7 @@ if [ X$revmode = Xyes ]; then # Copy old version of config/lt_vers.am, since it's hard to # "undo" changes to it. cp config/lt_vers.am $tmpdir - branch=`svn info | grep URL: | awk -F/ '{print $NF}'` + branch=`svn info | grep ^URL: | awk -F/ '{print $NF}'` revision=`svn info | grep "Last Changed Rev:" | awk '{print $4}'` # Set version information to m.n.r-r$revision. # (h5vers does not correctly handle just m.n.r-$today.) -- cgit v0.12