diff options
author | David Goulet <dgoulet@torproject.org> | 2023-06-15 13:00:11 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-06-19 08:09:39 -0400 |
commit | 94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f (patch) | |
tree | 239535ee6180c02db819dbef996fe60b0f4b786f /.gitlab-ci.yml | |
parent | 623a55764b8c72e6271f822c1fe68b9613c551b9 (diff) | |
download | tor-94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f.tar.gz tor-94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f.zip |
Change git.tpo URLs to gitlab.tpo
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d00642eb82..e1ea5bee4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,7 +103,7 @@ variables: # TODO: This next line should not be debian-only. - if [ "$STEM" = yes ]; then git clone --depth 1 https://gitlab.torproject.org/tpo/network-health/stem.git ; export STEM_PATH="$(pwd)/stem"; fi # TODO: This next line should not be debian-only. - - if [ "$CHUTNEY" = yes ]; then git clone --depth 1 https://git.torproject.org/chutney.git ; export CHUTNEY_PATH="$(pwd)/chutney"; fi + - if [ "$CHUTNEY" = yes ]; then git clone --depth 1 https://gitlab.torproject.org/tpo/core/chutney.git ; export CHUTNEY_PATH="$(pwd)/chutney"; fi - if [ "$TRACING" = yes ]; then apt install liblttng-ust-dev; fi # Minimal check on debian: just make, make check. |