[tor-commits] [tor] 01/04: ci: Add 0.4.7 series to scripts and CI

gitolite role git at cupani.torproject.org
Wed Apr 27 16:14:48 UTC 2022


This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit 8c39c664c261c40b7c0a482c57a965f340913847
Author: David Goulet <dgoulet at torproject.org>
AuthorDate: Wed Apr 27 11:06:03 2022 -0400

    ci: Add 0.4.7 series to scripts and CI
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 scripts/ci/ci-driver.sh              | 4 ++++
 scripts/git/git-list-tor-branches.sh | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index eea98baae7..ef31da1ca3 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -301,6 +301,10 @@ case "$TOR_VERSION" in
         TOR_VER_AT_LEAST_043=yes
         TOR_VER_AT_LEAST_044=yes
         ;;
+    0.4.7.*)
+        TOR_VER_AT_LEAST_043=yes
+        TOR_VER_AT_LEAST_044=yes
+        ;;
 esac
 
 #############################################################################
diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh
index d7142620d7..dd3cf154b4 100755
--- a/scripts/git/git-list-tor-branches.sh
+++ b/scripts/git/git-list-tor-branches.sh
@@ -149,6 +149,9 @@ branch release-0.4.5
 branch maint-0.4.6
 branch release-0.4.6
 
+branch maint-0.4.7
+branch release-0.4.7
+
 branch main
 
 finish

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list