From dcd25ab75c1288eb7f350efebe36dab160501595 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Thu, 3 Sep 2009 10:42:29 +0200 Subject: add extra indicator config variable for compressed lists file. --- reprepro/conf/diffsonly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reprepro/conf/diffsonly.py') diff --git a/reprepro/conf/diffsonly.py b/reprepro/conf/diffsonly.py index 286d367..e37b911 100755 --- a/reprepro/conf/diffsonly.py +++ b/reprepro/conf/diffsonly.py @@ -17,7 +17,7 @@ if __name__ == '__main__': inf = sys.argv[1] fh = None slist = [] - if fnmatch(inf, "*.gz"): + if fnmatch(inf, "*.gz") or Conf.archive_lists_compressed: fh = GzipFile(inf) else: fh = file(inf) -- cgit v1.2.3