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

tazdev: cosmetic changes, raise maintainability of the code, fix few typos, fix using `tazpkg --root=` here...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 28 17:16:47 2017 +0200 (2017-02-28)
parents 32887197a722
children 0b423b5392bc
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 all web and CGI/Shell projects developed localy.
11 # URL: http://localhost/~$USER/
12 PUBLIC="$HOME/Public"
14 # Path to archive
15 SOURCE="$SLITAZ_HOME/src"
17 # Packages to generate a minimal chroot.
18 CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
20 # Main mirror to push and download (ISO, rootfs. etc).
21 MIRROR="mirror.slitaz.org"
22 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
23 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"