wok-4.x view slitaz-dev-tools/stuff/tazdev.conf @ rev 3499

tazdev: Add command gen-chroot and clean-chroot + tiny fix
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 19 02:43:44 2009 +0200 (2009-06-19)
parents 65ca24a53b62
children e4b53fbe493e
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"
11 # Path to the Website repo.
12 WEBSITE="/home/slitaz/www/website"
14 # Main mirror to push and download (ISO, rootfs. etc).
15 MIRROR="mirror.slitaz.org"
16 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
17 MIRROR_DIR="/var/www/slitaz/mirror/packages"