summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a173b7e)
raw | patch | inline | side by side (parent: a173b7e)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 5 Jul 2006 08:55:49 +0000 (08:55 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 5 Jul 2006 08:55:49 +0000 (08:55 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c
tools/tinderbox_build | patch | blob | history |
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 0fdaf038ea74d00920a4ce2749bf590e1254df84..862f1c1d4b6b1684e4da83f2d7fdaab7e753c944 100755 (executable)
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
if ($ReportStatus) {
system( "ssh $Tinderbox_server tinderbox_receive < ${logfile}.last" )
} else {
- print "Not sending logs to tinderbox",$/;
+ print <<"EOF"
+Not sending logs to http://tinderbox.altinity.org
+If you have SSH keys setup on the tinderbox server, you can manually send
+with 'ssh $Tinderbox_server tinderbox_receive < ${logfile}.last'
+EOF
}
unlink("$logfile");