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

tazwikiss/wkp_Calc.sh: fix double quote escape
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 19 12:30:53 2015 +0100 (2015-12-19)
parents 911e4e78149d
children 32887197a722
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # We may use main slitaz.conf in time.
5 SLITAZ_HOME="/home/slitaz"
7 # Path to all own and copy projects.
8 PROJECTS="$HOME/Projects"
10 # Path to archive
11 SOURCE=$SLITAZ_HOME/src
13 # Packages to generate a minimal chroot.
14 CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
16 # Main mirror to push and download (ISO, rootfs. etc).
17 MIRROR="mirror.slitaz.org"
18 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
19 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"