summaryrefslogtreecommitdiff
path: root/mason/mason-report.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move Mason out from /rootPedro Alvarez2014-09-171-3/+3
| | | | | | - Move the configuration file to /etc/mason.conf - Move the scripts to /usr/lib/mason/ - Mason will store the report in /var/mason/report.html
* Fix Mason report generatorMichael Drake2014-08-291-2/+2
| | | | | | | | Now that we use the upstream trove, rather than local trove for git, the report generator needs to be updated to reflect that. Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
* Report last time we checked for updates.baserock/michaeldrake/mason-develMichael Drake2014-08-121-4/+28
| | | | | | | | | Now the timestamp of the last time we looked for any changes in the definitions.git repository is put into the footer area. It is highlighted for visibility. This makes it easier to see that the mason system is still running, but that there is nothing new to build.
* Reduce refresh rate of report from 10s to 1min.Michael Drake2014-08-081-1/+1
| | | | This reduces flicker/churn when browsing a mason report page.
* Use the local trove rather than upstream trove when polling for updates.Michael Drake2014-08-081-1/+1
| | | | | This prevents discovering changes, and then being unable to build them because the local trove has not yet got them.
* Detect lack of network and report as such, rather than failbaserock/michaeldrake/mason-net-down-reportMichael Drake2014-08-071-1/+20
| | | | | | If the git remote update command fails, we assume it's because we are unable to connect to the trove. This gets reported as a networking issue, rather than as a failure.
* Add Mason scripts on top of distbuild systemMichael Drake2014-08-061-0/+209
The distbuild system can be configured to act as a CI controller. Providing appropriate config makes it copy all the scripts and systemd units out of the mason directory onto the target, such that it will start building and testing the configured cluster morphology on boot.