Switch to using twine from packages
It would be great if our release slave wasn't subject to constant breakage. We don't need the latest and greatest in tarball http upload technology, so just use the twine from distro packages. Change-Id: Iba25ca02c6220e8f54383cc80b8cce287d4dd24a
This commit is contained in:
parent
7b01ae0c38
commit
beabdcd30c
@ -42,9 +42,7 @@ class openstack_project::release_slave (
|
||||
include pip
|
||||
|
||||
package { 'twine':
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Class['pip'],
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
package { 'wheel':
|
||||
|
Loading…
Reference in New Issue
Block a user