mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[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.
This commit is contained in:
parent
b920ee876e
commit
de1bafd1d8
@ -260,7 +260,7 @@ if [ X$revmode = Xyes ]; then
|
|||||||
# Copy old version of config/lt_vers.am, since it's hard to
|
# Copy old version of config/lt_vers.am, since it's hard to
|
||||||
# "undo" changes to it.
|
# "undo" changes to it.
|
||||||
cp config/lt_vers.am $tmpdir
|
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}'`
|
revision=`svn info | grep "Last Changed Rev:" | awk '{print $4}'`
|
||||||
# Set version information to m.n.r-r$revision.
|
# Set version information to m.n.r-r$revision.
|
||||||
# (h5vers does not correctly handle just m.n.r-$today.)
|
# (h5vers does not correctly handle just m.n.r-$today.)
|
||||||
|
Loading…
Reference in New Issue
Block a user