summaryrefslogtreecommitdiff
path: root/source_repositories/glibc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'source_repositories/glibc.mdwn')
-rw-r--r--source_repositories/glibc.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn
index a1b60eab..85490368 100644
--- a/source_repositories/glibc.mdwn
+++ b/source_repositories/glibc.mdwn
@@ -10,7 +10,7 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
There is a repository for maintenance of [[/glibc]] for the Hurd's needs:
-<http://git.savannah.gnu.org/cgit/hurd/glibc.git/>. It's mainly used for
+<https://git.savannah.gnu.org/cgit/hurd/glibc.git/>. It's mainly used for
testing glibc's master branch, but with all the patches that we need on top of
it, and also for development and sharing of (Hurd-specific) glibc patches.
@@ -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