tor

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

commit 82a5297d9943549bb3eafd7f2985c3153640f651
parent 6d6bd21b9d364302d803693226d0ba375730c12b
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 23 Aug 2023 11:06:16 -0400

scripts: Add 048 maint branch to our helper scripts

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 @@ -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 ############################################################################# diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh @@ -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