From 31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 6 Mar 2013 21:35:26 +0100 Subject: is the new . --- source_repositories.mdwn | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) (limited to 'source_repositories.mdwn') 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. + + + # 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 -- cgit v1.2.3