diff options
author | Sean Finney <seanius@debian.org> | 2011-02-20 23:00:31 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2011-02-20 23:00:31 +0100 |
commit | 0e6d288bf4c21b043a02c6cc19367bb937397edd (patch) | |
tree | 2ade9f16c385837df3f486ce818213a049a008fe /patchtracker/Conf.py | |
parent | 6bd03818dae68c8f2ec32159d21a02fa5b4f25fd (diff) | |
download | patch-tracker-0e6d288bf4c21b043a02c6cc19367bb937397edd.tar.gz |
First stab at extracting suites into a local conf value
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-x | patchtracker/Conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py index e89a129..28820b5 100755 --- a/patchtracker/Conf.py +++ b/patchtracker/Conf.py @@ -38,6 +38,12 @@ archive_lists_compressed = False indication flag for the scripts that interact with it. """ +suites = None +""" Override the suites that should be tracked in the application. Should + be a chronologically ordered list and should correspond to the + seperately managed reprepro configuration. +""" + try: from localconfig import * except ImportError: |