summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorcrupest <crupest@crupest.life>2024-11-02 21:58:44 +0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-03 14:57:52 +0100
commit0823080fe156dc58df2fa26422349627e3b0e90b (patch)
tree69f7de6f2a42bc29f922b87e3e77870e73a04efe /toolchain
parent55faa7142268f0fa13ef286270e382753463268a (diff)
sv.{gnu,nongnu}.org -> savannah.{gnu,nongnu}.orgHEADmaster
This a very trivial change. The former is just an alias of latter. But for new users and contributors like me, it sometimes confuses them what the difference is between the two ones. Is one old and the other new? Or something confusing else. So this patch helps them save some time. Signed-off-by: Yuqian Yang <crupest@crupest.life> Message-ID: <8690a9c5-1da4-4adc-92b9-fd8f8dab2c88@crupest.life>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/cross-gnu.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolchain/cross-gnu.mdwn b/toolchain/cross-gnu.mdwn
index 53a85214..b2de7d25 100644
--- a/toolchain/cross-gnu.mdwn
+++ b/toolchain/cross-gnu.mdwn
@@ -88,7 +88,7 @@ guarantee is given. Always the preferred version is listed first.
* Git `master` branch
$ git clone ↩
- git://git.sv.gnu.org/hurd/gnumach.git gnumach
+ git://git.savannah.gnu.org/hurd/gnumach.git gnumach
Prepare:
@@ -99,7 +99,7 @@ guarantee is given. Always the preferred version is listed first.
* Git `master` branch
$ git clone ↩
- git://git.sv.gnu.org/hurd/mig.git mig
+ git://git.savannah.gnu.org/hurd/mig.git mig
Prepare:
@@ -110,14 +110,14 @@ guarantee is given. Always the preferred version is listed first.
* Git `master` branch
$ git clone ↩
- git://git.sv.gnu.org/hurd/hurd.git hurd
+ git://git.savannah.gnu.org/hurd/hurd.git hurd
* [[`src/libpthread`|libpthread]]
* Git `tschwinge/Peter_Herbolzheimer` branch
$ git clone --no-checkout ↩
- git://git.sv.gnu.org/hurd/libpthread.git libpthread
+ git://git.savannah.gnu.org/hurd/libpthread.git libpthread
$ cd libpthread/
$ git checkout origin/tschwinge/Peter_Herbolzheimer
@@ -130,7 +130,7 @@ guarantee is given. Always the preferred version is listed first.
* Git `tschwinge/Roger_Whittaker` branch
$ git clone --no-checkout ↩
- git://git.sv.gnu.org/hurd/glibc.git glibc
+ git://git.savannah.gnu.org/hurd/glibc.git glibc
$ cd glibc/
$ git checkout origin/tschwinge/Roger_Whittaker