[Nagiosplug-checkins] nagiosplug/tools tinderbox_build,1.1,1.2

Ton Voon tonvoon at users.sourceforge.net
Wed Jul 5 10:55:53 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7979

Modified Files:
	tinderbox_build 
Log Message:
Add instructions for manually sending Tinderbox build logs


Index: tinderbox_build
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/tinderbox_build,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tinderbox_build	3 Nov 2005 15:21:31 -0000	1.1
+++ tinderbox_build	5 Jul 2006 08:55:49 -0000	1.2
@@ -175,7 +175,11 @@
 	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");





More information about the Commits mailing list