Signed-off-by: Matt Darfeuille <[email protected]>
---
build/release | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build/release b/build/release
index f705b27c..d7f4c9dc 100755
--- a/build/release
+++ b/build/release
@@ -298,9 +298,11 @@ esac
if [ -n "$CHECKOUT_BRANCH_AUTO" -o -z "$CHECKOUT_BRANCH_AUTO" -a -z
"$CHECKOUT_BRANCH_NAME" ]; then
checkout_branch_func $GIT $BASEVERSION
checkout_branch_func $GITRELEASEDIR $BASEVERSION
+ checkout_branch_func $WEBDIR $BASEVERSION
elif [ -n "$CHECKOUT_BRANCH_NAME" ]; then
checkout_branch_func $GIT $CHECKOUT_BRANCH_NAME
checkout_branch_func $GITRELEASEDIR $CHECKOUT_BRANCH_NAME
+ checkout_branch_func $WEBDIR $CHECKOUT_BRANCH_NAME
fi
if [ -z "$GIT_CODE_OBJECT" -a -z "$GIT_RELEASE_OBJECT" ]; then
@@ -327,4 +329,5 @@ esac
for repo in $REPOSITORIES; do
push_command_func $GIT $repo
push_command_func $GITRELEASEDIR $repo
+ push_command_func $WEBDIR $repo
done
--
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