# HG changeset patch # User Paul Issott # Date 1305485580 -3600 # Node ID 0d3a737e695e64104774db0cd173636216741546 # Parent a66f1d92b9fefe38aed752d67c2adf099172b877 Tiny edits diff -r a66f1d92b9fe -r 0d3a737e695e cooker --- a/cooker Sun May 15 16:04:56 2011 +0200 +++ b/cooker Sun May 15 19:53:00 2011 +0100 @@ -394,7 +394,7 @@ echo "hg:pull" > $command cd ${wok}-hg && hg pull -u | log_commits new=$(hg head --template '{rev}\n') - # Store last rev to be used by CGI so it dont need to call hg head + # Store last rev to be used by CGI so it doesn't need to call hg head # on each load. echo "$new" > $CACHE/wokrev diff -r a66f1d92b9fe -r 0d3a737e695e doc/cookutils.en.html --- a/doc/cookutils.en.html Sun May 15 16:04:56 2011 +0200 +++ b/doc/cookutils.en.html Sun May 15 19:53:00 2011 +0100 @@ -357,20 +357,20 @@

Cooker BB started at boot

- The Cooker environment and cron task can automaticaly started at boot time. - You must have cookutils-daemon installed on the host and use standard SliTaz - to make it work properly (cooking goes in /home/slitaz/cooking). The deamon - script will mount virtual filesystems if needed as well as source and - packages. Sources files are in /home/slitaz/src and binded into the chroot - so you can share packages source between several version (stable, cooking, - undiguest). If the package is not yet installed: + The Cooker environment and cron task can automatically be started at boot time. + You must have the cookutils-daemon installed on the host and use a standard SliTaz + to make it work properly (cooking goes in /home/slitaz/cooking). The daemon + script will mount any virtual filesystems if needed as well as source and + packages. Sources files are in /home/slitaz/src and bound into the chroot + so you can share packages sources between several versions (stable, cooking, + undigest). If the package is not yet installed:

 # tazpkg get-install cookutils-daemon
 

To start the daemon you must have a cron file definition for - root in the chroot, the deamon script work like all other system daemon + root in the chroot, the daemon script works like all other system daemons and can be handled with:

diff -r a66f1d92b9fe -r 0d3a737e695e init.d/cooker
--- a/init.d/cooker	Sun May 15 16:04:56 2011 +0200
+++ b/init.d/cooker	Sun May 15 19:53:00 2011 +0100
@@ -2,7 +2,7 @@
 # /etc/init.d/cooker: Start, stop or restart Cooker daemon.
 #
 
-# This is the only real path we need for the daemon and it make it independant
+# This is the only real path we need for the daemon and it makes it independent
 # from cookutils itself.
 SLITAZ="/home/slitaz"