From: Chris Gianelloni Date: Fri, 20 May 2005 19:16:47 +0000 (+0000) Subject: Retired zhen and added storedir to default catalyst.conf. X-Git-Tag: CATALYST_2_0_6_916~733 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb65a2e9542641816311da885846e0587dc94a5d;p=catalyst.git Retired zhen and added storedir to default catalyst.conf. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@660 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/AUTHORS b/AUTHORS index b58bf3a4..9fc5f80c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,8 +8,7 @@ Daniel Robbins Contributors: Rob Holland -Chris Gianelloni Guy Martin Mike Frysinger -Eric Edgar Gustavo Zacarias +Robert Paskowitz diff --git a/ChangeLog b/ChangeLog index 90d5d233..5c71a093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.261 2005/05/20 17:12:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.262 2005/05/20 19:16:47 wolf31o2 Exp $ + + 20 May 2005; Chris Gianelloni AUTHORS, catalyst, + files/catalyst.conf: + Retired zhen and added storedir to default catalyst.conf. 20 May 2005; Chris Gianelloni targets/support/livecdfs-update.sh: diff --git a/catalyst b/catalyst index fee23d9e..0cc629a2 100755 --- a/catalyst +++ b/catalyst @@ -1,12 +1,11 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.82 2005/05/18 18:09:14 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.83 2005/05/20 19:16:47 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar # Chris Gianelloni -# John Davis import os,sys,imp,string,getopt diff --git a/files/catalyst.conf b/files/catalyst.conf index 1abe4eb4..8ce6d212 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.9 2005/02/04 16:55:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.10 2005/05/20 19:16:47 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. @@ -19,12 +19,16 @@ distdir="/usr/portage/distfiles" # build stops in livecd-stage2) options="pkgcache kerncache" -# sharedir specifies where all of the catalyst runtime executables are. Most users do -# not need to change this. +# sharedir specifies where all of the catalyst runtime executables are. Most +# users do not need to change this. sharedir="/usr/lib/catalyst" -# envscript allows users to set options such as http proxies, MAKEOPTS, GENTOO_MIRRORS, -# or any other environment variables needed for building. +# storedir specifies where catalyst will store everything that it builds, and +# also where it will put its temporary files and caches. +storedir="/var/tmp/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"