forked from mirrors/tftp-hpa-google
Actually allow tests of the release mechanism...
This commit is contained in:
parent
293301fb2c
commit
ebeb6a63f3
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ GIT_DIR=`cd "${GIT_DIR-.git}" && pwd`
|
|||
export GIT_DIR
|
||||
|
||||
if [ x"$release" = x'test' ]; then
|
||||
release=`cat version`
|
||||
releasetag=HEAD
|
||||
releasedir=$PACKAGE-$release
|
||||
else
|
||||
echo $release > version.new
|
||||
if ! cmp -s version version.new ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue