aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorEric Edgar <rocket@gentoo.org>2005-12-19 20:53:13 +0000
committerEric Edgar <rocket@gentoo.org>2005-12-19 20:53:13 +0000
commit8048e247bddd0acc67b8c3f2ac9a627bddb6021c (patch)
tree59a2d749c142dfef9be63884b508730cf5e1ac4b /files
parentFixed up spacing/coding style on tinderbox. (diff)
downloadcatalyst-8048e247bddd0acc67b8c3f2ac9a627bddb6021c.tar.gz
catalyst-8048e247bddd0acc67b8c3f2ac9a627bddb6021c.tar.bz2
catalyst-8048e247bddd0acc67b8c3f2ac9a627bddb6021c.zip
Change the internal hash checking to be quicker and more memory efficient. Add additional hash digests options.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@982 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf19
1 files changed, 14 insertions, 5 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index f7fb10f7..14fa783f 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.19 2005/12/09 17:22:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.20 2005/12/19 20:53:13 rocket Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
@@ -27,11 +27,8 @@ distdir="/usr/portage/distfiles"
# 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="autoresume kerncache md5 pkgcache seedcache sha snapcache"
+options="autoresume kerncache pkgcache seedcache snapcache"
# sharedir specifies where all of the catalyst runtime executables are. Most
# users do not need to change this.
@@ -48,6 +45,18 @@ storedir="/var/tmp/catalyst"
# enabled in the options.
# snapshot_cache="<path_to_new_cache_dir>"
+# Internal hash function catalyst should use for things like autoresume,seedcache,etc.
+# crc32 is the default and fastest. You shouldnt ever need to change this unless your os
+# doesnt support it.
+# Supported options: sha1, sha224, ripemd128, ripemd320, sha384, crc32, ripemd256, sha256, sha512, ripemd160, md5
+# hash_function="crc32"
+
+# DIGESTS CREATION
+# Creates a .digests file containing the hash output from any of the supported options below. Adding them all
+# May take a long time.
+# Supported options: sha1, sha224, ripemd128, ripemd320, sha384, crc32, ripemd256, sha256, sha512, ripemd160, md5
+# digests="sha1 sha224 ripemd128 ripemd320 sha384 crc32 ripemd256 sha256 sha512 ripemd160 md5"
+
# 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: