public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:master commit in: files/
@ 2011-10-08 22:32 Robin H. Johnson
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson @ 2011-10-08 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     67cbfbae05833d7ed18352683293a2273dc46a75
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 22:27:41 2011 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 22:32:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=67cbfbae

Update list of supported hashes.

---
 files/catalyst.conf |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/files/catalyst.conf b/files/catalyst.conf
index 5e3111c..9570071 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -5,8 +5,11 @@
 
 # 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
+# Supported hashes:
+# adler32, crc32, crc32b, gost, haval128, haval160, haval192, haval224,
+# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
+# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
+# tiger160, whirlpool
 digests="md5 sha1"
 
 # Creates a .CONTENTS file listing the contents of the file. Pick from any of
@@ -34,8 +37,11 @@ envscript="/etc/catalyst/catalystrc"
 # Internal hash function catalyst should use for things like autoresume, 
 # seedcache, etc.  The default and fastest is crc32.  You should not ever need
 # to change this unless your OS does not support it.
-# Supported options: sha1, sha224, ripemd128, ripemd320, sha384, crc32,
-#	ripemd256, sha256, sha512, ripemd160, md5
+# Supported hashes:
+# adler32, crc32, crc32b, gost, haval128, haval160, haval192, haval224,
+# haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
+# sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
+# tiger160, whirlpool
 hash_function="crc32"
 
 # options set different build-time options for catalyst. Some examples are:



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

* [gentoo-commits] proj/catalyst:master commit in: files/
@ 2011-10-08 22:32 Robin H. Johnson
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson @ 2011-10-08 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     42b4f6608682cf03954918ecce7923330a1656fe
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 22:29:06 2011 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 22:32:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=42b4f660

Change hashes for .DIGESTS to be SHA1/SHA512/WHIRLPOOL. SHA1 ease of validation from non-*nix platforms.

---
 files/catalyst.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/files/catalyst.conf b/files/catalyst.conf
index 9570071..5afe821 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -10,7 +10,7 @@
 # haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
 # sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
 # tiger160, whirlpool
-digests="md5 sha1"
+digests="sha1 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: files/
@ 2011-10-08 23:57 Robin H. Johnson
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson @ 2011-10-08 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0e37b757e02bd11219673f65698e459877fe8bb5
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 23:57:01 2011 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 23:57:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0e37b757

Re-add MD5 until handbook is updated.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 files/catalyst.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/files/catalyst.conf b/files/catalyst.conf
index 5afe821..f2d342e 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -10,7 +10,7 @@
 # haval256, md2, md4, md5, ripemd128, ripemd160, ripemd256, ripemd320, sha1,
 # sha224, sha256, sha384, sha512, snefru128, snefru256, tiger, tiger128,
 # tiger160, whirlpool
-digests="sha1 sha512 whirlpool"
+digests="md5 sha1 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: files/
@ 2012-09-23  3:08 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2012-09-23  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     137d28318dbe406984afccca458d7c6dedc203c1
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 03:07:56 2012 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 03:07:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=137d2831

Whitespace.

---
 files/catalyst.conf |    1 -
 files/catalystrc    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/files/catalyst.conf b/files/catalyst.conf
index f2d342e..a5ef120 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -80,4 +80,3 @@ snapshot_cache="/var/tmp/catalyst/snapshot_cache"
 # storedir specifies where catalyst will store everything that it builds, and
 # also where it will put its temporary files and caches.
 storedir="/var/tmp/catalyst"
-

diff --git a/files/catalystrc b/files/catalystrc
index 581772d..bcd729a 100755
--- a/files/catalystrc
+++ b/files/catalystrc
@@ -3,4 +3,3 @@
 
 # Uncomment the following to increase the number of threads used to compile.
 # export MAKEOPTS="-j16"
-


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

* [gentoo-commits] proj/catalyst:master commit in: files/
@ 2012-12-07 21:45 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2012-12-07 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f478b068f7354fc70c57227c59810a7e54d863b5
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 06:30:45 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Dec  7 18:50:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f478b068

Do not "highly recommend" ccache

ccache has a history of causing strange problems, and Gentoo recommends
disabling it before reporting bugs. As such, we shouldn't highly
recommend it. See http://en.gentoo-wiki.com/wiki/Ccache#Caveats

Suggested-and-Acked-by: Rick "Zero_Chaos" Farina <zerochaos <AT> gentoo.org>

---
 files/catalyst.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/files/catalyst.conf b/files/catalyst.conf
index ea74eb1..e2def66 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -49,7 +49,7 @@ hash_function="crc32"
 #	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)
+# ccache = enables build time ccache support
 # distcc = enable distcc support for building. You have to set distcc_hosts in
 # 	your spec file.
 # icecream = enables icecream compiler cluster support for building


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

* [gentoo-commits] proj/catalyst:master commit in: files/
@ 2013-03-09  2:41 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2013-03-09  2:41 UTC (permalink / raw
  To: gentoo-commits

commit:     182b9a2295b10dedf6d70be238203eb8debb77b9
Author:     W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Sat Feb  9 20:40:32 2013 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sat Mar  9 02:39:14 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=182b9a22

files/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)

These are generated by the Makefile from sources in doc/.

Reviewed-by: Matt Turner <mattst88 <AT> gmail.com>

---
 files/.gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/files/.gitignore b/files/.gitignore
index 4a4f038..9dbf1f1 100644
--- a/files/.gitignore
+++ b/files/.gitignore
@@ -1,3 +1,4 @@
 catalyst.1
 catalyst-spec.5
-
+*.html
+*.css


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

end of thread, other threads:[~2013-03-09  2:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09  2:41 [gentoo-commits] proj/catalyst:master commit in: files/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2012-12-07 21:45 Matt Turner
2012-09-23  3:08 Jorge Manuel B. S. Vicetto
2011-10-08 23:57 Robin H. Johnson
2011-10-08 22:32 Robin H. Johnson
2011-10-08 22:32 Robin H. Johnson

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