Sat Dec 31 04:16:51 UTC 2005 Leandro Lucarella <luca@llucax.hn.org>
* Silly changes to avoid HTTP redirects.
{
hunk ./config.py.sample 65
- repourl = 'http://auriga.wearlab.de/~alb/repos/repo1'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/repo1/'
hunk ./config.py.sample 85
- repourl = 'http://auriga.wearlab.de/~alb/repos/repo2'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/repo2/'
hunk ./config.py.sample 107
- repourl = 'http://auriga.wearlab.de/~alb/repos/%(name)s'
+ repourl = 'http://auriga.wearlab.de/~alb/repos/%(name)s/'
}