summaryrefslogtreecommitdiff
path: root/patchtracker
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-09-03 10:42:29 +0200
committerSean Finney <seanius@debian.org>2009-09-03 10:42:29 +0200
commitdcd25ab75c1288eb7f350efebe36dab160501595 (patch)
treea02caec74c3c27d7784d64ca0a7c25f844778208 /patchtracker
parent422cbf95d4340fa7d007de7e47a51288c88b7ddd (diff)
downloadpatch-tracker-dcd25ab75c1288eb7f350efebe36dab160501595.tar.gz
add extra indicator config variable for compressed lists file.
Diffstat (limited to 'patchtracker')
-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: