Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop the continuous run if the list completed. | 2010-10-25 | 1 | -0/+2 | |
| | | | | Before it entered an infinite restart loop. | ||||
* | Allow providing an alternative list from the "complete", and keep it | 2010-09-26 | 1 | -1/+7 | |
| | | | | updated. | ||||
* | Improve build list handling. | 2010-09-18 | 1 | -1/+8 | |
| | | | | | | | | | - get the first 200 random packages out of the _complete_ list (not the queue itself) — this allows for new packages to enter the queue by themselves; - keep a per-session mask list, to the side of the current run mask list; this allows exclusion of packages for a longer time (if no revision is added) and a faster turnover of packages. | ||||
* | Don't check whether the file is executable but rather if it exists. | 2010-09-08 | 1 | -1/+1 | |
| | |||||
* | Add a proper license to all the scripts running the Tinderbox. | 2010-09-03 | 1 | -0/+15 | |
| | | | | | | | Since most of them are really simple scripts that don't really warrant for strong copyleft, they are all licensed under ISC license. Copyright is, depending on the file, mine, Zac's, or both. | ||||
* | Add a script to continuously run the tinderbox without halting it for restarts. | 2010-09-02 | 1 | -0/+9 | |