From 216a069108f534c993e52e7435c76db40c0e2568 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 2 Dec 2009 20:52:07 +0100 Subject: allow for compression formats other than gz in the debian.tar files --- reprepro/conf/diffsonly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reprepro') diff --git a/reprepro/conf/diffsonly.py b/reprepro/conf/diffsonly.py index ad0a495..d2f02ea 100755 --- a/reprepro/conf/diffsonly.py +++ b/reprepro/conf/diffsonly.py @@ -35,7 +35,7 @@ if __name__ == '__main__': newfiles = [] if ent.has_key(k): for f in ent[k]: - for wanted_glob in ['*.diff.gz', '*.dsc', '*.debian.tar.gz']: + for wanted_glob in ['*.diff.gz', '*.dsc', '*.debian.tar.*']: if fnmatch(f['name'], wanted_glob): newfiles.append(f) ent[k] = newfiles -- cgit v1.2.3