diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-02-16 09:45:12 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-02-16 09:45:12 -0800 |
commit | ebeb6a63f382b955af72375aa1e4abe3f988df5b (patch) | |
tree | e75d3ef210aadd223df123a76fb350d68e9c3276 | |
parent | 293301fb2ca5a15df3d5dbb020d821aefd224c63 (diff) | |
download | tftp-hpa-ebeb6a63f382b955af72375aa1e4abe3f988df5b.tar.gz |
Actually allow tests of the release mechanism...tftp-hpa-0.42
-rwxr-xr-x | release.sh | 2 |
1 files changed, 2 insertions, 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 |