wok-6.x view tazbb/stuff/tazbb.conf @ rev 3512

Add Tazbb (SliTaz Build Bot)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 20 04:41:53 2009 +0200 (2009-06-20)
parents
children c000bd8294a6
line source
1 # tazbb.conf - SliTaz Build Bot configuration file.
2 #
4 # Wok's and packages path.
5 HG_WOK="/home/slitaz/undigest/bb/hg/wok"
6 BUILD_WOK="/home/slitaz/undigest/bb/wok"
7 PACKAGES_REPOSITORY="/home/slitaz/undigest/bb/packages"
9 # Log files, database and lock file.
10 LOG_DIR="/home/slitaz/undigest/bb/log"
11 DB_DIR="/var/lib/tazbb"
12 LOCK_FILE="/var/lock/tazbb.lock"
14 # Path to Hg repo and the web interface.
15 HG_URL="http://hg.slitaz.org/wok"
16 WEB_INTERFACE="/home/slitaz/www/bb"
18 # Kernel for EXTRAVERSION.
19 KERNEL="2.6.29.3"