wok-next view tazbb/stuff/tazbb.conf @ rev 4436

bind-client: update depends;
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Nov 02 10:42:30 2009 +0000 (2009-11-02)
parents 4076c5e6d6d9
children 885cb81bbcba
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"