wok view tazbb/stuff/tazbb.conf @ rev 3681

gajim: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Mon Jul 13 16:21:46 2009 +0000 (2009-07-13)
parents c000bd8294a6
children 4076c5e6d6d9
line source
1 # tazbb.conf - SliTaz Build Bot configuration file.
2 #
4 # Wok's and packages path.
5 HG_WOK="/home/slitaz/hg/wok"
6 BUILD_WOK="/home/slitaz/wok"
7 PACKAGES_REPOSITORY="/home/slitaz/packages"
9 # Log files, database and lock file.
10 LOG_DIR="/var/log/tazbb"
11 DB_DIR="/var/lib/tazbb"
12 LOCK_FILE="/var/lock/tazbb.lock"
14 # Path to the online Hg repo.
15 HG_URL="http://hg.slitaz.org/wok"
17 # Kernel for EXTRAVERSION.
18 KERNEL="2.6.29.3"