# HG changeset patch # User Christophe Lincoln # Date 1304628227 -7200 # Node ID 90ec7271d772cec428d5e92cd7f43b8c7e342ad9 # Parent 58d6d4ca71d4f2c49960ce520aa846e2374c3754 Add --flovor to doc and prepa for cooknotes diff -r 58d6d4ca71d4 -r 90ec7271d772 cooker --- a/cooker Thu May 05 22:36:03 2011 +0200 +++ b/cooker Thu May 05 22:43:47 2011 +0200 @@ -21,6 +21,7 @@ command="$CACHE/command" blocked="$CACHE/blocked" broken="$CACHE/broken" +cooknotes="$CACHE/cooknotes" # # Functions diff -r 58d6d4ca71d4 -r 90ec7271d772 doc/cookutils.en.html --- a/doc/cookutils.en.html Thu May 05 22:36:03 2011 +0200 +++ b/doc/cookutils.en.html Thu May 05 22:43:47 2011 +0200 @@ -173,10 +173,11 @@

To cook more than one package at once you have different kind of choices. - The currently implemeted way (more will come such as --list= --flavor=) + The currently implemeted ways (more will come such as --list=):

-# cooker --cat=pkg-category
+# cooker --cat=category
+# cooker --flavor=flavo
 

Cooker CGI/Web

diff -r 58d6d4ca71d4 -r 90ec7271d772 web/cooker.cgi --- a/web/cooker.cgi Thu May 05 22:36:03 2011 +0200 +++ b/web/cooker.cgi Thu May 05 22:43:47 2011 +0200 @@ -19,6 +19,7 @@ command="$CACHE/command" blocked="$CACHE/blocked" broken="$CACHE/broken" +cooknotes="$CACHE/cooknotes" # # Functions