Signed-off-by: Matt Darfeuille <[email protected]>
---
build/release | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/build/release b/build/release
index 7d059868..942c522f 100755
--- a/build/release
+++ b/build/release
@@ -325,8 +325,6 @@ case $VERSION in
;;
esac
-[ -f "$WEBDIR/index.html" -a -f "$TOOLSDIR/web/publish" ] &&
$TOOLSDIR/web/publish index.html
-
if [ -z "$GIT_CODE_OBJECT" -a -z "$GIT_RELEASE_OBJECT" ]; then
create_tag $GIT
create_tag $GITRELEASEDIR
@@ -356,3 +354,9 @@ for repo in $REPOSITORIES; do
push_command_func $GIT $repo master
push_command_func $GITRELEASEDIR $repo master
done
+
+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
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel