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

mirror-tools: add scm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 11 12:04:25 2010 +0100 (2010-12-11)
parents e4b53fbe493e
children 4249e7ca9034
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_PKGS="/var/www/slitaz/mirror/packages"
19 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"