The branch, master has been updated
via 629c2c7cadd8e953f2c78086394c7d504d470287 (commit)
from 8500f0f370cb2b34efba5977798e731eb68d805a (commit)
- Log -----------------------------------------------------------------
commit 629c2c7cadd8e953f2c78086394c7d504d470287
Author: Michael Niedermayer <[email protected]>
AuthorDate: Sat Mar 26 13:53:11 2016 +0100
Commit: Michael Niedermayer <[email protected]>
CommitDate: Sat Mar 26 13:56:24 2016 +0100
web: Fix RSS broken by b95c6584576e004e56d94fcdf6679d051a043bf4
Found-by: Sebastian Scheibner <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
diff --git a/Makefile b/Makefile
index f13a36f..0686e44 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,8 @@ $(RSS_TARGET): htdocs/index.html
echo ' <link>http://ffmpeg.org</link>' >> $@
echo ' <description>FFmpeg RSS</description>' >> $@
echo ' <atom:link href="http://ffmpeg.org/main.rss" rel="self"
type="application/rss+xml" />' >> $@
- awk '/<a *id=".*" *> *<\/a> *<h3>.*20.., *.*<\/h3>/ { p = 1 }
/<h1>Older entries are in the .*news archive/ { p = 0 } p' $< \
- | sed 'sX<a *id="\(.*\)" *> *</a> *<h3>\(.*20..\), *\(.*\)</h3>X\
+ awk '/<h3 *id=".*" *> *.*20.., *.*<\/h3>/ { p = 1 } /<h1>Older entries
are in the .*news archive/ { p = 0 } p' $< \
+ | sed 'sX<h3 *id="\(.*\)" *> *\(.*20..\), *\(.*\)</h3>X\
]]></content:encoded>\
</item>\
<item>\
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog