Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ check-local: \ shellcheck # test-network requires a copy of Chutney in $CHUTNEY_PATH. # Chutney can be cloned from https://git.torproject.org/chutney.git . # Chutney can be cloned from https://gitlab.torproject.org/tpo/core/chutney.git . .PHONY: need-chutney-path need-chutney-path: @if test ! -d "$$CHUTNEY_PATH"; then \ Loading @@ -305,7 +305,7 @@ need-chutney-path: echo; \ echo "To run these tests," \ "git clone" \ "https://git.torproject.org/chutney.git ;" \ "https://gitlab.torproject.org/tpo/core/chutney.git ;" \ "export CHUTNEY_PATH=\`pwd\`/chutney"; \ exit 1; \ fi \ Loading doc/HACKING/CircuitPaddingQuickStart.md +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ The quick and dirty plan is to: ## Clone and compile tor ```console $ git clone https://git.torproject.org/tor.git $ git clone https://gitlab.torproject.org/tpo/core/tor.git $ cd tor $ git checkout tor-0.4.1.5 ``` Loading doc/HACKING/GettingStarted.md +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Once you've reached this point, here's what you need to know. version, run: ```console $ git clone https://git.torproject.org/git/tor $ git clone https://gitlab.torproject.org/tpo/core/tor.git ``` This will give you a checkout of the main branch. If you're Loading doc/HACKING/README.1st.md +3 −3 Original line number Diff line number Diff line Loading @@ -24,15 +24,15 @@ that you don't miss any steps! ## Additional Information For full information on how Tor is supposed to work, look at the files in [Tor specification](https://gitweb.torproject.org/torspec.git/tree). [Tor specification](https://gitlab.torproject.org/tpo/core/torspec). For an explanation of how to change Tor's design to work differently, look at [the Tor proposal process](https://gitweb.torproject.org/torspec.git/plain/proposals/001-process.txt). [the Tor proposal process](https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/001-process.txt). For the latest version of the code, get a copy of git, and ```console $ git clone https://git.torproject.org/git/tor $ git clone https://gitlab.torproject.org/tpo/core/tor.git ``` For a copy of Tor's original design paper, see Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ check-local: \ shellcheck # test-network requires a copy of Chutney in $CHUTNEY_PATH. # Chutney can be cloned from https://git.torproject.org/chutney.git . # Chutney can be cloned from https://gitlab.torproject.org/tpo/core/chutney.git . .PHONY: need-chutney-path need-chutney-path: @if test ! -d "$$CHUTNEY_PATH"; then \ Loading @@ -305,7 +305,7 @@ need-chutney-path: echo; \ echo "To run these tests," \ "git clone" \ "https://git.torproject.org/chutney.git ;" \ "https://gitlab.torproject.org/tpo/core/chutney.git ;" \ "export CHUTNEY_PATH=\`pwd\`/chutney"; \ exit 1; \ fi \ Loading
doc/HACKING/CircuitPaddingQuickStart.md +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ The quick and dirty plan is to: ## Clone and compile tor ```console $ git clone https://git.torproject.org/tor.git $ git clone https://gitlab.torproject.org/tpo/core/tor.git $ cd tor $ git checkout tor-0.4.1.5 ``` Loading
doc/HACKING/GettingStarted.md +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Once you've reached this point, here's what you need to know. version, run: ```console $ git clone https://git.torproject.org/git/tor $ git clone https://gitlab.torproject.org/tpo/core/tor.git ``` This will give you a checkout of the main branch. If you're Loading
doc/HACKING/README.1st.md +3 −3 Original line number Diff line number Diff line Loading @@ -24,15 +24,15 @@ that you don't miss any steps! ## Additional Information For full information on how Tor is supposed to work, look at the files in [Tor specification](https://gitweb.torproject.org/torspec.git/tree). [Tor specification](https://gitlab.torproject.org/tpo/core/torspec). For an explanation of how to change Tor's design to work differently, look at [the Tor proposal process](https://gitweb.torproject.org/torspec.git/plain/proposals/001-process.txt). [the Tor proposal process](https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/001-process.txt). For the latest version of the code, get a copy of git, and ```console $ git clone https://git.torproject.org/git/tor $ git clone https://gitlab.torproject.org/tpo/core/tor.git ``` For a copy of Tor's original design paper, see Loading