tor

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

commit 275d790ac1b87816a8f933255e432b335691bc65
parent bbc29f4a11696012c0fc073daac76d6a726e953a
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 11 Aug 2022 11:27:18 -0400

scripts: Remove 0.4.6.x as it is EOL

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, 0 insertions(+), 7 deletions(-)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh @@ -297,10 +297,6 @@ case "$TOR_VERSION" in TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;; - 0.4.6.*) - 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 diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh @@ -146,9 +146,6 @@ finish() { branch maint-0.4.5 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