The Zuul new version requires the python module ordereddict
Version: wmf-deployment
Severity: normal
The Zuul new version requires the python module ordereddict
Version: wmf-deployment
Severity: normal
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | hashar | T54161 Zuul: Certain events cause Zuul to trigger a pipeline with 0 jobs | |||
Resolved | hashar | T52664 Switch zuul to be gearman based | |||
Resolved | Andrew | T114365 upgrade mwclient (morebots no more log because of MediaWiki semantic versionning) | |||
Resolved | hashar | T58556 package python ordereddict for Debian |
ordereddict are available in Python 2.7 which we use, the package is merely for back compatibility with python 2.6 and is thus unneeded.
I have tweaked python dependencies in the 'labs' branch of integration/zuul.git
https://gerrit.wikimedia.org/r/#/c/93452/
python-ordereddict_1.1-1_all.deb is now available in 'universe' of our trusty and precise repos, and in 'thirdparty' of our jessie repo.
The .deb was built with
$ python setup.py --command-packages=stdeb.command bdist_deb
run in the download from https://pypi.python.org/pypi/ordereddict