-[[!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
`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
[*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