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

pam_mount: Fix path (avoid files in /usr)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 18 03:22:47 2009 +0200 (2009-06-18)
parents 79acaf03301f
children 3934f2921b68
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 settings.
15 MIRROR="mirror.slitaz.org"
16 MIRROR_DIR="/var/www/slitaz/mirror/packages"