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

tazdev: handle --arch= for chroot, fixes and clean up
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 02:33:39 2012 +0200 (2012-05-05)
parents bb4c28583c2b
children 911e4e78149d
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 # Packages to generate a minimal chroot.
15 CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
17 # Main mirror to push and download (ISO, rootfs. etc).
18 MIRROR="mirror.slitaz.org"
19 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
20 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"