mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Fix warnings.html link.
This commit is contained in:
parent
119a9e8f54
commit
dfa96df892
@ -184,7 +184,9 @@ for $br (last_successful_builds($tree)) {
|
||||
|
||||
# Make the new warnings live.
|
||||
unlink("$tree/warnings.html");
|
||||
symlink($warn_file, "$tree/warnings.html");
|
||||
my $file_to_link = $warn_file;
|
||||
$file_to_link =~ s|^$tree/||;
|
||||
symlink($file_to_link, "$tree/warnings.html");
|
||||
|
||||
# Add an entry to the warning log
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user