diff options
-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 0fdaf03..862f1c1 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build | |||
@@ -175,7 +175,11 @@ sub BuildIt { | |||
175 | if ($ReportStatus) { | 175 | if ($ReportStatus) { |
176 | system( "ssh $Tinderbox_server tinderbox_receive < ${logfile}.last" ) | 176 | system( "ssh $Tinderbox_server tinderbox_receive < ${logfile}.last" ) |
177 | } else { | 177 | } else { |
178 | print "Not sending logs to tinderbox",$/; | 178 | print <<"EOF" |
179 | Not sending logs to http://tinderbox.altinity.org | ||
180 | If you have SSH keys setup on the tinderbox server, you can manually send | ||
181 | with 'ssh $Tinderbox_server tinderbox_receive < ${logfile}.last' | ||
182 | EOF | ||
179 | } | 183 | } |
180 | 184 | ||
181 | unlink("$logfile"); | 185 | unlink("$logfile"); |