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

Add: pidgin-libnotify
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:20:24 2010 +0100 (2010-02-04)
parents 64353f1da619
children
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 HG_FLAVORS="/home/slitaz/hg/flavors"
8 BUILD_FLAVORS="/home/slitaz/flavors"
9 PACKAGES_REPOSITORY="/home/slitaz/packages"
11 # Log files, database and lock file.
12 LOG_DIR="/var/log/tazbb"
13 DB_DIR="/var/lib/tazbb"
14 LOCK_FILE="/var/lock/tazbb.lock"
16 # Path to the online Hg repo.
17 HG_URL="http://hg.slitaz.org/wok"