Mon Jul 31 04:24:50 UTC 2006 Alberto Bertogli * Convert remaining auriga references to example.com. diff -rN -u old-darcsweb/config.py.sample new-darcsweb/config.py.sample --- old-darcsweb/config.py.sample 2015-04-15 14:56:00.000000000 +0000 +++ new-darcsweb/config.py.sample 2015-04-15 14:56:00.000000000 +0000 @@ -77,7 +77,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://example.com/repos/repo1/' # the encoding used in the repo # NOTE: if you use utf8, you _must_ write 'utf8' (and not the variants @@ -100,7 +100,7 @@ reponame = 'repo2' repodesc = 'Second example repository' repodir = '/usr/src/repo2' - repourl = 'http://auriga.wearlab.de/~alb/repos/repo2/' + repourl = 'http://example.com/repos/repo2/' repoencoding = 'latin1' @@ -122,7 +122,7 @@ multidir = '/usr/local/src' #multidir_deep = False repodesc = 'Repository for %(name)s' - repourl = 'http://auriga.wearlab.de/~alb/repos/%(name)s/' + repourl = 'http://example.com/repos/%(name)s/' repoencoding = 'latin1' # if you want to exclude some directories, add them to this list (note