Opened 15 years ago
Last modified 15 years ago
#531 new enhancement
Schedule a nightly build automatically in build receipe
Reported by: | daran9@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | stephenemslie@…, felix.schwarz@… | |
Operating System: | Windows |
Description
Trigger a build at a certain time instead of waiting for SVN commits.
Take a look at the Buildbot example: buildbot nightly build
It would be nice to have a timed build even if there are no commits.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by anonymous
comment:2 Changed 15 years ago by daran9@…
- Operating System changed from BSD to Windows
The main idea is to trigger a nightly build increment the version numbers of the application even if there are no commits on that day. If this is possible with a scheduler that would be sufficient.
comment:3 Changed 15 years ago by stephenemslie@…
- Cc stephenemslie@… added
This would be a nice change to have. I for one wouldn't need it to be too clever in terms of scheduling - just some way to allow the build to be triggered from the command line so that a cron job could kick it off.
comment:4 Changed 15 years ago by Felix Schwarz <felix.schwarz@…>
- Cc felix.schwarz@… added
This wouldn't be that difficult a feature to add -- it'd just need a small addition to Build Queue?.populate in queue.py and some way of configuring it. I think the important question is what sort of flexibility is needed in the configuration. Would a cron-style description of when to create builds be sufficient? Something simpler?