Signed-off-by: Matt Darfeuille <matd...@gmail.com> --- build/release | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/build/release b/build/release index 942c522f..27d89564 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 @@ -355,8 +346,15 @@ for repo in $REPOSITORIES; do push_command_func $GITRELEASEDIR $repo master done +case $VERSION in + *[bB]ase*) + [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $BASEVERSION + ;; + *) + [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $VERSION + ;; +esac + cd $WEBDIR [ -f "$WEBDIR/index.html" -a -f "$TOOLSDIR/web/publish" ] && $TOOLSDIR/web/publish index.html - -cd .. -- 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