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

tazdev: change relpkg behavior. retrieve the last version from .hgtags. Put archive in /src
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 12:07:53 2013 +0100 (2013-01-17)
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"