Parent Directory
|
Revision Log
* New options needed for extraction of watch files.
| 1 | #!/usr/bin/python2.2 |
| 2 | |
| 3 | # Make sure tabs expand to 8 spaces in vim |
| 4 | # vim: expandtab |
| 5 | |
| 6 | import os.path |
| 7 | |
| 8 | root = "/org/packages.qa.debian.org/www" |
| 9 | dir = root + "/incoming" |
| 10 | odir = root + "/base" |
| 11 | |
| 12 | # use file:// for a local mirror, http:// for a remote mirror |
| 13 | mirrors = ["http://gluck.debian.org/debian/", "http://non-us.debian.org/debian-non-US/"] # note the trailing slash |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |