[ros-diffs] [cfinck] 40224: Switch to the new BuildBot URL

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Mar 25 14:01:54 CET 2009


Author: cfinck
Date: Wed Mar 25 16:01:53 2009
New Revision: 40224

URL: http://svn.reactos.org/svn/reactos?rev=40224&view=rev
Log:
Switch to the new BuildBot URL

Modified:
    trunk/web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php

Modified: trunk/web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php?rev=40224&r1=40223&r2=40224&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php [iso-8859-1] Wed Mar 25 16:01:53 2009
@@ -33,7 +33,7 @@
 		die("The script already processed this build before!");
 	
 	// Read the Buildslave test log
-	$fp = @fopen("http://reactos.org:8010/builders/" . $_GET["slavename"] . "/builds/" . $_GET["build"] . "/steps/test/logs/stdio/text", "r");
+	$fp = @fopen("http://build.reactos.org:8010/builders/" . $_GET["slavename"] . "/builds/" . $_GET["build"] . "/steps/test/logs/stdio/text", "r");
 	
 	if(!$fp)
 		die("Could not open the test log!");



More information about the Ros-diffs mailing list