From e9c0563c5c82efb04ad18337e9c5feb95ae3a679 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q" Date: Thu, 22 Aug 2013 16:47:44 +0200 Subject: Mention savannah mirrors on darnassus --- source_repositories.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/source_repositories.mdwn b/source_repositories.mdwn index 726748ed..a66b32ae 100644 --- a/source_repositories.mdwn +++ b/source_repositories.mdwn @@ -35,6 +35,7 @@ This page is meant to give some guidelines. Please use good sense or ask on ([[microkernel/viengoos/building]]) * hurd/web.git -- [[contributing/Web_pages]] +Mirror for faster anonymous accesses : ## Branches -- cgit v1.2.3 From e63579386ff51a6620522805dd82b65be9d6366b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q" Date: Thu, 22 Aug 2013 17:14:59 +0200 Subject: Gitweb/apache2 configuration updates --- public_hurd_boxen/installation/darnassus.mdwn | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public_hurd_boxen/installation/darnassus.mdwn b/public_hurd_boxen/installation/darnassus.mdwn index 3beb2c87..70abe33f 100644 --- a/public_hurd_boxen/installation/darnassus.mdwn +++ b/public_hurd_boxen/installation/darnassus.mdwn @@ -13,7 +13,7 @@ License|/fdl]]."]]"""]] # Packages - * apache2-mpm-worker + * apache2-mpm-prefork (used to be apache2-mpm-worker but changed because of some threading issues with CGI) * ikiwiki libcgi-session-perl libtext-csv-perl libcgi-formbuilder-perl libauthen-passphrase-perl libnet-openid-consumer-perl @@ -27,15 +27,14 @@ License|/fdl]]."]]"""]] * libyaml-perl libyaml-syck-perl (for ikiwiki's YAML field plugins) - * gitweb + * gitweb highlight - sudo ln -s ~hurd-web/hurd-web.git /var/cache/git/ + sudo ln -s ~hurd-web/hurd-web.git /var/lib/git/ * git-daemon-sysvinit Enable as per `/usr/share/doc/git-daemon-sysvinit/README.Debian`. Also set - `GIT_DAEMON_OPTIONS=--user-path`, and `GIT_DAEMON_DIRECTORY='/var/cache/git - /home'`. TODO: does not work if `ok_paths` is set, which it is by default. + `GIT_DAEMON_OPTIONS=--export-all`, and `GIT_DAEMON_DIRECTORY='/var/lib/git`. # `~hurd-web/` -- cgit v1.2.3 From 4f0d99b85822310a11dff19538d4f1c1d660e561 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q" Date: Thu, 22 Aug 2013 17:16:45 +0200 Subject: Add missing quote --- public_hurd_boxen/installation/darnassus.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_hurd_boxen/installation/darnassus.mdwn b/public_hurd_boxen/installation/darnassus.mdwn index 70abe33f..8cb8f619 100644 --- a/public_hurd_boxen/installation/darnassus.mdwn +++ b/public_hurd_boxen/installation/darnassus.mdwn @@ -34,7 +34,7 @@ License|/fdl]]."]]"""]] * git-daemon-sysvinit Enable as per `/usr/share/doc/git-daemon-sysvinit/README.Debian`. Also set - `GIT_DAEMON_OPTIONS=--export-all`, and `GIT_DAEMON_DIRECTORY='/var/lib/git`. + `GIT_DAEMON_OPTIONS=--export-all`, and `GIT_DAEMON_DIRECTORY='/var/lib/git'`. # `~hurd-web/` -- cgit v1.2.3 From 08316cf2c05df52c9db0a8a15e8e0d35292d092c Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q" Date: Thu, 22 Aug 2013 17:47:08 +0200 Subject: Update description of git repositories on darnassus --- source_repositories.mdwn | 21 +++++---------------- 1 file 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. - - # Git repositories on flubber -- cgit v1.2.3