diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 17:10:23 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 17:10:23 -0500 |
commit | 027db84b180a16a17a9414a88e7a35a7669983fa (patch) | |
tree | 4dc06ff124bf15b1020950415da54bfac1037272 /src/libretools.conf | |
parent | 7d455f70d317d36693e2d3d194b2bed299ad194e (diff) |
libretools.conf: clean up CHROOT* settings:
* CHROOTEXTRAPKG: add libretools, remove tokyocabinet (dep of libretools)
* CHROOT=default new devtools does NOT like 'root'
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 4a69998..70d2eca 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -21,14 +21,11 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any') ## The directory where the chroots are stored CHROOTDIR=/home/chroot -# Extra packages to have installed on the chroot (besides base base-devel and sudo) -CHROOTEXTRAPKG=(distcc ccache tsocks tokyocabinet) - -## The working chroot -## A chroot is useful to build packages isolated from the current system and avoid -## unwanted (as in not in dependencies) automatic library linking -# CHROOT=$SUDO_USER -# CHROOT=root +## Extra packages to have installed on the chroot (besides base base-devel and sudo) +CHROOTEXTRAPKG=(distcc ccache tsocks libretools) +## The meaning of this changes based on the version of libretools+devtools +## do NOT set it to 'root' +CHROOT=default ## Parabola hostname (should be the same used on ssh_config PARABOLAHOST=parabola |