Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
842ed52f
Commit
842ed52f
authored
Mar 02, 2021
by
juga
Browse files
fix: CI: Update tor versions
parent
daaa5f3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
842ed52f
# core/tor releases:
# https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
# As of 2021.03.02 all dirauths are running with version greater or equal to
# 0.4.5.
# 0.4.6 stable by Jun 15, 2021
# 0.4.5 (LTS) EOL Feb 15, 2023
# 0.3.5 (LTS) EOL Feb 1, 2022
variables
:
BASE_IMAGE
:
python:3.7
RELEASE
:
tor-nightly-master-buster
...
...
@@ -40,21 +48,21 @@ python36tor035:
-
tox -e py36
-
tox -e integration
python36tor04
1
:
python36tor04
5
:
variables
:
BASE_IMAGE
:
python:3.6
RELEASE
:
tor-nightly-0.4.
1
.x-buster
TOR
:
tor=0.4.
1
*
RELEASE
:
tor-nightly-0.4.
5
.x-buster
TOR
:
tor=0.4.
5
*
image
:
$BASE_IMAGE
script
:
-
tox -e py36
-
tox -e integration
python36tor
042
:
python36tor
master
:
variables
:
BASE_IMAGE
:
python:3.6
RELEASE
:
tor-nightly-
0.4.2.x
-buster
TOR
:
tor=0.4.
2
*
RELEASE
:
tor-nightly-
master
-buster
TOR
:
tor=0.4.
6
*
image
:
$BASE_IMAGE
script
:
-
tox -e py36
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment