/[qa]/trunk/pts/www/bin/config.py
ViewVC logotype

Contents of /trunk/pts/www/bin/config.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1154 - (show annotations) (download) (as text)
Sun Nov 20 14:55:09 2005 UTC (7 years, 6 months ago) by jeroen
File MIME type: text/x-python
File size: 344 byte(s)
- 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

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5