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

Add snort
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 27 14:28:40 2009 +0100 (2009-12-27)
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"