summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
diff options
context:
space:
mode:
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: