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

diff --git a/build/release b/build/release
index 8c6fb52d..fba561b5 100755
--- a/build/release
+++ b/build/release
@@ -349,10 +349,10 @@ else
 fi
 
 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
+    push_command_func $GIT $repo $BASEVERSION
+    push_command_func $GITRELEASEDIR $repo $BASEVERSION
+    push_command_func $TOOLSDIR $repo master
+    push_command_func $WEBDIR $repo master
     push_command_func $GIT $repo master
     push_command_func $GITRELEASEDIR $repo master
 done
-- 
2.11.0



_______________________________________________
Shorewall-devel mailing list
Shorewall-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to