slitaz-pizza view web/db.conf @ rev 92

pizza.cgi: notes should not be executable (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 28 09:34:12 2013 +0100 (2013-01-28)
parents 8b324cb2c5e2
children
line source
1 # Pizza web interface DB files.
3 chroot="$PIZZA/chroot"
4 pkgs="${chroot}$SLITAZ/packages"
5 cache="${chroot}$SLITAZ/cache"
6 queue="${chroot}$SLITAZ/queue"
7 tmpdir="${chroot}$SLITAZ/tmp"
8 public="$VHOST/public"
9 activity="$cache/activity"
10 builds="$cache/builds"
11 hgflavors="$cache/flavors"
13 #htmldoc="/usr/share/doc/pizza"
14 htmldoc="/home/slitaz/pizza/doc"