# HG changeset patch # User Pascal Bellard # Date 1320655183 -3600 # Node ID c1ef82b9c455dff32c57cd99db6042b2f3619b45 # Parent 2f1937462fc5531ce3e769d9a467aec312889397 cooker.cgi: add anchors (again) diff -r 2f1937462fc5 -r c1ef82b9c455 web/cooker.cgi --- a/web/cooker.cgi Mon Nov 07 09:33:18 2011 +0100 +++ b/web/cooker.cgi Mon Nov 07 09:39:43 2011 +0100 @@ -237,47 +237,47 @@ toolchain.log

- +

Activity

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

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)