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

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:08:28 2021 +0000 (2021-01-15)
parents 66c023d0f82f
children
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 locally.
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"