let's peg this as the new home
authorJason Etheridge <jason@esilibrary.com>
Mon, 12 Aug 2013 17:18:05 +0000 (13:18 -0400)
committerJason Etheridge <jason@esilibrary.com>
Mon, 12 Aug 2013 17:18:05 +0000 (13:18 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index bf22997..a5ffa69 100755 (executable)
@@ -119,16 +119,16 @@ sub update_rss {
 <rss version="2.0">
     <channel>
         <title>Test Output Summary</title>
-        <link>http://phasefx.evergreencatalog.com/~opensrf/test.html</link>
+        <link>http://testing.evergreen-ils.org/~live/test.html</link>
         <description>Live Test Suite</description>
         <item>^ . (
             $fail
-            ? q^<title>Test Failure - http://tinyurl.com/kb9lrzu</title>
-                <link>http://phasefx.evergreencatalog.com/~opensrf/test.html</link>
+            ? q^<title>Test Failure - http://testing.evergreen-ils.org/~live/test.html</title>
+                <link>http://testing.evergreen-ils.org/~live/test.html</link>
                 <description>One or more tests failed</description>
                 ^
-            : q^<title>Test Success - http://tinyurl.com/kb9lrzu</title>
-                <link>http://phasefx.evergreencatalog.com/~opensrf/test.html</link>
+            : q^<title>Test Success - http://testing.evergreen-ils.org/~live/test.html</title>
+                <link>http://testing.evergreen-ils.org/~live/test.html</link>
                 <description>All tests passed</description>
                 ^
         ) . q^</item>