For now, just link to a directory containing copies of the latest logs.

This commit is contained in:
David Brown 2016-07-10 15:17:43 +01:00
parent 66d36728db
commit 156d9b0183
2 changed files with 2 additions and 1 deletions

View file

@ -172,5 +172,6 @@ for my $key (sort keys %status) {
print $svg "</svg>\n";
system 'chmod +r log/*';
system 'scp build-status.svg dave@hub:/var/www';
system 'scp log/* dave@hub:/var/www/log';