[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 1/3] Don't reject orig tarballs - we want them



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/queue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index 9c12d1e..0b45b28 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -1212,7 +1212,7 @@ class Upload(object):
         # Try and find all orig mentioned in the .dsc
         target_dir = '.'
         for filename, entry in self.pkg.dsc_files.iteritems():
-            if re_is_orig_source.match(filename):
+            if not re_is_orig_source.match(filename):
                 # File is not an orig; ignore
                 continue
 
-- 
1.6.3.3



Reply to: