From 0e6d288bf4c21b043a02c6cc19367bb937397edd Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Sun, 20 Feb 2011 23:00:31 +0100 Subject: First stab at extracting suites into a local conf value --- patchtracker/Conf.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'patchtracker/Conf.py') 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: -- cgit v1.2.3