Parent Directory
|
Revision Log
- Fix encoding to utf8: non-ascii without encoding not allowed by Sarge's python - Use default python (instead of 2.2) everywhere in the web part of the PTS
| 1 | #!/usr/bin/python |
| 2 | # -*- coding: utf8 -*- |
| 3 | |
| 4 | # Make sure tabs expand to 8 spaces in vim |
| 5 | # vim: expandtab |
| 6 | |
| 7 | import os.path |
| 8 | |
| 9 | root = "/org/packages.qa.debian.org/www" |
| 10 | dir = root + "/incoming" |
| 11 | odir = root + "/base" |
| 12 | |
| 13 | # use file:// for a local mirror, http:// for a remote mirror |
| 14 | mirrors = ["http://gluck.debian.org/debian/" ] # note the trailing slash |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |