Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/126221

Change subject: contint: soften python-voluptuous version requirement
......................................................................

contint: soften python-voluptuous version requirement

Alexandros has build version of 0.8.2-1wmf1 of python-voluptuous so we
can upgrade Zuul.  Remove the version constraint in puppet so we can get
0.8.2-1wm1 installed.

Change-Id: I6354f0385917cf5c4847e74e7ee734a01a56cf18
---
M modules/zuul/manifests/init.pp
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/126221/1

diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp
index 679fcf5..d7d5cc0 100644
--- a/modules/zuul/manifests/init.pp
+++ b/modules/zuul/manifests/init.pp
@@ -59,11 +59,8 @@
     ensure => present,
   }
 
-  # We have packaged the python voluptuous module under
-  # operations/debs/python-voluptuous. Zuul does not work
-  # AT ALL with version 0.7 so make sure we have 0.6.x
   package { 'python-voluptuous':
-    ensure => '0.6.1-1~wmf1',
+    ensure => present,
   }
 
   # Used to be in /var/lib/git/zuul but /var/lib/git can be used

-- 
To view, visit https://gerrit.wikimedia.org/r/126221
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6354f0385917cf5c4847e74e7ee734a01a56cf18
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to