Sat Dec 31 04:16:51 UTC 2005 Leandro Lucarella <luca@llucax.hn.org>
* Silly changes to avoid HTTP redirects.
diff -rN -u old-darcsweb/config.py.sample new-darcsweb/config.py.sample
--- old-darcsweb/config.py.sample 2014-04-15 16:12:48.000000000 +0000
+++ new-darcsweb/config.py.sample 2014-04-15 16:12:48.000000000 +0000
@@ -62,7 +62,7 @@
repodir = '/usr/src/repo1'
# an url so people know where to do "darcs get" from
- repourl = 'http://auriga.wearlab.de/~alb/repos/repo1'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/repo1/'
# the encoding used in the repo
# NOTE: if you use utf8, you _must_ write 'utf8' (and not the variants
@@ -82,7 +82,7 @@
reponame = 'repo2'
repodesc = 'Second example repository'
repodir = '/usr/src/repo2'
- repourl = 'http://auriga.wearlab.de/~alb/repos/repo2'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/repo2/'
repoencoding = 'latin1'
@@ -104,7 +104,7 @@
multidir = '/usr/local/src'
#multidir_deep = False
repodesc = 'Repository for %(name)s'
- repourl = 'http://auriga.wearlab.de/~alb/repos/%(name)s'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/%(name)s/'
repoencoding = 'latin1'
# if you want to exclude some directories, add them to this list (note