[Rock-dev] [CruiseControl] rock_bootstrap build cc314b4.24 failed

Jakob Schwendner jakob.schwendner at dfki.de
Thu Jan 27 10:53:40 CET 2011


On 01/27/2011 10:39 AM, Sylvain Joyeux wrote:
> On 01/27/2011 10:36 AM, Jakob Schwendner wrote:
>>> In principle, doable. In practice, sounds like quite a bit of work,
>>> and relies on the email field on each manifest.xml to be properly
>>> filled (which is often not the case).
>> I would not use the manifest field, but the email in the commit.
>> Basically perform an autoproj status before the build-all, and grep all
>> email addresses into a file.
> Sounds reasonable, but even more work ;-)
really? I would imagine you just need to get autoproj status to also 
display the email address (maybe with a switch). This should be simple 
enough (it's using grit, right?)
and then do:
autoproj status | grep -o '[[:alnum:]+\.\_\-]*@[[:alnum:]+\.\_\-]*' >> 
suspects.txt

or am I missing something?



More information about the Rock-dev mailing list