]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts: Put in 0.4.9 and 0.5.x stable branches
authorDavid Goulet <dgoulet@torproject.org>
Thu, 12 Feb 2026 15:08:54 +0000 (10:08 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 12 Feb 2026 15:11:36 +0000 (10:11 -0500)
Git list needs the new 0.4.9 stable branches. CI driver needs to know about
0.5.x (main)

Signed-off-by: David Goulet <dgoulet@torproject.org>
scripts/ci/ci-driver.sh
scripts/git/git-list-tor-branches.sh

index 59ba28869c5ce7b10398d59c0b93ad3e588d8def..e2b9babf1bb8dbe536f1f29a28e54ecc2b42a6bd 100755 (executable)
@@ -306,6 +306,10 @@ case "$TOR_VERSION" in
         TOR_VER_AT_LEAST_043=yes
         TOR_VER_AT_LEAST_044=yes
         ;;
+    0.5.0.*)
+        TOR_VER_AT_LEAST_043=yes
+        TOR_VER_AT_LEAST_044=yes
+        ;;
 esac
 
 #############################################################################
index ffb16d7cd1adc168e9749c01c7973ea1ae4e0d0b..0fe56e4219fb139e79fdd3c9ef2fd6fa11f0d392 100755 (executable)
@@ -146,6 +146,9 @@ finish() {
 branch maint-0.4.8
 branch release-0.4.8
 
+branch maint-0.4.9
+branch release-0.4.9
+
 branch main
 
 finish