summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2011-03-29 23:23:38 +0200
committerSean Finney <seanius@debian.org>2011-03-29 23:23:38 +0200
commit0dca0a021910998afe3e9caa7fc159698b3eb784 (patch)
tree2c9b67067ce3e66232c25030373afcba85fa84e1 /patchtracker/Conf.py
parent29fd662321515dc68bda4ec0fd4d52c2b1dbbc4f (diff)
parent0e6d288bf4c21b043a02c6cc19367bb937397edd (diff)
downloadpatch-tracker-0dca0a021910998afe3e9caa7fc159698b3eb784.tar.gz
Merge commit '0e6d288bf4c21b043a02c6cc19367bb937397edd' into django-rewrite
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: