summaryrefslogtreecommitdiff
path: root/build_a_system.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add GPLHEADmasterWill Holland2015-10-231-0/+14
|
* Change instances per cpu down to 8Will Holland2015-10-051-1/+1
|
* Make instances of ybd per cpu thread 10Will Holland2015-10-051-1/+1
|
* Replace ncpus logic with something easier to debug and hopefully more reliableRichard Maw2015-10-011-1/+5
|
* Divide up available CPUs dynamically for buildsRichard Maw2015-09-291-5/+17
| | | | Having 5 builds on ARM is not performant, so we should split it up dynamically.
* Actually pass system to ybdWill Holland2015-09-211-1/+1
|
* Be morph architecture awareWill Holland2015-09-211-0/+1
|
* Use ybd locally in slaveWill Holland2015-09-161-2/+2
|
* Update config file location and genericify thingsPatrick Darley2015-09-161-1/+1
|
* Add set -ex to every scriptWill Holland2015-09-111-1/+1
|
* Allow sudo privelage for instance number re-writesPatrick Darley2015-09-101-1/+1
|
* set -e all the thingsWill Holland2015-09-101-0/+2
|
* Change definitions repo to the one in the slaveWill Holland2015-09-101-1/+1
|
* Change ybd instance count for building and deployingPatrick Darley2015-09-101-5/+5
| | | | | | | ybd will fail if deployments are made with more than one instance seemingly. Builds are prophesised to run optimally with 5 instances. Also, some unnecessary things removed from build_a_system.sh
* Crude build scriptPatrick Darley2015-09-101-0/+21
Should work provided the inputs are right. Currently no error handeling or anything fancy at all. It is crude and crappy.