The way we deploy Zuul is using Debian packaging. We have it on three distro and the whole process is very scary. @hashar has to update/write a step by step tutorial explaining how to build the package and cherry pick patches.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
Oh, I thought you run this command
DEB_BUILD_OPTIONS=nocheck GIT_PBUILDER_AUTOCONF=no DIST=precise WIKIMEDIA=yes git-buildpackage -us -uc --git-builder=git-pbuilder
changing precise to the distro.
and then going to
/var/cache/pbuilder/result
Comment Actions
That has been done by @Paladox on https://www.mediawiki.org/wiki/Continuous_integration/Zuul#new_package and I updated the doc.
Thank you very much @Paladox !