summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2011-02-20 23:00:31 +0100
committerSean Finney <seanius@debian.org>2011-02-20 23:00:31 +0100
commit0e6d288bf4c21b043a02c6cc19367bb937397edd (patch)
tree2ade9f16c385837df3f486ce818213a049a008fe /patchtracker/Conf.py
parent6bd03818dae68c8f2ec32159d21a02fa5b4f25fd (diff)
downloadpatch-tracker-0e6d288bf4c21b043a02c6cc19367bb937397edd.tar.gz
First stab at extracting suites into a local conf value
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-xpatchtracker/Conf.py6
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: