canmove, Confirmed users
1,511
edits
(break down a bit more) |
(fewer builders) |
||
| Line 32: | Line 32: | ||
Long-term we can have Buildbot drive the process at a lower level. | Long-term we can have Buildbot drive the process at a lower level. | ||
The process | The process could be something like: | ||
4 builders total: | |||
* Source (checks out using timestamp, creates tarball) | * Source (checks out using timestamp, creates tarball) | ||
* (Linux/Mac/Windows)-(Clobber/Depend) | * (Linux/Mac/Windows)-(Clobber/Depend) | ||
| Line 56: | Line 56: | ||
## make package | ## make package | ||
## upload package | ## upload package | ||
Need the following to have this well-supported in buildbot: | |||
* Source() class for client.mk-style scripted checkouts | |||
* some way to do clobber/depend in the same builder - perhaps a custom [http://buildbot.net/repos/release/docs/buildbot.html#Build-Factories BuildFactory] | |||