From: John P. Davis Date: Tue, 17 Feb 2004 19:50:28 +0000 (+0000) Subject: adding default config file X-Git-Tag: CATALYST_1_0_1~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a746e023c022a698182be7135b0265e082958f55;p=catalyst.git adding default config file git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@236 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/files/catalyst.conf b/files/catalyst.conf new file mode 100644 index 00000000..1427e7be --- /dev/null +++ b/files/catalyst.conf @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.1 2004/02/17 19:50:28 zhen Exp $ + +# Simple desriptions of catalyst settings. Please refer to the online +# documentation for more information. + +# distdir specifies where your distfiles are located. This setting should +# work fine for most default installations. +distdir="/usr/portage/distfiles" + +# options set different build-time options for catalyst. Some examples are: +# ccache = enables build time ccache support (on by default) +# pkgcache = keeps a tbz2 of every built package (useful if your build stops prematurely) +# distcc = enable distcc support for building. You have to set distcc_hosts in your spec file. +options="pkgcache" + +# sharedir specifies where all of the catalyst runtime executables are. Most users do +# not need to change this. +sharedir=/usr/share/catalyst + +# envscript allows users to set options such as http proxies, MAKEOPTS, GENTOO_MIRRORS, +# or any other environment variables needed for building. +# The envscript file sets environment variables like so: +# export FOO="bar" + +envscript="/root/catalyst-env.sh"