From adc5e61da7853030fce90dab5e476906ff4f69b9 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 9 Dec 2005 17:22:57 +0000 Subject: [PATCH] Added warning about breaking snapshot cache and re-enable autoresume, since the errors I was getting were elsewhere. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@957 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- files/catalyst.conf | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f8f1de6..78190da2 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.444 2005/12/09 16:18:23 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.445 2005/12/09 17:22:57 wolf31o2 Exp $ + + 09 Dec 2005; Chris Gianelloni files/catalyst.conf: + Added warning about breaking snapshot cache and re-enable autoresume, since + the errors I was getting were elsewhere. 09 Dec 2005; Eric Edgar modules/generic_stage_target.py: diff --git a/files/catalyst.conf b/files/catalyst.conf index 72280f2f..f7fb10f7 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.18 2005/12/08 03:17:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.19 2005/12/09 17:22:57 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. @@ -24,12 +24,14 @@ distdir="/usr/portage/distfiles" # 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. +# WARNING: moving parts of the portage tree from within fsscript *will* break +# your cache. The cache is unlinked before any empty or rm processing, though. # # DIGESTS CREATION # md5 = Create a .digests file containing the md5 of the output object # sha = Create a .digests file containing the sha1 of the output object # (These options can be used together) -options="kerncache md5 pkgcache seedcache sha snapcache" +options="autoresume kerncache md5 pkgcache seedcache sha snapcache" # sharedir specifies where all of the catalyst runtime executables are. Most # users do not need to change this. -- 2.26.2