summaryrefslogtreecommitdiff
path: root/extensions/mason/mason-report.sh
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: 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-021-0/+252
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e