Last modified: 2013-04-11 13:23:01 UTC
Zuul depends on the 'extras' python module. It is packaged in Debian experimental, we want to import it on Wikimedia apt repository and have it deployed on gallium.
Luckily the package is already in Ubuntu raring, so I guess we 'simply' have to backport it to Precise. http://packages.ubuntu.com/raring/python-extras
Created attachment 12077 [details] backport log using backportpackage
Created attachment 12078 [details] log of cowbuilder Packages build for Precise successfully!
Related URL: https://gerrit.wikimedia.org/r/58690 (Gerrit Change I14bb0e1047751340e1a62d992779d17185d5575b)
Inserted in apt.wikimedia.org by mark. https://gerrit.wikimedia.org/r/58690 deploys the package on gallium.
hashar@gallium:~$ apt-cache policy python-extras python-extras: Installed: 0.0.3-0ubuntu2 Candidate: 0.0.3-0ubuntu2 Version table: *** 0.0.3-0ubuntu2 0 1001 http://apt.wikimedia.org/wikimedia/ precise-wikimedia/main amd64 Packages 100 /var/lib/dpkg/status hashar@gallium:~$ python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import extras >>> extras.try_import('foobar') >>> \O/