cookutils view tazdev/tazdev.conf @ rev 558

Makefile: Fixed permissions of tazdev.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 22 16:24:45 2012 +0000 (2012-11-22)
parents
children
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # Path for the wok, chroot and packages directory of each version.
5 SLITAZ="/home/slitaz"
6 COOKING="$SLITAZ/cooking"
7 STABLE="$SLITAZ/stable"
8 UNDIGEST="$SLITAZ/undigest"
10 DB="/var/lib/tazpkg"
11 INSTALLED="$DB/installed"
13 # Path to all own and copy projects.
14 PROJECTS="$HOME/Projects"
16 # Install chroot with packages.
17 ROOTFS_PKG="yes"
19 # Packages to generate a minimal chroot.
20 CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
22 # Main mirror to push and download (ISO, rootfs. etc).
23 MIRROR="mirror.slitaz.org"
24 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
25 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"
27 # enable aufs mode
28 AUFS_MODE=""