diff options
author | David Goulet <dgoulet@torproject.org> | 2023-02-16 15:25:16 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-02-16 15:25:16 -0500 |
commit | 119b84c365da867a6dcb85877f1d13dcf06c59a4 (patch) | |
tree | 7d53b22112fba49f7b2bc4684fd375718146c6bd /scripts | |
parent | db4c4d656a8d3cc58bd6179c8dedd3f3b5f68dd6 (diff) | |
download | tor-119b84c365da867a6dcb85877f1d13dcf06c59a4.tar.gz tor-119b84c365da867a6dcb85877f1d13dcf06c59a4.zip |
scripts: Bye bye 0.4.5, you have reached end of life
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 4 | ||||
-rwxr-xr-x | scripts/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 index db6cd261e3..0c8a866a3d 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -293,10 +293,6 @@ TOR_VER_AT_LEAST_044=no # These are the currently supported Tor versions; no need to work with anything # ancient in this script. case "$TOR_VERSION" in - 0.4.5.*) - 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 9a862368bd..8ff44535d8 100755 --- a/scripts/git/git-list-tor-branches.sh +++ b/scripts/git/git-list-tor-branches.sh @@ -143,9 +143,6 @@ finish() { # List of all branches. These must be in order, from oldest to newest, with # maint before release. -branch maint-0.4.5 -branch release-0.4.5 - branch maint-0.4.7 branch release-0.4.7 |