cookutils diff web/cooker.cgi @ rev 29
Better output for cookorder, add SETUP_PKGS in cook.conf to share list with the cooker + small improvments
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 06 16:14:39 2011 +0200 (2011-05-06) |
parents | a7f0d97a9ccc |
children | c49e394e87d3 |
line diff
1.1 --- a/web/cooker.cgi Fri May 06 00:05:14 2011 +0200 1.2 +++ b/web/cooker.cgi Fri May 06 16:14:39 2011 +0200 1.3 @@ -36,6 +36,7 @@ 1.4 -e 's#ERROR:#<span class="span-error">ERROR:</span>#g' \ 1.5 -e s"#^Executing:\([^']*\).#<span class='span-sky'>\0</span>#"g \ 1.6 -e s"#^====\([^']*\).#<span class='span-line'>\0</span>#"g \ 1.7 + -e s"#^[a-zA-Z0-9]\([^']*\) :: #<span class='span-sky'>\0</span>#"g \ 1.8 -e s"#ftp://\([^']*\).*#<a href='\0'>\0</a>#"g \ 1.9 -e s"#http://\([^']*\).*#<a href='\0'>\0</a>#"g ;; 1.10 receipt)