# HG changeset patch # User Paul Issott # Date 1305052579 -3600 # Node ID fb53f8b0a0cad7af69ea9b2c12da6944741380fe # Parent ca9560f2acde3a867a7593ccc27980ba62b792d3 Tiny edits diff -r ca9560f2acde -r fb53f8b0a0ca cooker --- a/cooker Tue May 10 15:55:01 2011 +0200 +++ b/cooker Tue May 10 19:36:19 2011 +0100 @@ -349,7 +349,7 @@ separator # Find all unbuilt packages. Get EXTRAVERSION from packed receipt - # if exist since extra version is add when packing the package. + # if it exists since extra version is added when packing the package. echo "Searching for all unbuilt packages" | log for pkg in * do @@ -386,8 +386,8 @@ echo "Cooker PID : $$" | log_commits echo "Cooker date : $(date '+%Y-%m-%d %H:%M:%S')" | log_commits - # Get revisions. Here we have 2 echo since we want msg on screen, - # in commits log and activity DB without space before : + # Get revisions. Here we have 2 echoes since we want a msg on screen, + # in commits log and activity DB without a space before. cd $wok || exit 1 cur=$(hg head --template '{rev}\n') echo "Updating wok : ${wok}-hg (rev $cur)" | log_commits diff -r ca9560f2acde -r fb53f8b0a0ca doc/cookutils.en.html --- a/doc/cookutils.en.html Tue May 10 15:55:01 2011 +0200 +++ b/doc/cookutils.en.html Tue May 10 19:36:19 2011 +0100 @@ -310,7 +310,7 @@

Note: It's not obligatory to install the cookutils on your host to use the web interface, you can also copy the cooker.cgi and style.css files for - example in your ~/Public directory and use a custom cook.conf with it. The + example into your ~/Public directory and use a custom cook.conf with it. The advantage of installing cookutils on the host is to get regular updates via the Tazpkg packages manager. Say you have cloned or downloaded the cookutils: