slitaz-dev-tools view tazdev/tazdev.conf @ rev 174

Add help command to tazdev
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 00:07:57 2012 +0200 (2012-04-24)
parents 116c7b18fea2
children 0bc5984a5cb9
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # Path for the wok, chroot and packages directory of each version.
5 # We we use main slitaz.conf in time.
6 SLITAZ_HOME="/home/slitaz"
7 COOKING="$SLITAZ_HOME/cooking"
8 STABLE="$SLITAZ_HOME/stable"
9 UNDIGEST="$SLITAZ_HOME/undigest"
11 # Path to all own and copy projects.
12 PROJECTS="$HOME/Projects"
14 # Install chroot with packages.
15 ROOTFS_PKG="yes"
17 # Packages to generate a minimal chroot.
18 CHROOT_PKGS="busybox libtaz cookutils tazpkg slitaz-base-files lzma"
20 # Main mirror to push and download (ISO, rootfs. etc).
21 MIRROR="mirror.slitaz.org"
22 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
23 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
24 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"