website diff en/doc/cookbook/build-host.html @ 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 | fa2c5bed2417 |
line diff
1.1 --- a/en/doc/cookbook/build-host.html Sun Jun 21 20:14:32 2009 +0000 1.2 +++ b/en/doc/cookbook/build-host.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="boot-scripts.html">Boot Scripts</a> | 1.8 + <a href="build-bot.html">Build Bot</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 @@ -99,15 +99,15 @@ 1.13 <p> 1.14 Everything is cooked in a chroot environment, the default path for the build 1.15 wok is $CHROOT/home/slitaz/wok. Some changes can be made directly in this wok: the 1.16 -real Hg is copied in the chroot by tazbb (Build Bot). To chroot in cooking: 1.17 +real Hg is copied into the chroot by tazbb (Build Bot). To chroot in cooking: 1.18 </p> 1.19 <pre> # tazdev chroot 1.20 </pre> 1.21 <p> 1.22 Cook all the last commited packages or cook everything with 'cook-all', note 1.23 that comparison it not required if you know which packages to cook. If you 1.24 -want to force the cooking of some packages by tazbb, you can then clean with tazwok. 1.25 -By default tazbb cooks only last the commit: 1.26 +want to force the cooking of some of the packages by tazbb, you can then 1.27 +clean with tazwok. By default tazbb cooks only last the commit: 1.28 </p> 1.29 <pre> /# tazbb cook-commit 1.30 </pre>