Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
d27dd355
Commit
d27dd355
authored
Sep 11, 2011
by
Daniel Schaal
Committed by
Arno Töll
Sep 11, 2011
Browse files
also check for .debian.tar.bz2 and .xz in native.py
Signed-off-by:
Arno Töll
<
debian@toell.net
>
parent
fe119144
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/plugins/native.py
View file @
d27dd355
...
@@ -54,7 +54,7 @@ class NativePlugin(BasePlugin):
...
@@ -54,7 +54,7 @@ class NativePlugin(BasePlugin):
for
file
in
self
.
changes
[
'Files'
]:
for
file
in
self
.
changes
[
'Files'
]:
if
file
[
'name'
].
endswith
(
'.diff.gz'
):
if
file
[
'name'
].
endswith
(
'.diff.gz'
):
native
=
False
native
=
False
if
file
[
'name'
].
endswith
(
'.debian.tar.gz'
):
if
file
[
'name'
].
endswith
(
(
'.debian.tar.gz'
,
'.debian.tar.bz2'
,
'.debian.tar.xz'
)
):
native
=
False
native
=
False
if
native
:
if
native
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment