Mercurial > dive4elements > river
diff contrib/make_flys_release/bin/make-importer-package.sh @ 8742:f7007b1aaa3f
Importer-packaging: just a warning would end up with a package that really looks like VERSION.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 07 May 2015 15:16:44 +0200 |
parents | ae3df0f96e15 |
children | f3aa7a12c86a |
line wrap: on
line diff
--- a/contrib/make_flys_release/bin/make-importer-package.sh Thu May 07 09:52:56 2015 +0200 +++ b/contrib/make_flys_release/bin/make-importer-package.sh Thu May 07 15:16:44 2015 +0200 @@ -66,8 +66,8 @@ cd ${SOURCE_DIR} if [ -z "`hg tags | sed -n "/$VERSION/p"`" -a -z "`hg branches | sed -n "/$VERSION/p"`" ] then - echo "WARNING: $VERSION not found in $repo! Updating to default." - hg up default + echo "ERROR: No tag or branch $VERSION found in repository of $repo!" + exit 1 else hg up "$VERSION" fi