web-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] sv.{gnu,nongnu}.org -> savannah.{gnu,nongnu},.org


From: crupest
Subject: [PATCH] sv.{gnu,nongnu}.org -> savannah.{gnu,nongnu},.org
Date: Sat, 2 Nov 2024 21:37:15 +0800

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>
---
 .../weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn      |  6 +++---
 contributing.mdwn                                      |  6 +++---
 hurd/building.mdwn                                     |  2 +-
 hurd/dde/guide.mdwn                                    |  4 ++--
 hurd/translator/cvsfs.mdwn                             |  2 +-
 hurd/translator/nsmux.mdwn                             |  4 ++--
 hurd/translator/unionfs.mdwn                           |  2 +-
 microkernel/viengoos.mdwn                              |  2 +-
 open_issues/git-core-2.mdwn                            |  2 +-
 source_repositories/glibc.mdwn                         |  6 +++---
 toolchain/cross-gnu.mdwn                               | 10 +++++-----
 11 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
index af7cbab6..536487f1 100644
--- a/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
+++ b/community/weblogs/ArneBab/Hurd-showcase-qemu-image.mdwn
@@ -55,7 +55,7 @@ For that I want to use:
 ### Tarfs

     apt install zip libz-dev libbz2-dev
-    git clone git://git.sv.gnu.org/hurd/incubator.git tarfs
+    git clone git://git.savannah.gnu.org/hurd/incubator.git tarfs
     cd tarfs/
     git checkout tarfs/master
     cd tarfs
@@ -75,7 +75,7 @@ For that I want to use:

 ### nsmux

-    git clone git://git.sv.gnu.org/hurd/incubator.git nsmux
+    git clone git://git.savannah.gnu.org/hurd/incubator.git nsmux
     cd nsmux/
     git checkout -b nsmux origin/nsmux

@@ -96,7 +96,7 @@ For that I want to use:

 ### clisp

-    git clone git://git.sv.gnu.org/hurd/incubator.git clisp
+    git clone git://git.savannah.gnu.org/hurd/incubator.git clisp
     cd clisp/
     git checkout -b clisp origin/clisp

diff --git a/contributing.mdwn b/contributing.mdwn
index 54c89a9e..ed6327d9 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -229,9 +229,9 @@ After you have a Hurd vm set up and running:
 * `apt update`
 * `apt install -y git mercurial emacs vim`
 * `apt build-dep -y hurd gnumach`
-* `git clone git://git.sv.gnu.org/hurd/hurd.git`
-* `git clone git://git.sv.gnu.org/hurd/gnumach.git`
-* `git clone git://git.sv.gnu.org/hurd/incubator.git`
+* `git clone git://git.savannah.gnu.org/hurd/hurd.git`
+* `git clone git://git.savannah.gnu.org/hurd/gnumach.git`
+* `git clone git://git.savannah.gnu.org/hurd/incubator.git`
 * You can connect through ssh with `ssh root@localhost -p 2222`
 * Optionally if you connect to the Hurd running on another local
   machine, then you might want to set up the
diff --git a/hurd/building.mdwn b/hurd/building.mdwn
index 63c33498..ea3213e5 100644
--- a/hurd/building.mdwn
+++ b/hurd/building.mdwn
@@ -36,7 +36,7 @@ package:
 You can chose between getting the [sources from the developers's
 git](http://savannah.gnu.org/git/?group=hurd):

-    $ git clone git://git.sv.gnu.org/hurd/hurd.git
+    $ git clone git://git.savannah.gnu.org/hurd/hurd.git

... or (if you are working on a Debian system) the ones that are used for the [current Debian hurd package](http://packages.debian.net/source/unstable/hurd):
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index b6cf7753..10a7910b 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -74,9 +74,9 @@ Note: here, use dde-debian instead of dde if you have gnumach >= 2:1.3.99.dfsg.git20120219-1 already installed and running. Otherwise you will get "vm_allocate_contiguous: (ipc/mig) bad request message ID" error messages.

-       $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd
+       $ git clone git://git.savannah.gnu.org/hurd/incubator.git -b dde hurd

- $ git clone git://git.sv.gnu.org/hurd/gnumach.git -b master-user_level_drivers + $ git clone git://git.savannah.gnu.org/hurd/gnumach.git -b master-user_level_drivers

 Now comes the tricky part:
 you need to find out
diff --git a/hurd/translator/cvsfs.mdwn b/hurd/translator/cvsfs.mdwn
index 11c9c01f..9cbe7840 100644
--- a/hurd/translator/cvsfs.mdwn
+++ b/hurd/translator/cvsfs.mdwn
@@ -49,7 +49,7 @@ Happy Hacking.
 ## References

    * <http://www.nongnu.org/hurdextras/>
- * <http://cvs.sv.nongnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras> + * <http://cvs.savannah.gnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras>

 ### Old version at Berlios

diff --git a/hurd/translator/nsmux.mdwn b/hurd/translator/nsmux.mdwn
index 6b3be79c..bef0ec0b 100644
--- a/hurd/translator/nsmux.mdwn
+++ b/hurd/translator/nsmux.mdwn
@@ -29,14 +29,14 @@ list.
 `nsmux` translator can be obtained with the following series of
 commands:

-       $ git clone git://git.sv.gnu.org/hurd/incubator.git nsmux
+       $ git clone git://git.savannah.gnu.org/hurd/incubator.git nsmux
        $ cd nsmux/
        $ git checkout -b nsmux origin/nsmux

 `filter` translator can be obtained with the following series of
 commands:

-       $ git clone git://git.sv.gnu.org/hurd/incubator.git filter
+       $ git clone git://git.savannah.gnu.org/hurd/incubator.git filter
        $ cd filter/
        $ git checkout -b filter origin/filter

diff --git a/hurd/translator/unionfs.mdwn b/hurd/translator/unionfs.mdwn
index 31162c37..ce0a0f0d 100644
--- a/hurd/translator/unionfs.mdwn
+++ b/hurd/translator/unionfs.mdwn
@@ -88,7 +88,7 @@ options of the `unionfs` translator. This implementation resides in
 the master-unionmount branch of the unionfs git repository.  To
 checkout the code, do the following:

-    $ git clone git://git.sv.gnu.org/hurd/unionfs.git
+    $ git clone git://git.savannah.gnu.org/hurd/unionfs.git
     $ cd unionfs
     $ git checkout -b master-unionmount
     $ git pull origin master-unionmount
diff --git a/microkernel/viengoos.mdwn b/microkernel/viengoos.mdwn
index f8643f7f..b8a588b9 100644
--- a/microkernel/viengoos.mdwn
+++ b/microkernel/viengoos.mdwn
@@ -26,7 +26,7 @@ The source can be downloaded from the *viengoos.git* repository, cf.
 <https://git.savannah.gnu.org/gitweb/?p=hurd/viengoos.git>.  You can
 check it out using, for example:

-    git clone git://git.sv.gnu.org/hurd/viengoos.git
+    git clone git://git.savannah.gnu.org/hurd/viengoos.git

 Then update to viengoos-on-bare-metal

diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn
index 5afda5e8..e973ae10 100644
--- a/open_issues/git-core-2.mdwn
+++ b/open_issues/git-core-2.mdwn
@@ -76,7 +76,7 @@ Still seen.
out that both clones do have some decompression errors. (Some files are
       missing chunks in /both/ cloned repositories).
     <braunr> where did you clone it from ?
-    <sea`> git.sv.gnu.org/hurd/hurd.git
+    <sea`> git.savannah.gnu.org/hurd/hurd.git
     <braunr> hum decompression errors ?
     <braunr> can you paste them please ?
     <sea`> Hmm, I can clone again and show you an example if I find one
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn
index c44de59a..85490368 100644
--- a/source_repositories/glibc.mdwn
+++ b/source_repositories/glibc.mdwn
@@ -37,12 +37,12 @@ The Savannah hurd/glibc.git one does not/not yet include
 ## Clone

     $ git init
-    $ git remote add savannah git://git.sv.gnu.org/hurd/glibc.git
+    $ git remote add savannah git://git.savannah.gnu.org/hurd/glibc.git
     $ git remote update
     $ tg remote --populate savannah
     tg: Remote savannah can now follow TopGit topic branches.
     tg: Populating local topic branches from remote 'savannah'...
-    From git://git.sv.gnu.org/hurd/glibc
+    From git://git.savannah.gnu.org/hurd/glibc.git
* [new branch] refs/top-bases/t/_dl_random -> savannah/top-bases/t/_dl_random * [new branch] refs/top-bases/t/accept4 -> savannah/top-bases/t/accept4
     [...]
@@ -68,7 +68,7 @@ A new (TopGit) branch has been published upstream:
     remote: Compressing objects: 100% (19/19), done.
     remote: Total 20 (delta 13), reused 1 (delta 0)
     Unpacking objects: 100% (20/20), done.
-    From git://git.sv.gnu.org/hurd/glibc
+    From git://git.savannah.gnu.org/hurd/glibc.git
      * [new branch]      t/unwind-resume.c -> savannah/t/unwind-resume.c
* [new branch] refs/top-bases/t/unwind-resume.c -> savannah/top-bases/t/unwind-resume.c
     tg: Skipping branch t/____longjmp_chk: Already exists
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

--
2.47.0.windows.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]