mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
removing activate commands in anticipation of changes to libtaskotron build file
This commit is contained in:
@@ -188,10 +188,10 @@ def create_test_factory(repo_name, func=True):
|
||||
mode='full',method='clobber'))
|
||||
factory.addStep(ShellCommand(command=['virtualenv', '--system-site-packages', 'env']))
|
||||
factory.addStep(ShellCommand(command=['bash', '-c', 'source env/bin/activate; pip install -r requirements.txt']))
|
||||
factory.addStep(ShellCommand(command=['source env/bin/activate; doit', 'test']))
|
||||
factory.addStep(ShellCommand(command=['source env/bin/activate; doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'chainbuild']))
|
||||
factory.addStep(ShellCommand(command=['source env/bin/activate; doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'releasedocs']))
|
||||
factory.addStep(ShellCommand(command=['source env/bin/activate; doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'updatelatest']))
|
||||
factory.addStep(ShellCommand(command=['doit', 'test']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'chainbuild']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'releasedocs']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'updatelatest']))
|
||||
|
||||
return factory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user