diff options
Diffstat (limited to 'tools/tinderbox_build')
-rwxr-xr-x | tools/tinderbox_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 12528d9..48836b1 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | # tinderbox_build.pl | 2 | # tinderbox_build.pl |
3 | # This script builds the nagiosplugins and then sends | 3 | # This script builds the monitoringplugins and then sends |
4 | # logs back to the master tinderbox server | 4 | # logs back to the master tinderbox server |
5 | # | 5 | # |
6 | # This script is based on mozilla-unix.pl which comes with tinderbox2 | 6 | # This script is based on mozilla-unix.pl which comes with tinderbox2 |
@@ -34,7 +34,7 @@ my $ReportStatus = 0; # Do not send results to server | |||
34 | my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com'; | 34 | my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com'; |
35 | 35 | ||
36 | # These shouldn't really need to be changed | 36 | # These shouldn't really need to be changed |
37 | my $BuildTree = 'nagiosplug'; | 37 | my $BuildTree = 'monitoringplug'; |
38 | my $BuildName = ''; | 38 | my $BuildName = ''; |
39 | my $ConfigureArgs = $ENV{CONFIGURE_ARGS}; | 39 | my $ConfigureArgs = $ENV{CONFIGURE_ARGS}; |
40 | 40 | ||
@@ -81,7 +81,7 @@ sub BuildIt { | |||
81 | chdir("$StartDir"); | 81 | chdir("$StartDir"); |
82 | 82 | ||
83 | my $StartTime = time; | 83 | my $StartTime = time; |
84 | if (-e (my $file = "nagios-plugins.spec")) { | 84 | if (-e (my $file = "monitoring-plugins.spec")) { |
85 | open F, $file; | 85 | open F, $file; |
86 | while (<F>) { | 86 | while (<F>) { |
87 | if (/^Version: trunk-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) { | 87 | if (/^Version: trunk-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) { |