cookutils rev 22

Add --flovor to doc and prepa for cooknotes
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 05 22:43:47 2011 +0200 (2011-05-05)
parents 58d6d4ca71d4
children a7f0d97a9ccc
files cooker doc/cookutils.en.html web/cooker.cgi
line diff
     1.1 --- a/cooker	Thu May 05 22:36:03 2011 +0200
     1.2 +++ b/cooker	Thu May 05 22:43:47 2011 +0200
     1.3 @@ -21,6 +21,7 @@
     1.4  command="$CACHE/command"
     1.5  blocked="$CACHE/blocked"
     1.6  broken="$CACHE/broken"
     1.7 +cooknotes="$CACHE/cooknotes"
     1.8  
     1.9  #
    1.10  # Functions
     2.1 --- a/doc/cookutils.en.html	Thu May 05 22:36:03 2011 +0200
     2.2 +++ b/doc/cookutils.en.html	Thu May 05 22:43:47 2011 +0200
     2.3 @@ -173,10 +173,11 @@
     2.4  </pre>
     2.5  <p>
     2.6  	To cook more than one package at once you have different kind of choices.
     2.7 -	The currently implemeted way (more will come such as --list= --flavor=)
     2.8 +	The currently implemeted ways (more will come such as --list=):
     2.9  </p>
    2.10  <pre>
    2.11 -# cooker --cat=pkg-category
    2.12 +# cooker --cat=category
    2.13 +# cooker --flavor=flavo
    2.14  </pre>
    2.15  
    2.16  <h3>Cooker CGI/Web</h3>
     3.1 --- a/web/cooker.cgi	Thu May 05 22:36:03 2011 +0200
     3.2 +++ b/web/cooker.cgi	Thu May 05 22:43:47 2011 +0200
     3.3 @@ -19,6 +19,7 @@
     3.4  command="$CACHE/command"
     3.5  blocked="$CACHE/blocked"
     3.6  broken="$CACHE/broken"
     3.7 +cooknotes="$CACHE/cooknotes"
     3.8  
     3.9  #
    3.10  # Functions