Signed-off-by: Matt Darfeuille <matd...@gmail.com> --- build/release | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/build/release b/build/release index 942c522f..714f9699 100755 --- a/build/release +++ b/build/release @@ -337,15 +337,6 @@ else create_tag $GITRELEASEDIR $GIT_RELEASE_OBJECT fi -case $VERSION in - *[bB]ase*) - [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $BASEVERSION - ;; - *) - [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $VERSION - ;; -esac - for repo in $REPOSITORIES; do push_command_func $GIT $repo push_command_func $GITRELEASEDIR $repo @@ -360,3 +351,12 @@ cd $WEBDIR [ -f "$WEBDIR/index.html" -a -f "$TOOLSDIR/web/publish" ] && $TOOLSDIR/web/publish index.html cd .. + +case $VERSION in + *[bB]ase*) + [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $BASEVERSION + ;; + *) + [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $VERSION + ;; +esac -- 2.17.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Shorewall-devel mailing list Shorewall-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-devel