Split zuul and requirements install
We have some git-based requirements which pip installing zuul itself doesn't get quite right. Change-Id: I42a961d325bda9271d627c2ae4f3a6b61d8e601d
This commit is contained in:
parent
0ec00b15bc
commit
f410a47ae7
@ -183,7 +183,7 @@ class zuul (
|
||||
}
|
||||
|
||||
exec { 'install_zuul' :
|
||||
command => "${pip_command} install -U /opt/zuul",
|
||||
command => "${pip_command} install -U -r/opt/zuul/requirements.txt && ${pip_command} install --no-deps -U /opt/zuul",
|
||||
path => '/usr/local/bin:/usr/bin:/bin/',
|
||||
refreshonly => true,
|
||||
subscribe => Vcsrepo['/opt/zuul'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user