зеркало из https://github.com/mozilla/gecko-dev.git
Fix abs path for cronjob. -mcafee
This commit is contained in:
Родитель
cff094f985
Коммит
2e6bf27bc3
|
@ -5,15 +5,15 @@
|
|||
# Graph tree-open status, via tbox graph server.
|
||||
#
|
||||
|
||||
# Send data to graph server via HTTP.
|
||||
require "reportdata.pl";
|
||||
|
||||
use Sys::Hostname; # for ::hostname()
|
||||
|
||||
# Location of this file. Make sure that hand-runs and crontab-runs
|
||||
# of this script read/write the same data.
|
||||
my $script_dir = "/builds/tinderbox/mozilla/tools/tinderbox";
|
||||
|
||||
# Send data to graph server via HTTP.
|
||||
require "$script_dir/reportdata.pl";
|
||||
|
||||
use Sys::Hostname; # for ::hostname()
|
||||
|
||||
my $sheriff_string;
|
||||
|
||||
sub is_tree_open {
|
||||
|
|
Загрузка…
Ссылка в новой задаче