From 27052bf2d98fee9ab5460fe8354679b319003544 Mon Sep 17 00:00:00 2001 From: Jason Etheridge <jason@equinoxinitiative.org> Date: Wed, 12 Dec 2018 11:22:26 -0500 Subject: [PATCH] tweak RSS output Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org> --- qa/test_output_webifier.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.11.0