tazwok rev 402 4.3

Update default configuration according last changes (4.3)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 03 22:54:47 2011 +0100 (2011-03-03)
parents c02e68d59ecf
children 87a358f04407
files examples/tazwok.conf
line diff
     1.1 --- a/examples/tazwok.conf	Thu Mar 03 22:51:15 2011 +0100
     1.2 +++ b/examples/tazwok.conf	Thu Mar 03 22:54:47 2011 +0100
     1.3 @@ -1,14 +1,23 @@
     1.4  # tazwok.conf: Tazwok configuration file.
     1.5  #
     1.6  
     1.7 -# WOK_UPDATE_METHODE can be "tarball" or "hg"
     1.8 +# WOK_UPDATE_METHOD can be "tarball" or "hg"
     1.9  # tarball: download the full tarball and copy it into build-wok.
    1.10  # hg: download only the new changes, need mercurial installed.
    1.11  WOK_UPDATE_METHOD="hg"
    1.12  
    1.13 -TARBALL_WOK="http://hg.slitaz.org/wok/archive/tip.tar.bz2"
    1.14 +TARBALL_WOK="$MIRROR/wok.tar.lzma"
    1.15  HG_WOK="http://hg.slitaz.org/wok"
    1.16  
    1.17 +# Ask tazwok to generate a tarball of the safe-wok
    1.18 +# An unpacked safe-wok is generated at PACKAGES_REPOSITORY/wok
    1.19 +# This safe-wok contains all receipts you compiled fine.
    1.20 +# GEN_SAFE_WOK_TARBALL="yes"
    1.21 +
    1.22 +# Use an online repository to get packages instead of one
    1.23 +# you builded yourself / you rsyncked.
    1.24 +# USE_ONLINE_PKG="$MIRROR"
    1.25 +
    1.26  # Default makeflags.
    1.27  MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))"
    1.28