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 448f595..4fbc7c1 100755
--- a/patchtracker/Conf.py
+++ b/patchtracker/Conf.py
@@ -34,6 +34,12 @@ cachedir = "cache"
cachecompress = False
""" Should compression of cache data be enabled? """
+archive_lists_compressed = False
+""" Are the archive lists in the local partial mirror compressed? Different
+ versions of reprepro seem to behave differently here so this is an
+ indication flag for the scripts that interact with it.
+"""
+
try:
from localconfig import *
except ImportError: