diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-06-09 02:06:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-06-09 02:06:59 +0200 |
commit | aef463c050add77d72259c5c9b630adbfb0409bb (patch) | |
tree | 76e598c2ad57db9704e9d3e764add53e84c9b1c6 /contributing | |
parent | af4e2bc8f1b5c450b22c19ff8e06ded02ef08cba (diff) | |
parent | 0d9f8a5a6246924c5ac6f79cedd507b74477f06e (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/web_pages.mdwn | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn index cb05be8e..dbcc49b1 100644 --- a/contributing/web_pages.mdwn +++ b/contributing/web_pages.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015 -Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015, +2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -128,18 +128,23 @@ SSH configuration as advised on that page.) If you have an account on there: $ git clone darnassus:~hurd-web/hurd-web.git [dest] If you don't have such an account or don't have your login data handy, you can -still get pages the read-only way. +still get pages the read-only way, see the *Clone* URLs given on +<http://darnassus.sceen.net/cgit/hurd-web.git>: -<!-- + $ git clone git://darnassus.sceen.net/hurd-web.git [dest] - $ git clone git://darnassus.sceen.net/~hurd-web/hurd-web.git [dest] +..., or: -Or, you can check out the Savannah repository: + $ git clone http://darnassus.sceen.net/cgit/hurd-web.git [dest] ---> +Or, you can check out the Savannah repository: $ git clone git://git.savannah.gnu.org/hurd/web.git [dest] +..., or: + + $ git clone http://git.savannah.gnu.org/cgit/hurd/web.git [dest] + See <http://git.savannah.gnu.org/cgit/hurd/web.git>. If you're using the `ssh` protocol, and you're a member of the Hurd's [[rules/Savannah_group]], you can also push to this repository. The disadvantage of pushing to the Savannah |