tazwok rev 312
Update tazwok.conf according the last changes
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Feb 18 02:53:40 2011 +0100 (2011-02-18) |
parents | 205b03633f7e |
children | f6d9c6650a5a |
files | examples/tazwok.conf |
line diff
1.1 --- a/examples/tazwok.conf Fri Feb 18 02:53:04 2011 +0100 1.2 +++ b/examples/tazwok.conf Fri Feb 18 02:53:40 2011 +0100 1.3 @@ -1,6 +1,14 @@ 1.4 # tazwok.conf: Tazwok configuration file. 1.5 # 1.6 1.7 +# WOK_UPDATE_METHODE can be "tarball" or "hg" 1.8 +# tarball: download the full tarball and copy it into build-wok. 1.9 +# hg: download only the new changes, need mercurial installed. 1.10 +WOK_UPDATE_METHOD="hg" 1.11 + 1.12 +TARBALL_WOK="http://hg.slitaz.org/wok/archive/tip.tar.bz2" 1.13 +HG_WOK="http://hg.slitaz.org/wok" 1.14 + 1.15 # Default makeflags. 1.16 MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))" 1.17