aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-12-02 17:05:56 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-12-02 17:05:56 +0000
commit988374345a4d10fdbca079a8ce89a52738746eba (patch)
tree989672379c3584af88dd26250420b15b34504f14 /files
parentFix autoresume for unpacking tarballs (diff)
downloadcatalyst-988374345a4d10fdbca079a8ce89a52738746eba.tar.gz
catalyst-988374345a4d10fdbca079a8ce89a52738746eba.tar.bz2
catalyst-988374345a4d10fdbca079a8ce89a52738746eba.zip
Fixed spacing/tabs. Updated catalyst.conf comments. Added autoresume, md5, and sha to catalyst.conf by default. This is catalyst 2.0_rc3.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@929 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf27
1 files changed, 14 insertions, 13 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index d2b74a2b..6e1198de 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.16 2005/12/01 19:18:27 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.17 2005/12/02 17:05:56 wolf31o2 Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
@@ -10,25 +10,26 @@
distdir="/usr/portage/distfiles"
# options set different build-time options for catalyst. Some examples are:
+# autoresume = Attempt to resume a failed build, clear the autoresume flags with
+# 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 )
# ccache = enables build time ccache support (highly recommended)
# distcc = enable distcc support for building. You have to set distcc_hosts in
-# your spec file.
+# your spec file.
# pkgcache = keeps a tbz2 of every built package (useful if your build stops
-# prematurely)
+# prematurely)
# kerncache = keeps a tbz2 of your built kernel and modules (useful if your
-# build stops in livecd-stage2)
+# build stops in livecd-stage2)
# seedcache = use the build output of a previous target if it exists to speed up
-# the copy
+# the copy
# snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
-# autoresume = Attempt to resume a failed build, clear the autoresume flags with
-# 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"
+# 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"
# sharedir specifies where all of the catalyst runtime executables are. Most
# users do not need to change this.
@@ -50,4 +51,4 @@ storedir="/var/tmp/catalyst"
# The envscript file sets environment variables like so:
# export FOO="bar"
-#envscript="/root/catalyst-env.sh"
+#envscript="/root/.catalystrc"