slitaz-dev-tools view tazdev/tazdev.conf @ rev 3

tazdev: enable undigest
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 05:18:06 2011 +0100 (2011-02-24)
parents 87e9b59fc58f
children 68cd24d0e743
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # Path to 'tazwok cmp' log file.
5 CMP_LOG="/var/log/tazwok-cmp.log"
7 # Path for the wok, chroot and packages directory of each version.
8 COOKING="/home/slitaz/cooking"
9 STABLE="/home/slitaz/stable"
10 UNDIGEST="/home/slitaz/undigest"
12 # Path to the Website repo.
13 WEBSITE="/home/slitaz/www/website"
14 PROJECTS="$HOME/Projects"
16 # Main mirror to push and download (ISO, rootfs. etc).
17 MIRROR="mirror.slitaz.org"
18 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
19 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
20 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"