summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-26 17:56:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-26 17:56:49 -0400
commit63a5c633ca626f6b144dc3acb286713d2d030afa (patch)
tree62a075b3a13d21e19502632ea2657330688500c4 /repo
parentb17568001d0d0f1f32abbbcdca17184c5904a8f9 (diff)
downloadgpsd-63a5c633ca626f6b144dc3acb286713d2d030afa.tar.gz
Add an autoconfigurability tweak that bzed missed.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index e26e856c..ad8a4a5e 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -42,10 +42,10 @@ host=`hostname --fqdn`
# Changeset URL prefix for your repo: when the commit ID is appended
# to this, it should point at a CGI that will display the commit
-# through gitweb or something similar. The default will probably
-# work if you have a typical gitweb setup.
-#urlprefix="http://${host}/cgi-bin/gitweb.cgi?p=$repo;a=commit;h="
-urlprefix="http://git.berlios.de/cgi-bin/cgit.cgi/gpsd/commit/?id="
+# through gitweb or something similar. The defaults will probably
+# work if you have a typical gitweb/cgit setup.
+#urlprefix="http://${host}/cgi-bin/gitweb.cgi?p=${repo};a=commit;h="
+urlprefix="http://${host}/cgi-bin/cgit.cgi/${repo}/commit/?id="
#
# You probably will not need to change the following: