[ros-diffs] [cfinck] 40225: Oops, that was rather dedicated to this tree

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Mar 25 14:03:36 CET 2009


Author: cfinck
Date: Wed Mar 25 16:03:35 2009
New Revision: 40225

URL: http://svn.reactos.org/svn/reactos?rev=40225&view=rev
Log:
Oops, that was rather dedicated to this tree

Modified:
    branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php

Modified: branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php
URL: http://svn.reactos.org/svn/reactos/branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php?rev=40225&r1=40224&r2=40225&view=diff
==============================================================================
--- branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php [iso-8859-1] (original)
+++ branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregator.php [iso-8859-1] Wed Mar 25 16:03:35 2009
@@ -34,7 +34,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