Contributors:
Rob Holland <tigger@gentoo.org>
-Chris Gianelloni <wolf31o2@gentoo.org>
Guy Martin <gmsoft@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
-Eric Edgar <rocket@gentoo.org>
Gustavo Zacarias <gustavoz@gentoo.org>
+Robert Paskowitz <r2d2@gentoo.org>
# 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 <wolf31o2@gentoo.org> AUTHORS, catalyst,
+ files/catalyst.conf:
+ Retired zhen and added storedir to default catalyst.conf.
20 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/livecdfs-update.sh:
#!/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 <rocket@gentoo.org>
# Chris Gianelloni <wolf31o2@gentoo.org>
-# John Davis <zhen@gentoo.org>
import os,sys,imp,string,getopt
# 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.
# 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"