[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 629c2c7 web: Fix RSS broken by b95c6584576e004e56d94fcdf6679d051a043bf4

ffmpeg-cvslog at ffmpeg.org ffmpeg-cvslog at ffmpeg.org
Sat Mar 26 13:57:15 CET 2016


The branch, master has been updated
       via  629c2c7cadd8e953f2c78086394c7d504d470287 (commit)
      from  8500f0f370cb2b34efba5977798e731eb68d805a (commit)


- Log -----------------------------------------------------------------
commit 629c2c7cadd8e953f2c78086394c7d504d470287
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Sat Mar 26 13:53:11 2016 +0100
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Sat Mar 26 13:56:24 2016 +0100

    web: Fix RSS broken by b95c6584576e004e56d94fcdf6679d051a043bf4
    
    Found-by: Sebastian Scheibner <sebastian.scheibner at tum.de>
    Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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
-- 



More information about the ffmpeg-cvslog mailing list