website diff en/doc/cookbook/build-host.html @ rev 517

en: Edit Build bot|host (partial) Ckbk
author Paul Issott <paul@slitaz.org>
date Sun Jun 21 20:14:32 2009 +0000 (2009-06-21)
parents 53c742148045
children 9dd5ab737ee3
line diff
     1.1 --- a/en/doc/cookbook/build-host.html	Sat Jun 20 12:51:10 2009 +0200
     1.2 +++ b/en/doc/cookbook/build-host.html	Sun Jun 21 20:14:32 2009 +0000
     1.3 @@ -56,11 +56,10 @@
     1.4  <a name="tazdev"></a>
     1.5  <h3>Using tazdev</h3>
     1.6  <p>
     1.7 -To help maintain the mirror, flavors and other services, some tazdev
     1.8 -is used. It is mostly all configured for the cooking version. Usage :
     1.9 +To help maintain the mirror, flavors and other services, the tazdev command
    1.10 +is used. It is mostly configured for the cooking version. Usage:
    1.11  </p>
    1.12 -<pre>
    1.13 - $ tazdev usage
    1.14 +<pre> $ tazdev usage
    1.15  </pre>
    1.16  
    1.17  <a name="undigest-pkgs"></a>
    1.18 @@ -100,31 +99,28 @@
    1.19  <p>
    1.20  Everything is cooked in a chroot environment, the default path for the build
    1.21  wok is $CHROOT/home/slitaz/wok. Some changes can be made directly in this wok: the
    1.22 -real Hg is copied in the chroot by tazbb (Build Bot). To chroot in cooking :
    1.23 +real Hg is copied in the chroot by tazbb (Build Bot). To chroot in cooking:
    1.24  </p>
    1.25 -<pre>
    1.26 - # tazdev chroot
    1.27 +<pre> # tazdev chroot
    1.28  </pre>
    1.29  <p>
    1.30 -Cook all last commited packages or cook everything with 'cook-all', note
    1.31 +Cook all the last commited packages or cook everything with 'cook-all', note
    1.32  that comparison it not required if you know which packages to cook. If you
    1.33 -want to force a cook of some package by tazbb you can clean then with tazwok.
    1.34 -By default cook only last commit :
    1.35 +want to force the cooking of some packages by tazbb, you can then clean with tazwok.
    1.36 +By default tazbb cooks only last the commit:
    1.37  </p>
    1.38 -<pre>
    1.39 - /# tazbb cook-commit
    1.40 +<pre> /# tazbb cook-commit
    1.41  </pre>
    1.42  <p>
    1.43 -If needed (tazbb does it automaticaly) you can remove all the old packages
    1.44 +If needed (tazbb does this automatically), you can remove all the old packages
    1.45  and then rebuild the lists manually:
    1.46  </p>
    1.47 -<pre>
    1.48 - /# tazbb clean-up
    1.49 +<pre> /# tazbb clean-up
    1.50   /# tazwok gen-list --text
    1.51   /# exit
    1.52  </pre>
    1.53  <p>
    1.54 -If you have write access to the mirror you can make a dry-push to check
    1.55 +If you have write access to the mirror, you can make a dry-push to check
    1.56  and then upload; push will also remove any old packages on the mirror.
    1.57  </p>
    1.58  
    1.59 @@ -134,8 +130,7 @@
    1.60  Packages for the stable release are also built in a chroot environment like
    1.61  the Cooking packages:
    1.62  </p>
    1.63 -<pre>
    1.64 - # tazdev chroot stable
    1.65 +<pre> # tazdev chroot stable
    1.66  </pre>
    1.67  
    1.68  <a name="mirror-up"></a>
    1.69 @@ -143,8 +138,7 @@
    1.70  <p>
    1.71  Mirror maintainers can upload by hand with tazdev (-dp for a dry push):
    1.72  </p>
    1.73 -<pre>
    1.74 - # tazdev -p $USER
    1.75 +<pre> # tazdev -p $USER
    1.76  </pre>
    1.77  
    1.78  <a name="website-up"></a>
    1.79 @@ -153,8 +147,7 @@
    1.80  The Website and packages web interface are updated nightly by cron and can
    1.81  also be updated by hand (used on the day of release for example):
    1.82  </p>
    1.83 -<pre>
    1.84 - # tazdev update-www
    1.85 +<pre> # tazdev update-www
    1.86  </pre>
    1.87  
    1.88  <!-- End of content -->