website rev 518

en: Tidy up Ckbk
author Paul Issott <paul@slitaz.org>
date Mon Jun 22 20:51:07 2009 +0000 (2009-06-22)
parents fcffabc05cb1
children 87af95f1ea2b
files en/doc/cookbook/build-bot.html en/doc/cookbook/build-host.html
line diff
     1.1 --- a/en/doc/cookbook/build-bot.html	Sun Jun 21 20:14:32 2009 +0000
     1.2 +++ b/en/doc/cookbook/build-bot.html	Mon Jun 22 20:51:07 2009 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  <div id="header">
     1.5  <div align="right" id="quicknav">
     1.6  	<a name="top"></a>
     1.7 -	<a href="build-host.html">Build host</a> |
     1.8 +	<a href="boot-scripts.html">Boot scripts</a> |
     1.9  	<a href="index.html">Table of contents</a>
    1.10  </div>
    1.11  <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
    1.12 @@ -35,8 +35,8 @@
    1.13  Run <code>tazbb usage</code> for the list of available commands with
    1.14  a short description. 
    1.15  The Status of the Tank Build Bot via a Tazbb web interface is at
    1.16 -<a href="http://bb.slitaz.org/">bb.slitaz.org</a> and for collaboration:
    1.17 -<a href="http://labs.slitaz.org/wiki/distro/Tazbb">Tazbb Wiki</a>.
    1.18 +<a href="http://bb.slitaz.org/">bb.slitaz.org</a> and for collaboration,
    1.19 +use the <a href="http://labs.slitaz.org/wiki/distro/Tazbb">Tazbb Wiki</a>.
    1.20  </p>
    1.21  
    1.22  <ul>
     2.1 --- a/en/doc/cookbook/build-host.html	Sun Jun 21 20:14:32 2009 +0000
     2.2 +++ b/en/doc/cookbook/build-host.html	Mon Jun 22 20:51:07 2009 +0000
     2.3 @@ -18,7 +18,7 @@
     2.4  <div id="header">
     2.5  <div align="right" id="quicknav">
     2.6  	<a name="top"></a>
     2.7 -	<a href="boot-scripts.html">Boot Scripts</a> |
     2.8 +	<a href="build-bot.html">Build Bot</a> |
     2.9  	<a href="index.html">Table of contents</a>
    2.10  </div>
    2.11  <h1><font color="#3E1220">SliTaz Cookbook (en)</font></h1>
    2.12 @@ -99,15 +99,15 @@
    2.13  <p>
    2.14  Everything is cooked in a chroot environment, the default path for the build
    2.15  wok is $CHROOT/home/slitaz/wok. Some changes can be made directly in this wok: the
    2.16 -real Hg is copied in the chroot by tazbb (Build Bot). To chroot in cooking:
    2.17 +real Hg is copied into the chroot by tazbb (Build Bot). To chroot in cooking:
    2.18  </p>
    2.19  <pre> # tazdev chroot
    2.20  </pre>
    2.21  <p>
    2.22  Cook all the last commited packages or cook everything with 'cook-all', note
    2.23  that comparison it not required if you know which packages to cook. If you
    2.24 -want to force the cooking of some packages by tazbb, you can then clean with tazwok.
    2.25 -By default tazbb cooks only last the commit:
    2.26 +want to force the cooking of some of the packages by tazbb, you can then 
    2.27 +clean with tazwok. By default tazbb cooks only last the commit:
    2.28  </p>
    2.29  <pre> /# tazbb cook-commit
    2.30  </pre>