[Buildbot-devel] How does isFileImportant work?, was Re: Some Questions

Dennis Schridde devurandom at gmx.net
Fri Jun 20 14:50:05 UTC 2008


Am Freitag, 20. Juni 2008 12:10:15 schrieb Axel Hecht:
> AFAICT, fileIsImportant is called with two arguments, the scheduler
> and the change. I'm not dead-on sure that the scheduler is passed, but
> I think so.
>
> so you'd do something like
>
> def importQuickFiles(sched, change):
>   for f in change.getFiles():
>     if ....:
>       return True
>   return False
Thanks, trying that now. Will tell you whether it worked as expected.

--Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://buildbot.net/pipermail/devel/attachments/20080620/c8fb3a48/attachment.bin>


More information about the devel mailing list