diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tinderbox_build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 0fdaf038..862f1c1d 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"); |