GNOME Bugzilla – Bug 336968
submits result via XML-RPC
Last modified: 2006-05-17 10:47:47 UTC
This is about having a permanent tinderbox/autobuild for GNOME, jhbuild could be used and submit its results to a central server. This patch does that, via XML-RPC. This goes hand in hand with the server currently running on http://jhbuild.bxlug.be (code available on http://labs.libre-entreprise.org/projects/jhautobuild/)
Created attachment 62635 [details] [review] New autobuild command
There is a lot of duplication between this and the existing tinderbox command, which is a bit of a problem. Is it possible to share code between the two modes?
Created attachment 64194 [details] [review] New autobuild command Here is a new version which removes some duplication from tinderbox.py but adds a --verbose mode which then takes some from terminal.py. It also has changes to raise CommandError.
*** Bug 341771 has been marked as a duplicate of this bug. ***
Created attachment 65458 [details] [review] New autobuild command Synced commands/autobuild.py wrt changes in CVS HEAD; made frontends/autobuild.py a bit more robust in case of server failure.
Committed in jhbuild.dev. Will be included in the next CVS merge.