public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:master commit in: etc/
  2014-04-02 20:09 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
@ 2014-04-02 20:09 ` Brian Dolbec
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Dolbec @ 2014-04-02 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b49a3aef208727aa8085e27a55e19400b71e3541
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 18:28:12 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Wed Apr  2 20:04:23 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=b49a3aef

files/catalyst.conf: Whitespace cleanup

---
 etc/catalyst.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index 57606ca..2d377b2 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -15,12 +15,12 @@ digests="md5 sha1 sha512 whirlpool"
 # Creates a .CONTENTS file listing the contents of the file. Pick from any of
 # the supported options below:
 # auto		- strongly recommended
-# tar-tv	- does 'tar tvf FILE'
-# tar-tvz	- does 'tar tvzf FILE'
-# tar-tvy	- does 'tar tvyf FILE'
-# isoinfo-l	- does 'isoinfo -l -i FILE'
-# isoinfo-f	- does 'isoinfo -f -i FILE'
-# 'isoinfo-f' is the only option not chosen by the automatic algorithm.
+# tar_tv	- does 'tar tvf FILE'
+# tar_tvz	- does 'tar tvzf FILE'
+# tar_tvy	- does 'tar tvyf FILE'
+# isoinfo_l	- does 'isoinfo -l -i FILE'
+# isoinfo_f	- does 'isoinfo -f -i FILE'
+# 'isoinfo_f' is the only option not chosen by the automatic algorithm.
 # If this variable is empty, no .CONTENTS will be generated at all.
 contents="auto"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/catalyst:master commit in: etc/
@ 2015-10-05 23:33 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2015-10-05 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1221e871dc2ac3a67b5a6a59a35ad61b5543ca4f
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 18:10:21 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 23:36:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1221e871

catalyst.conf: minor tweaks to comments

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 etc/catalyst.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index aa5d815..a2abb4a 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -1,6 +1,6 @@
 # /etc/catalyst/catalyst.conf
 
-# Simple desriptions of catalyst settings. Please refer to the online
+# Simple descriptions of catalyst settings. Please refer to the online
 # documentation for more information.
 
 # Creates a .DIGESTS file containing the hash output from any of the supported
@@ -53,7 +53,7 @@ hash_function="crc32"
 #	however, it is suggested to enable this if redistributing builds.
 # ccache = enables build time ccache support
 # distcc = enable distcc support for building. You have to set distcc_hosts in
-# 	your spec file.
+#	your spec file.
 # icecream = enables icecream compiler cluster support for building
 # keepwork = Prevents the removal of the working chroot path and any autoresume
 #	files or points.
@@ -62,7 +62,7 @@ hash_function="crc32"
 # pkgcache = keeps a tbz2 of every built package (useful if your build stops
 #	prematurely)
 # preserve_libs = enables portage to preserve used libs when unmerging packages
-#   (used on installcd-stage2 and stage4 targets)
+#	(used on installcd-stage2 and stage4 targets)
 # 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.


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/catalyst:master commit in: etc/
@ 2016-02-02  6:11 Brian Dolbec
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Dolbec @ 2016-02-02  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3b726cc3d2e48f30cec47856b5616cd92ae3e7b6
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 06:10:09 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 06:10:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3b726cc3

etc/catalyst.conf: Set default digests to sha512 whirlpool

Setting digests="auto" by default can cause up to 27 different hashes, not to mention
the amount of time it could take.

 etc/catalyst.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index 734e428..2e61ea4 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -12,7 +12,7 @@
 # haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
 # sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
 # tiger160, whirlpool
-digests="auto"
+digests="sha512 whirlpool"
 
 # Creates a .CONTENTS file listing the contents of the file. Pick from any of
 # the supported options below:


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/catalyst:master commit in: etc/
  2022-01-30 20:42 [gentoo-commits] proj/catalyst:wip/mattst88 commit in: etc/ Matt Turner
@ 2021-09-11 18:12 ` Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2021-09-11 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7ebe33811989b72e1e48481641b6db56f9abbfb2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 21:57:18 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 18:12:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7ebe3381

etc: Add some possible settings to catalystrc

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 etc/catalystrc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/catalystrc b/etc/catalystrc
index e7904128..176f106a 100755
--- a/etc/catalystrc
+++ b/etc/catalystrc
@@ -1,2 +1,4 @@
 #!/bin/bash
-# This is an example catalystrc. As such, it doesn't actually *do* anything.
+
+# export BINPKG_COMPRESS="gzip"
+# export BINPKG_COMPRESS_FLAGS="-7"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/catalyst:wip/mattst88 commit in: etc/
@ 2022-01-30 20:42 Matt Turner
  2021-09-11 18:12 ` [gentoo-commits] proj/catalyst:master " Matt Turner
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Turner @ 2022-01-30 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7ebe33811989b72e1e48481641b6db56f9abbfb2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 21:57:18 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 18:12:11 2021 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7ebe3381

etc: Add some possible settings to catalystrc

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 etc/catalystrc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/catalystrc b/etc/catalystrc
index e7904128..176f106a 100755
--- a/etc/catalystrc
+++ b/etc/catalystrc
@@ -1,2 +1,4 @@
 #!/bin/bash
-# This is an example catalystrc. As such, it doesn't actually *do* anything.
+
+# export BINPKG_COMPRESS="gzip"
+# export BINPKG_COMPRESS_FLAGS="-7"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/catalyst:master commit in: etc/
@ 2023-11-10 20:08 Ben Kohler
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Kohler @ 2023-11-10 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     daf74e194f87e29af1807990abe37dab701e4afd
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 19:59:15 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 20:08:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=daf74e19

catalyst.conf: change dangerous port_logdir example

If this existing example was uncommented, it would trigger a cleanup of
any files older than 7d in the currently running stage build dir,
causing catastrophic failure.

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 etc/catalyst.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index 8745d0b5..867c7153 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -66,9 +66,9 @@ options = [
 ]
 
 # port_logdir is where all build logs will be kept. This dir will be automatically cleaned
-# of all logs over 30 days old. If left undefined the logs will remain in the build directory
+# of ALL files over 7 days old. If left undefined the logs will remain in the build directory
 # as usual and get cleaned every time a stage build is restarted.
-# port_logdir = "/var/tmp/catalyst/tmp"
+# port_logdir = "/var/tmp/catalyst/logs"
 
 # var_tmpfs_portage will mount a tmpfs for /var/tmp/portage so building takes place in RAM
 # this feature requires a pretty large tmpfs ({open,libre}office needs ~8GB to build)


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-10 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-30 20:42 [gentoo-commits] proj/catalyst:wip/mattst88 commit in: etc/ Matt Turner
2021-09-11 18:12 ` [gentoo-commits] proj/catalyst:master " Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10 20:08 Ben Kohler
2016-02-02  6:11 Brian Dolbec
2015-10-05 23:33 Anthony G. Basile
2014-04-02 20:09 [gentoo-commits] proj/catalyst:pending " Brian Dolbec
2014-04-02 20:09 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox