wok-current view tazbb/stuff/tazbb.conf @ rev 4345
syslinux: ifmem.c32 accepts unit K, M, G
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 02 11:37:50 2009 +0200 (2009-10-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"