提交 dcb51800 编写于 作者: C Chris Lamb

Don't reject orig tarballs - we want them

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 9cff56da
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册