aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:24 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:24 -0400
commit623a55764b8c72e6271f822c1fe68b9613c551b9 (patch)
tree06a2aa8adb7b40708a4881cefc127da557c30a18 /.gitlab-ci.yml
parent066da91521946fa45c637e6006f4e397fc65ee90 (diff)
downloadtor-623a55764b8c72e6271f822c1fe68b9613c551b9.tar.gz
tor-623a55764b8c72e6271f822c1fe68b9613c551b9.zip
Use the new Stem repository on Gitlab
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bb2a9a40f..d00642eb82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ variables:
- if [ "$CC" = clang ]; then apt-get install clang; fi
- if [ "$NSS" = yes ]; then apt-get install libnss3 libnss3-dev; fi
# 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
+ - 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 [ "$TRACING" = yes ]; then apt install liblttng-ust-dev; fi