This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new 275d790ac1 scripts: Remove 0.4.6.x as it is EOL 275d790ac1 is described below
commit 275d790ac1b87816a8f933255e432b335691bc65 Author: David Goulet dgoulet@torproject.org AuthorDate: Thu Aug 11 11:27:18 2022 -0400
scripts: Remove 0.4.6.x as it is EOL
Signed-off-by: David Goulet dgoulet@torproject.org --- scripts/ci/ci-driver.sh | 4 ---- scripts/git/git-list-tor-branches.sh | 3 --- 2 files changed, 7 deletions(-)
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index ef31da1ca3..8871154c9c 100755 --- 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 index dd3cf154b4..9a862368bd 100755 --- 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
tor-commits@lists.torproject.org