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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Mar 23 22:06:42 2012 +0000 (2012-03-23)
parents 43f3d9f291c6
children bb4c28583c2b
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 # Path to all own and copy projects.
11 PROJECTS="$HOME/Projects"
13 # Install chroot with packages.
14 ROOTFS_PKG="yes"
16 # Packages to generate a minimal chroot.
17 CHROOT_PKGS="busybox libtaz cookutils tazpkg slitaz-base-files lzma"
19 # Main mirror to push and download (ISO, rootfs. etc).
20 MIRROR="mirror.slitaz.org"
21 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
22 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
23 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"