On Dec 8, 5:35 am, Simon King <simon.k...@uni-jena.de> wrote:
> How case and noise resistant is the buildbot? ... > And what about an indentation? ... As far as I can tell, casing and spacing should both be irrelevant -- the functions "extract_patches" and "extract_depends_on" (from trac.py in the buildbot source) both convert all of the ticket text to lowercase and scan each line for the words "apply" and "depends", respectively. Note, in case you missed Robert's comment above, that the attachments buildbot intends to apply are the ones listed at the top of its report for the ticket, so you should be able to verify that it's reading the ticket correctly. (However, I did just check a ticket I've been reviewing: http://trac.sagemath.org/sage_trac/ticket/10052 buildbot does list the correct attachments to apply, but the "depends_on" field below is still blank but shouldn't be) I'm adding these comments to the buildbot description page (where you can also find a link to the source code): http://wiki.sagemath.org/buildbot best, Niles -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org