Imported Upstream version 2.0

This commit is contained in:
Jan Wagner 2014-07-11 21:01:00 +02:00
parent c89ccc3c74
commit 0841b5c7c7
165 changed files with 25440 additions and 4442 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
# tinderbox_build.pl
# This script builds the nagiosplugins and then sends
# This script builds the monitoringplugins and then sends
# logs back to the master tinderbox server
#
# 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
my $Tinderbox_server = '-p 1022 -o StrictHostKeyChecking=no tinderbox2@tinderbox.opsera.com';
# These shouldn't really need to be changed
my $BuildTree = 'nagiosplug';
my $BuildTree = 'monitoringplug';
my $BuildName = '';
my $ConfigureArgs = $ENV{CONFIGURE_ARGS};
@ -81,7 +81,7 @@ sub BuildIt {
chdir("$StartDir");
my $StartTime = time;
if (-e (my $file = "nagios-plugins.spec")) {
if (-e (my $file = "monitoring-plugins.spec")) {
open F, $file;
while (<F>) {
if (/^Version: trunk-(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)$/) {