aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorEric Edgar <rocket@gentoo.org>2005-12-01 19:18:27 +0000
committerEric Edgar <rocket@gentoo.org>2005-12-01 19:18:27 +0000
commit4ccde1f07ab861ebc4e91aaa1ff633db93b05e65 (patch)
treef6c982382b7e85e188d67b312d26fb65ec304884 /files
parentThis is catalyst-2.0_rc2. (diff)
downloadcatalyst-4ccde1f07ab861ebc4e91aaa1ff633db93b05e65.tar.gz
catalyst-4ccde1f07ab861ebc4e91aaa1ff633db93b05e65.tar.bz2
catalyst-4ccde1f07ab861ebc4e91aaa1ff633db93b05e65.zip
Add md5 and sha .digests file creation per wolf31o2's feature request
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@922 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index 70d2c487..d2b74a2b 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.15 2005/11/30 21:37:58 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.16 2005/12/01 19:18:27 rocket Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
@@ -24,6 +24,10 @@ distdir="/usr/portage/distfiles"
# the -a option to the catalyst cmdline. -p will clear the
# autoresume flags as well as your pkgcache and kerncache.
# ( This option is not fully tested, bug reports welcome )
+#
+# DIGESTS CREATION
+# md5 = Cræate a .digests file containing the md5 of the output object
+# sha = Cræate a .digests file containing the sha of the output object
options="pkgcache kerncache seedcache snapcache"
# sharedir specifies where all of the catalyst runtime executables are. Most