# HG changeset patch # User Pascal Bellard # Date 1320654798 -3600 # Node ID 2f1937462fc5531ce3e769d9a467aec312889397 # Parent 99e761e394954d317ebd07a3e95363fc8407c4f2 cooker.cgi: add anchors diff -r 99e761e39495 -r 2f1937462fc5 web/cooker.cgi --- a/web/cooker.cgi Thu Oct 13 13:37:49 2011 +0200 +++ b/web/cooker.cgi Mon Nov 07 09:33:18 2011 +0100 @@ -237,40 +237,47 @@ toolchain.log

+

Activity

 $(tac $CACHE/activity | head -n 12 | syntax_highlighter activity)
 
More activity +

Cooknotes

 $(tac $cooknotes | head -n 12 | syntax_highlighter activity)
 
More notes +

Commits

 $(cat $commits)
 
+

Cooklist

 $(cat $cooklist | head -n 20)
 
Full cooklist +

Broken

 $(cat $broken | head -n 20 | sed s"#^[^']*#\0#"g)
 
All broken packages +

Blocked

 $(cat $blocked | sed s"#^[^']*#\0#"g)
 
+

Latest cook

 $(list_packages | sed s"#^\([^']*\).* : #\0#"g)