wok view tazbb/stuff/web/conf.php @ rev 6540

Disable chain-cook & add +build option for genpkg only
author Antoine Bodin <gokhlayeh@mailoo.org>
date Thu Oct 07 02:09:49 2010 +0200 (2010-10-07)
parents 60003751479d
children
line source
1 <?php
3 // Tazbb web interface configuration
5 $chroot = "/home/slitaz/$version/chroot";
6 $lockfile = "$chroot/var/lock/tazbb.lock";
7 $db_dir = "$chroot/var/lib/tazbb";
8 $log_dir = "$chroot/var/log/tazbb";
9 $packages = "$chroot/home/slitaz/packages";
10 $hgurl = "http://hg.slitaz.org/$wok";
12 ?>