# HG changeset patch # User Antoine Bodin # Date 1299189287 -3600 # Node ID 6efae71f279887e661e0123d1742e16968a67703 # Parent c02e68d59ecf73badd0e9c5a603e7927d0126ef5 Update default configuration according last changes (4.3) diff -r c02e68d59ecf -r 6efae71f2798 examples/tazwok.conf --- a/examples/tazwok.conf Thu Mar 03 22:51:15 2011 +0100 +++ b/examples/tazwok.conf Thu Mar 03 22:54:47 2011 +0100 @@ -1,14 +1,23 @@ # tazwok.conf: Tazwok configuration file. # -# WOK_UPDATE_METHODE can be "tarball" or "hg" +# WOK_UPDATE_METHOD can be "tarball" or "hg" # tarball: download the full tarball and copy it into build-wok. # hg: download only the new changes, need mercurial installed. WOK_UPDATE_METHOD="hg" -TARBALL_WOK="http://hg.slitaz.org/wok/archive/tip.tar.bz2" +TARBALL_WOK="$MIRROR/wok.tar.lzma" HG_WOK="http://hg.slitaz.org/wok" +# Ask tazwok to generate a tarball of the safe-wok +# An unpacked safe-wok is generated at PACKAGES_REPOSITORY/wok +# This safe-wok contains all receipts you compiled fine. +# GEN_SAFE_WOK_TARBALL="yes" + +# Use an online repository to get packages instead of one +# you builded yourself / you rsyncked. +# USE_ONLINE_PKG="$MIRROR" + # Default makeflags. MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))"