From: Chris Gianelloni Date: Fri, 30 Sep 2005 20:16:50 +0000 (+0000) Subject: Updating default configuration for catalyst and updating version stamp, since we... X-Git-Tag: CATALYST_2_0_6_916~652 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7265a06784d057c1a6c4047a86b65701bae3863f;p=catalyst.git Updating default configuration for catalyst and updating version stamp, since we're beginning internal testing for release. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@842 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 4817f581..e544cc2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.334 2005/09/15 15:17:27 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.335 2005/09/30 20:16:50 wolf31o2 Exp $ + + 30 Sep 2005; Chris Gianelloni catalyst, + files/catalyst.conf: + Updating default configuration for catalyst and updating version stamp, + since we're beginning internal testing for release. 15 Sep 2005; Eric Edgar modules/generic_stage_target.py: diff --git a/catalyst b/catalyst index 78e1c125..489646a5 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.89 2005/08/09 19:02:31 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.90 2005/09/30 20:16:50 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -10,7 +10,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0.0_pre3" +__version__="2.0._pre20050930" conf_values={} diff --git a/files/catalyst.conf b/files/catalyst.conf index 83237298..d04903b0 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.12 2005/08/09 19:02:31 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.13 2005/09/30 20:16:50 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. @@ -17,10 +17,10 @@ distdir="/usr/portage/distfiles" # prematurely) # kerncache = keeps a tbz2 of your built kernel and modules (useful if your # build stops in livecd-stage2) -# seedcache = use the build output of a previous target if it exists to speed up -# the copy +# seedcache = use the build output of a previous target if it exists to speed up +# the copy # snapcache = cache the snapshot so that it can be bind-mounted into the chroot. -options="pkgcache kerncache" +options="pkgcache kerncache seedcache snapcache" # sharedir specifies where all of the catalyst runtime executables are. Most # users do not need to change this.