Commit 73e57bc9 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Don't extract sources (temporary 'fix').

parent f1e77fcb
......@@ -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(' '):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment