https://bugzilla.wikimedia.org/show_bug.cgi?id=43141
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Krinkle <[email protected]> --- Note that a Debian package may not be feasible. jenkins-job-builder is under active development, and it is only used to convert the YAML files to XML files. One they are XML they are pushed to the Jenkins API. It is a relatively small tool. The current process for deploying jenkins configuration is: * Install jenkins-job-builder locally (every time) * Run jenkins-job-builder to build the XML files from YAML templates * Run jenkins-job-builder to push them to Jenkins over HTTP Since jenkins-job-builder changes frequently, we just re-run "python setup.py" before we upgrade because we constantly add features to it and start using them immediately. So unless someone is going to re-build the package, push to out apt repo and deploy on gallium on average *one a week*, this is not a solution. In other words, don't waste doing it, because we will not use it in that case. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
