tazwok view web/conf.php @ rev 244

Confirm that TARBALL exist before check if src folder doesn't exist.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 09 19:17:52 2011 +0000 (2011-02-09)
parents
children
line source
1 <?php
3 // Tazwok web interface configuration
5 $chroot = "/home/slitaz/$version/chroot";
6 $lockfile = "$chroot/home/slitaz/$version/packages/lock";
7 $db_dir = "$chroot/home/slitaz/$version/packages";
8 $log_dir = "$chroot/home/slitaz/$version/log";
9 $packages = "$chroot/home/slitaz/$version/packages";
10 $hgurl = "http://hg.slitaz.org/$wok";
12 ?>