]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts: Add 048 maint branch to our helper scripts
authorDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 15:06:16 +0000 (11:06 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 23 Aug 2023 15:06:16 +0000 (11:06 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
scripts/ci/ci-driver.sh
scripts/git/git-list-tor-branches.sh

index 27bb8e34d07026d4408567e1194e5bfc8047789a..fdecdece349cc7a4b4bd6f19b139e7a2e8b561a3 100755 (executable)
@@ -302,6 +302,10 @@ case "$TOR_VERSION" in
         TOR_VER_AT_LEAST_043=yes
         TOR_VER_AT_LEAST_044=yes
         ;;
+    0.4.8.*)
+        TOR_VER_AT_LEAST_043=yes
+        TOR_VER_AT_LEAST_044=yes
+        ;;
 esac
 
 #############################################################################
index 8ff44535d847639f0f86817d8cafdf61b9983c9c..61e7b4a947a0b4392201f33437fd67ae6c94b922 100755 (executable)
@@ -146,6 +146,9 @@ finish() {
 branch maint-0.4.7
 branch release-0.4.7
 
+branch maint-0.4.8
+branch release-0.4.8
+
 branch main
 
 finish