diff options
author | David Goulet <dgoulet@torproject.org> | 2022-02-04 13:00:56 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-02-04 13:00:56 -0500 |
commit | 2176354e223a51399afab4bd0a0b57e09f4e0c72 (patch) | |
tree | 7b4ee8f1c8589d1e7029cb8555f4c0fb5a649551 /scripts | |
parent | 24b6b12224a328d4db340f912cdd606d8f8e2bc5 (diff) | |
download | tor-2176354e223a51399afab4bd0a0b57e09f4e0c72.tar.gz tor-2176354e223a51399afab4bd0a0b57e09f4e0c72.zip |
Remove unmaintained versions from CI and scripts
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 16 | ||||
-rwxr-xr-x | scripts/git/git-list-tor-branches.sh | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index c9f63c2f40..09696924ba 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -293,22 +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.3.*) - TOR_VER_AT_LEAST_043=no - TOR_VER_AT_LEAST_044=no - ;; - 0.4.[012].*) - TOR_VER_AT_LEAST_043=no - TOR_VER_AT_LEAST_044=no - ;; - 0.4.3.*) - TOR_VER_AT_LEAST_043=yes - TOR_VER_AT_LEAST_044=no - ;; - 0.4.4.*) - TOR_VER_AT_LEAST_043=yes - TOR_VER_AT_LEAST_044=yes - ;; 0.4.5.*) 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 29e91dd1b6..d7142620d7 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.3.5 -branch release-0.3.5 - branch maint-0.4.5 branch release-0.4.5 |