From 4240aba33f68bf8f9882023c952abf13b7a12f5b Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 5 Jul 2006 08:55:49 +0000 Subject: Add instructions for manually sending Tinderbox build logs git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 0fdaf03..862f1c1 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build @@ -175,7 +175,11 @@ sub BuildIt { 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"); -- cgit v0.10-9-g596f