diff options
author | David Goulet <dgoulet@torproject.org> | 2023-06-15 13:00:11 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-06-15 13:00:11 -0400 |
commit | cdb270d55ec7416b099bd0310ef2daece840a62b (patch) | |
tree | a63b3acc018d81758cba37ac3359a2351bf04adf /.gitlab-ci.yml | |
parent | 44368a727a85f9f24dc45c11f31958005d158ed6 (diff) | |
download | tor-cdb270d55ec7416b099bd0310ef2daece840a62b.tar.gz tor-cdb270d55ec7416b099bd0310ef2daece840a62b.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 17ce0af43b..bec3043072 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,7 +105,7 @@ variables: # TODO: This next line should not be debian-only. - if [ "$STEM" = yes ]; then git clone --depth 1 https://git.torproject.org/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. |