3132
Comment: remove old mercurial references
|
2918
spring cleanup
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
== Patch Buildbot == | == Patch Buildbot (Patchbot) == |
Line 9: | Line 9: |
The second pulls and applies git branches from Trac and can be found at http://patchbot.sagemath.org/ or from links on the individual Trac tickets. This is still very much a work in progress; the latest version of the code lives at https://code.google.com/p/sage-buildbot/ (or at http://github.com/robertwb/sage-patchbot). Eventually this will get moved into Sage where it can be edited using the standard procedures and more widely deployed. See ticket http://trac.sagemath.org/sage_trac/ticket/12486. | The second pulls and applies git branches from Trac and can be found at http://patchbot.sagemath.org/ or from links on the individual Trac tickets (round icons at top right). |
Line 11: | Line 11: |
If you want to run a patchbot on your machine, see this [[buildbot/details|instruction page]]. | You can help by running your own patchbot. See this [[buildbot/details|instruction page]] for installation and usage. This is still very much a work in progress; the latest version of the code lives at http://github.com/robertwb/sage-patchbot. Eventually this will get moved into Sage where it can be edited using the standard procedures and more widely deployed. See ticket http://trac.sagemath.org/sage_trac/ticket/12486. |
Line 17: | Line 19: |
For the patches you participated in, see http://patchbot.sagemath.org/ticket/?participant=xxxx | For the tickets you participated in, see http://patchbot.sagemath.org/ticket/?participant=xxxx |
Line 19: | Line 21: |
For the patches you authored, see http://patchbot.sagemath.org/ticket/?author=xxxx | For the tickets you authored, see http://patchbot.sagemath.org/ticket/?author=xxxx |
Line 21: | Line 23: |
=== Patch Status === | === Ticket Status === |
Line 23: | Line 25: |
The color of the report page icon indicates the status of the patch. See the report page itself for more details. The possible statuses are: | The color of the report page icon indicates the status of the ticket. See the report page itself for more details. The possible statuses are: |
Line 27: | Line 29: |
{{http://patchbot.sagemath.org/blob/Pending}}* '''Pending''' A patchbot is currently running on this patch. | {{http://patchbot.sagemath.org/blob/Pending}}* '''Pending''' A patchbot is currently running on this ticket. |
Line 31: | Line 33: |
{{http://patchbot.sagemath.org/blob/ApplyFailed}} '''!ApplyFailed''' The patch could not be applied. This can be caused by conflicts with other patches or dependencies. | {{http://patchbot.sagemath.org/blob/ApplyFailed}} '''!ApplyFailed''' The branch could not be applied. This can be caused by conflicts with other patches or dependencies. |
Line 33: | Line 35: |
{{http://patchbot.sagemath.org/blob/BuildFailed}} '''!BuildFailed''' The patch can be applied, but sage failed to build. | {{http://patchbot.sagemath.org/blob/BuildFailed}} '''!BuildFailed''' The branch can be applied, but sage failed to build, due to errors in the doc or the code. |
Line 37: | Line 39: |
{{http://patchbot.sagemath.org/blob/PluginFailed}} '''!PluginFailed''' Documentation, commit messages and trailing whitespaces should be checked. | {{http://patchbot.sagemath.org/blob/PluginFailed}} '''!PluginFailed''' Plugins have found some problems. Tests have been successfully done. |
Line 39: | Line 41: |
{{http://patchbot.sagemath.org/blob/PluginOnlyFailed}} '''!PluginOnlyFailed''' Documentation, commit messages and trailing whitespaces should be checked. Tests have not been made. | {{http://patchbot.sagemath.org/blob/PluginOnlyFailed}} '''!PluginOnlyFailed''' Plugin have found some problems. Tests have not been made. |
Line 41: | Line 43: |
{{http://patchbot.sagemath.org/blob/PluginOnly}} '''!PluginOnly''' Only Documentation, commit messages and trailing whitespaces have been validated. Tests have not been made. | {{http://patchbot.sagemath.org/blob/PluginOnly}} '''!PluginOnly''' Plugins have found no problem. Tests have not been made. |
Line 49: | Line 51: |
* You can help by running your own patchbot. See the installation instructions on the top right of any report page, for example http://patchbot.sagemath.org/ticket/7744/ |
Sage has two build bots.
Release Buildbot
The first builds entire tarballs (e.g. all the development releases) on a wide variety of machines. It can be found at http://build.sagemath.org/sage/ .
Patch Buildbot (Patchbot)
The second pulls and applies git branches from Trac and can be found at http://patchbot.sagemath.org/ or from links on the individual Trac tickets (round icons at top right).
You can help by running your own patchbot. See this instruction page for installation and usage.
This is still very much a work in progress; the latest version of the code lives at http://github.com/robertwb/sage-patchbot. Eventually this will get moved into Sage where it can be edited using the standard procedures and more widely deployed. See ticket http://trac.sagemath.org/sage_trac/ticket/12486.
Lists of reports
You can see the status of several patches at the same time (replace xxxx by your user name) :
For the tickets you participated in, see http://patchbot.sagemath.org/ticket/?participant=xxxx
For the tickets you authored, see http://patchbot.sagemath.org/ticket/?author=xxxx
Ticket Status
The color of the report page icon indicates the status of the ticket. See the report page itself for more details. The possible statuses are:
New
* Pending A patchbot is currently running on this ticket.
TestsPassed Everything is okay, as far as a patchbot can tell.
ApplyFailed The branch could not be applied. This can be caused by conflicts with other patches or dependencies.
BuildFailed The branch can be applied, but sage failed to build, due to errors in the doc or the code.
TestsFailed One or more tests did not succeed.
PluginFailed Plugins have found some problems. Tests have been successfully done.
PluginOnlyFailed Plugin have found some problems. Tests have not been made.
PluginOnly Plugins have found no problem. Tests have not been made.
NoPatch No patch has been uploaded to Trac so far. The patchbot has nothing to do.
Spkg This is not related to a patch but to a spkg. The patchbot is not concerned.
Hints and tricks
To rerun tests (even though the branch was not modified) add the kick parameter, e.g., http://patchbot.sagemath.org/ticket/12345/?kick