website rev 513

Tiny update to build host Cookbook page
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 20 12:49:15 2009 +0200 (2009-06-20)
parents 86c34ce79f94
children 53c742148045
files en/doc/cookbook/build-host.html
line diff
     1.1 --- a/en/doc/cookbook/build-host.html	Sat Jun 20 00:21:05 2009 +0200
     1.2 +++ b/en/doc/cookbook/build-host.html	Sat Jun 20 12:49:15 2009 +0200
     1.3 @@ -115,10 +115,11 @@
     1.4   /# tazbb cook-commit
     1.5  </pre>
     1.6  <p>
     1.7 -Tip: Remove all the old packages and then rebuild the lists manually:
     1.8 +If needed (tazbb does it automaticaly) you can remove all the old packages
     1.9 +and then rebuild the lists manually:
    1.10  </p>
    1.11  <pre>
    1.12 - /# tazwok cmp --remove
    1.13 + /# tazbb clean-up
    1.14   /# tazwok gen-list --text
    1.15   /# exit
    1.16  </pre>
    1.17 @@ -140,10 +141,10 @@
    1.18  <a name="mirror-up"></a>
    1.19  <h3>Upload by hand on mirror.slitaz.org</h3>
    1.20  <p>
    1.21 -Mirror maintainers can upload by hand with the script mirror.sh:
    1.22 +Mirror maintainers can upload by hand with tazdev (-pd for a dry push):
    1.23  </p>
    1.24  <pre>
    1.25 - # tazdev -p `echo $USER`
    1.26 + # tazdev -p $USER
    1.27  </pre>
    1.28  
    1.29  <a name="website-up"></a>
    1.30 @@ -153,7 +154,7 @@
    1.31  also be updated by hand (used on the day of release for example):
    1.32  </p>
    1.33  <pre>
    1.34 - # tazdev update-website
    1.35 + # tazdev update-www
    1.36  </pre>
    1.37  
    1.38  <!-- End of content -->