summaryrefslogtreecommitdiff
path: root/extensions/mason
Commit message (Collapse)AuthorAgeFilesLines
* mason: Use 'find' to clean the cachePedro Alvarez2016-02-251-2/+2
| | | | | | | | | | | Previous approach is not working anymore: # mv /srv/distbuild/!(remove) /srv/distbuild/remove -sh: syntax error: unexpected "(" Also use `find -delete` instead of `rm -r` because is faster. Change-Id: I0b500869281ce44ce565b8cca051c91961a6613d
* mason-report: sync with mason.sh to get the SHA1Pedro Alvarez2016-02-241-1/+1
| | | | Change-Id: I64f0d1de7d7e7e0329a61fb028cd7efdf418b13f
* mason: Move Mason definitions clone to /wsPedro Alvarez2016-02-211-1/+3
| | | | | | | It's being created in /srv/distbuild at the moment, and mason-report.sh is cleaning that folder after every run. Change-Id: If589b07149bbaa71aacfd33efe68050deafa3620
* mason: Fix scripts to not use morph init/checkoutPedro Alvarez2016-02-151-7/+2
| | | | | | https://storyboard.baserock.org/#!/story/71 Change-Id: Iaed10e9edb66f92fd35d61601c06f496c2bea5f3
* mason: Show build logs correctly on failureSam Thursfield2015-12-261-1/+1
| | | | | | This is more fall-out from my fixes to scripts/release-build Change-Id: I986b384b9cda07d0f9a9778f6decca080c094155
* mason: clean-up all the cache after every runPedro Alvarez2015-10-251-0/+6
| | | | | | | | | | | This way we never fill up the disk. We don't care about the cache given that the distbiuld network uploads everything to the artifacts server. The solution is not very clever, but will help us to avoid Mason going red just because of disk space. Also, I don't think Mason deserves more attention. Change-Id: Ifbdaac0e992fe9cc4736010fd26dc9c9e7beb7f4
* mason: Improve mason-report.sh to give more feedback when building.Pedro Alvarez2015-08-101-6/+45
| | | | | | | It will now show a row when a build has started, with a link to the current build log. Change-Id: Iec01529a80b45b2a61a6cf454a0ac8300c73e139
* Move extensions into a subdirectoryAdam Coldrick2015-06-0212-0/+628
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e