Signed-off-by: Matt Darfeuille <matd...@gmail.com>
---
 build/release | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build/release b/build/release
index 00774297..b54386c0 100755
--- a/build/release
+++ b/build/release
@@ -298,10 +298,12 @@ 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 $TOOLSDIR $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 $TOOLSDIR $CHECKOUT_BRANCH_NAME
     checkout_branch_func $WEBDIR $CHECKOUT_BRANCH_NAME
 fi
 
@@ -329,5 +331,6 @@ esac
 for repo in $REPOSITORIES; do
     push_command_func $GIT $repo
     push_command_func $GITRELEASEDIR $repo
+    push_command_func $TOOLSDIR $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
Shorewall-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to