Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |