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
73e57bc9
Commit
73e57bc9
authored
Jul 12, 2012
by
Clément Schreiner
Browse files
Don't extract sources (temporary 'fix').
parent
f1e77fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/lib/plugins.py
View file @
73e57bc9
...
...
@@ -184,9 +184,9 @@ class Plugins(object):
return
self
.
result_objects
# Look at whether the plugins need extracting.
if
'extract'
in
self
.
conf
and
self
.
conf
[
'extract'
]:
log
.
debug
(
'Extracting package for plugins'
)
self
.
_extract
()
#
if 'extract' in self.conf and self.conf['extract']:
#
log.debug('Extracting package for plugins')
#
self._extract()
# Run each plugin.
for
plugin
in
plugins
.
split
(
' '
):
...
...
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