From a2dfc615d21f70a41db60e056dc68bb44f379eb4 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 03:26:31 +0100 Subject: [PATCH] repo.git -> girocco.git --- Girocco/Config.pm | 2 +- TODO | 2 +- html/about.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 81d142d..344681f 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -103,7 +103,7 @@ our $pushurl = "ssh://repo.or.cz/srv/git"; # URL of gitweb of this Girocco instance (set to undef if you're not nice # to the community) -our $giroccourl = "$Girocco::Config::gitweburl/repo.git"; +our $giroccourl = "$Girocco::Config::gitweburl/girocco.git"; ## Some templating settings diff --git a/TODO b/TODO index e76a72a..bcf3fb6 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ * Watches support - random strangers can ask to be notified each time a certain project[#branch]:path changes; c.f. - http://repo.or.cz/w/repo/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08 + http://repo.or.cz/w/girocco/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08 but probably with much simpler single-file state structure. diff --git a/html/about.html b/html/about.html index 86299bb..e08160e 100644 --- a/html/about.html +++ b/html/about.html @@ -67,7 +67,7 @@ The server and connectivity is generously sponsored by

Petr Baudis runs the site. Virtually all the infrastructure is available under the codename "Girocco" -in git repositories repo.git +in git repositories girocco.git and git/gitweb.git and is licenced under GPLv2. repo.or.cz development is sponsored by SUSE / Novell Inc. and Novartis Pharma, AG.

-- 2.11.4.GIT