Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the names of the builders | Will Holland | 2015-09-16 | 1 | -8/+8 |
| | | | | This will appear in the waterfall columns | ||||
* | Add /force_build method to web interface | Will Holland | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | Add force option to build | Will Holland | 2015-09-15 | 4 | -4/+6 |
| | | | | And have changes in test repo trigger forced build | ||||
* | Fix typo in artefact | Will Holland | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Pass artefact name not just buildnumber | Will Holland | 2015-09-15 | 3 | -7/+7 |
| | |||||
* | Pass the deploy buildnumber to testing | Will Holland | 2015-09-15 | 3 | -3/+10 |
| | |||||
* | Pass buildnumber to deploy | Will Holland | 2015-09-15 | 1 | -2/+3 |
| | |||||
* | Fix umask in slave | Will Holland | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Rename builders so they keep their order in the web | Will Holland | 2015-09-14 | 1 | -8/+8 |
| | |||||
* | Reorder factories | Will Holland | 2015-09-14 | 1 | -8/+8 |
| | | | | This will hopefully change the order in the web frontend | ||||
* | Trigger testing when test repo changes | Will Holland | 2015-09-14 | 1 | -0/+3 |
| | |||||
* | Add deploy complete method | Will Holland | 2015-09-11 | 2 | -4/+13 |
| | |||||
* | Fix not passing system over http | Will Holland | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Reorder schedulers for consistency | Will Holland | 2015-09-11 | 1 | -5/+5 |
| | |||||
* | reorder builders | Will Holland | 2015-09-11 | 1 | -4/+4 |
| | | | | so that it looks better in the web frontend | ||||
* | Pass system through master.cfg | Will Holland | 2015-09-11 | 1 | -1/+3 |
| | |||||
* | remove logfile option | Will Holland | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Fix build_complete thinking it runs where it doesn't | Will Holland | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Remove comparing system to definitions | Will Holland | 2015-09-11 | 1 | -4/+1 |
| | | | | Because this makes no sense | ||||
* | Fix wrong var being passed to deploy | Will Holland | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Add method to interface for build complete | Will Holland | 2015-09-11 | 1 | -7/+19 |
| | |||||
* | Fix filter having the wrong name | Will Holland | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Add builder for deploy | Will Holland | 2015-09-11 | 1 | -1/+18 |
| | |||||
* | Get definitions into slave | Will Holland | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | Fix update scripts | Will Holland | 2015-09-10 | 2 | -2/+1 |
| | |||||
* | Catch definitions update in the bottle interface | Will Holland | 2015-09-10 | 1 | -4/+23 |
| | |||||
* | Fix serving only on localhost | Will Holland | 2015-09-09 | 2 | -2/+2 |
| | |||||
* | Add buildslave repo | Will Holland | 2015-09-09 | 1 | -6/+12 |
| | |||||
* | Move triggers to buildslave-scripts repo | Will Holland | 2015-09-09 | 3 | -3/+0 |
| | |||||
* | Replace Popen with call for tidiness | Will Holland | 2015-09-08 | 1 | -2/+1 |
| | |||||
* | Add ReadMe detailing the BottleRock interface | Will Holland | 2015-09-08 | 1 | -0/+17 |
| | |||||
* | Fix wrong comments in wrong scripts | Will Holland | 2015-09-08 | 2 | -2/+2 |
| | |||||
* | Fix dummy scripts to point to correct buildbot | Will Holland | 2015-09-08 | 2 | -2/+2 |
| | |||||
* | Pass repo_name from bottle to firehose_trigger | Will Holland | 2015-09-08 | 3 | -6/+10 |
| | |||||
* | Fix typos in bottlerock | Will Holland | 2015-09-08 | 1 | -2/+2 |
| | |||||
* | Fix start to teardown properly | Will Holland | 2015-09-08 | 2 | -8/+24 |
| | |||||
* | Make setup.sh more verbose | Will Holland | 2015-09-08 | 1 | -0/+8 |
| | |||||
* | Add HTTP POST interface, bottlerock | Will Holland | 2015-09-08 | 6 | -0/+85 |
| | | | | This is so that hooks running in the Trove sandbox can trigger buildbot | ||||
* | Fix wrong trigger mapping | Will Holland | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Fix hardcoded IP in dummy update scripts | Will Holland | 2015-09-07 | 3 | -3/+9 |
| | |||||
* | Update trigger output | Will Holland | 2015-09-07 | 4 | -6/+6 |
| | |||||
* | Rename start master as it also starts slave now | Will Holland | 2015-09-07 | 1 | -0/+0 |
| | |||||
* | Add slave creation and running to shell scripts | Will Holland | 2015-09-07 | 2 | -4/+13 |
| | |||||
* | Add script to start master | Will Holland | 2015-09-07 | 1 | -0/+4 |
| | |||||
* | Fix setup.sh to work with sh not just bash | Will Holland | 2015-09-07 | 1 | -7/+5 |
| | |||||
* | Correct catagory typo | Will Holland | 2015-09-04 | 3 | -6/+6 |
| | |||||
* | Initial Commit | Will Holland | 2015-09-04 | 9 | -0/+207 |
Basic buildbot logic to run firehose, a builder and a tester upon receiving various triggers |