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

syslinux: ifmem.c32: fix cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 02 11:49:21 2009 +0200 (2009-10-02)
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"