tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8c39c664c261c40b7c0a482c57a965f340913847
parent 929a90a24fd63b44d656701c32e5763df87f4430
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 27 Apr 2022 11:06:03 -0400

ci: Add 0.4.7 series to scripts and CI

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mscripts/ci/ci-driver.sh | 4++++
Mscripts/git/git-list-tor-branches.sh | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git 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 @@ -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