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_aggregato…
Modified:
branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregato…
URL:
http://svn.reactos.org/svn/reactos/branches/danny-web/reactos.org/htdocs/te…
==============================================================================
---
branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregato…
[iso-8859-1] (original)
+++
branches/danny-web/reactos.org/htdocs/testman/webservice/buildbot_aggregato…
[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!");