After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336968 - submits result via XML-RPC
submits result via XML-RPC
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: James Henstridge
Jhbuild QA
: 341771 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-02 21:00 UTC by Frederic Peters
Modified: 2006-05-17 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
New autobuild command (10.34 KB, patch)
2006-04-02 21:03 UTC, Frederic Peters
none Details | Review
New autobuild command (10.13 KB, patch)
2006-04-24 12:07 UTC, Frederic Peters
none Details | Review
New autobuild command (12.02 KB, patch)
2006-05-14 20:40 UTC, Frederic Peters
none Details | Review

Description Frederic Peters 2006-04-02 21:00:20 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/)
Comment 1 Frederic Peters 2006-04-02 21:03:51 UTC
Created attachment 62635 [details] [review]
New autobuild command
Comment 2 James Henstridge 2006-04-13 11:26:32 UTC
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?
Comment 3 Frederic Peters 2006-04-24 12:07:42 UTC
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.
Comment 4 Olav Vitters 2006-05-14 20:30:10 UTC
*** Bug 341771 has been marked as a duplicate of this bug. ***
Comment 5 Frederic Peters 2006-05-14 20:40:49 UTC
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.
Comment 6 James Henstridge 2006-05-17 10:47:47 UTC
Committed in jhbuild.dev.  Will be included in the next CVS merge.