From: Jason Etheridge <jason@equinoxinitiative.org>
Date: Wed, 12 Dec 2018 16:22:26 +0000 (-0500)
Subject: tweak RSS output
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=27052bf2d98fee9ab5460fe8354679b319003544;p=working%2Frandom.git

tweak RSS output

Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
---

diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl
index b1458ee1b..0949eed0f 100755
--- a/qa/test_output_webifier.pl
+++ b/qa/test_output_webifier.pl
@@ -241,7 +241,7 @@ sub update_rss {
                print RSS_FILE q^
      <entry>
        <title>^ . $f . q^</title>
-       <link href="http://testing.evergreen-ils.org/~live"/>
+       <link href="http://testing.evergreen-ils.org/~live#^ . `date -Ins` . '-' . ($fidx++) . q^"/>
        <id>http://testing.evergreen-ils.org/~live#^ . `date -Ins` . '-' . ($fidx++) . q^</id>
        <updated>^ . `date -Iseconds` . q^</updated>
        <summary>^ . $f . q^</summary>