wok view slitaz-dev-tools/stuff/tazdev.conf @ rev 3716

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents 3934f2921b68
children 8399ea7a8262
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"
13 PROJECTS="$HOME/Projects"
15 # Main mirror to push and download (ISO, rootfs. etc).
16 MIRROR="mirror.slitaz.org"
17 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
18 MIRROR_DIR="/var/www/slitaz/mirror/packages"