# HG changeset patch # User Antoine Bodin # Date 1297994020 -3600 # Node ID 44d261b0b464cd990d18b52d72de22bca12eb3d8 # Parent 205b03633f7e1f4a94f3ef5a945d777190aa47de Update tazwok.conf according the last changes diff -r 205b03633f7e -r 44d261b0b464 examples/tazwok.conf --- a/examples/tazwok.conf Fri Feb 18 02:53:04 2011 +0100 +++ b/examples/tazwok.conf Fri Feb 18 02:53:40 2011 +0100 @@ -1,6 +1,14 @@ # tazwok.conf: Tazwok configuration file. # +# WOK_UPDATE_METHODE 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" +HG_WOK="http://hg.slitaz.org/wok" + # Default makeflags. MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))"