wok annotate slitaz-dev-tools/stuff/tazdev.conf @ rev 7977

Fix: pth needs -j1 to compile & install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:57:54 2011 +0100 (2011-01-17)
parents e4b53fbe493e
children 4249e7ca9034
rev   line source
pankso@3440 1 # tazdev.conf: SliTaz Developers tool configuration file.
pankso@3440 2 #
pankso@3440 3
pankso@3440 4 # Path to 'tazwok cmp' log file.
pankso@3440 5 CMP_LOG="/var/log/tazwok-cmp.log"
pankso@3440 6
pankso@3440 7 # Path for the wok, chroot and packages directory of each version.
pankso@3440 8 COOKING="/home/slitaz/cooking"
pankso@3440 9 STABLE="/home/slitaz/stable"
pankso@3440 10
paul@3455 11 # Path to the Website repo.
pankso@3441 12 WEBSITE="/home/slitaz/www/website"
pankso@3500 13 PROJECTS="$HOME/Projects"
pankso@3441 14
pankso@3499 15 # Main mirror to push and download (ISO, rootfs. etc).
pankso@3440 16 MIRROR="mirror.slitaz.org"
pankso@3499 17 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
pankso@5158 18 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
pankso@5158 19 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"