Parent Directory
|
Revision Log
* Configured by default for master.debian.org * Fix english mistake in index.html
| 1 | hertzog | 344 | #!/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 | hertzog | 345 | root = "/org/packages.qa.debian.org/www" |
| 9 | dir = root + "/incoming" | ||
| 10 | odir = root + "/base" | ||
| 11 | hertzog | 344 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |