summaryrefslogtreecommitdiff
path: root/source_repositories.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'source_repositories.mdwn')
-rw-r--r--source_repositories.mdwn21
1 files changed, 5 insertions, 16 deletions
diff --git a/source_repositories.mdwn b/source_repositories.mdwn
index a66b32ae..b2849500 100644
--- a/source_repositories.mdwn
+++ b/source_repositories.mdwn
@@ -214,25 +214,14 @@ branches, like an imaginary
# 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:
+can publish Git repositories in /var/lib/git. It is recommended to store the
+repositories in the home directory and create links in /var/lib/git since /home
+is much larger than the root file system. All repositories in /var/lib/git are
+automatically exported. A gitweb interface (that also provides git:// and
+http:// clone URLs) is available at <http://darnassus.sceen.net/gitweb/>.
- $ git clone git://darnassus.sceen.net/~hurd-web/hurd-web
--->
# Git repositories on flubber