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

Up: lxpanel (to fix segmentation fault: Thanks monz)
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 24 13:15:05 2010 +0000 (2010-02-24)
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"