diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2013-03-06 21:35:26 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2013-03-06 21:35:26 +0100 |
commit | 31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424 (patch) | |
tree | 8df329e623e7c1970f1ff3cf812677a5ec7e7451 /source_repositories.mdwn | |
parent | 2fec5e6c366d542146b57aff2d8c2a90a8611e05 (diff) | |
download | web-31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424.tar.gz web-31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424.tar.bz2 web-31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424.zip |
<http://darnassus.sceen.net/~hurd-web/> is the new <http://www.bddebian.com:8888/~hurd-web/>.
Diffstat (limited to 'source_repositories.mdwn')
-rw-r--r-- | source_repositories.mdwn | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/source_repositories.mdwn b/source_repositories.mdwn index cd478c70..726748ed 100644 --- a/source_repositories.mdwn +++ b/source_repositories.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2012 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013 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 @@ -210,6 +210,29 @@ branches, like an imaginary `rewrite_pfinet/for_master_and_proposed_for_general_testing` branch. +# Git repositories on darnassus + +[[darnassus|public hurd boxen]] is +**meant to be** +[[configured|public_hurd_boxen/installation/darnassus]] in a way so that users +can publish Git repositories from their home directories. The only thing to do +is to put an empty `.git/git-daemon-export-ok` (cf. [*git daemon*'s manual +page](http://www.kernel.org/pub/software/scm/git/docs/git-daemon.html)) into +the repository, or just `git-daemon-export-ok` for +[*bare*](http://www.kernel.org/pub/software/scm/git/docs/git-init.html) +repositories. + +<!-- + +For example, the [[contributing/web_pages]] repository is made available like +this: `~hurd-web/hurd-web.git` is a bare repository; there is an empty +`~hurd-web/hurd-web.git/git-daemon-export-ok` file. Users can clone the +repository like this: + + $ git clone git://darnassus.sceen.net/~hurd-web/hurd-web + +--> + # Git repositories on flubber [[flubber|public hurd boxen]] is @@ -221,24 +244,13 @@ the repository, or just `git-daemon-export-ok` for [*bare*](http://www.kernel.org/pub/software/scm/git/docs/git-init.html) repositories. -For example, the [[contributing/web pages]] repository is made available like -this: `~hurd-web/hurd-web` is a bare repository; there is an empty -`~hurd-web/hurd-web/git-daemon-export-ok` file. Users can clone the repository -like this: - - $ git clone git://flubber.bddebian.com/~hurd-web/hurd-web - -Another example, [[Thomas Schwinge|tschwinge]] has a checkout of +For example, [[Thomas Schwinge|tschwinge]] has a checkout of [[libpthread]] in `~tschwinge/tmp/hurd/libpthread/`, the `~tschwinge/tmp/hurd/libpthread/.git/git-daemon-export-ok` file exists. If you really need to, you can clone it like this: $ git clone git://flubber.bddebian.com/~tschwinge/tmp/hurd/libpthread -## List of Interesting Repositories - - * web pages: git://flubber.bddebian.com/~hurd-web/hurd-web - # Git repositories on grubber |