mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove unmaintained versions from CI and scripts
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user