From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Sat, 13 Oct 2012 13:19:30 +0000 (UTC) [thread overview]
Message-ID: <1350134309.c910463c2b8607f1a62bc60cc06faead4fff9734.jmbsvicetto@gentoo> (raw)
commit: c910463c2b8607f1a62bc60cc06faead4fff9734
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 13:18:29 2012 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 13:18:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=c910463c
Update config files. Add a config file for skimmer and allow the auto files to import a config file per host
by reading from /etc/catalyst/local.
---
config/amd64-auto.conf | 3 ++-
config/amd64-dev.env | 4 ----
config/{x86-dev.env => skimmer.env} | 1 -
config/x86-auto.conf | 3 ++-
4 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index 93e968e..5fc4f5c 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -3,7 +3,8 @@ portdir="/release/trees/portage-auto"
options="autoresume kerncache pkgcache seedcache snapcache"
sharedir="/usr/lib64/catalyst/"
storedir="/release/buildroot/amd64-dev"
-envscript="/etc/catalyst/release/amd64-dev.env"
+snapshot_cache="/release/tmp/snapshots"
+envscript="/etc/catalyst/local/host.env"
hash_function="crc32"
digests="sha512 whirlpool"
contents="auto"
diff --git a/config/amd64-dev.env b/config/amd64-dev.env
deleted file mode 100644
index baceb00..0000000
--- a/config/amd64-dev.env
+++ /dev/null
@@ -1,4 +0,0 @@
-#export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
-export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
-export FEATURES="parallel-fetch"
-export MAKEOPTS="-j5 -l4"
diff --git a/config/x86-dev.env b/config/skimmer.env
similarity index 71%
rename from config/x86-dev.env
rename to config/skimmer.env
index 36e89a7..d18400f 100644
--- a/config/x86-dev.env
+++ b/config/skimmer.env
@@ -1,4 +1,3 @@
-export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch"
export MAKEOPTS="-j5 -l4"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 5067b65..3e37bb0 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -3,7 +3,8 @@ portdir="/release/trees/portage-auto"
options="autoresume kerncache pkgcache seedcache snapcache"
sharedir="/usr/lib64/catalyst/"
storedir="/release/buildroot/x86-dev"
-envscript="/etc/catalyst/release/x86-dev.env"
+snapshot_cache="/release/tmp/snapshots"
+envscript="/etc/catalyst/local/host.env"
hash_function="crc32"
digests="sha512 whirlpool"
contents="auto"
next reply other threads:[~2012-10-13 13:19 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-13 13:19 Jorge Manuel B. S. Vicetto [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-31 19:41 [gentoo-commits] proj/releng:master commit in: config/ Matt Turner
2021-07-31 16:07 Andreas K. Hüttel
2020-12-24 12:52 Ben Kohler
2020-12-22 0:57 Ben Kohler
2020-05-19 12:49 Ben Kohler
2020-05-18 17:35 Ben Kohler
2019-10-11 16:19 Ben Kohler
2019-10-04 20:21 Ben Kohler
2019-07-15 21:53 Jorge Manuel B. S. Vicetto
2019-01-04 16:55 Ben Kohler
2017-12-06 22:44 Brian Dolbec
2017-12-06 16:36 Robin H. Johnson
2017-12-06 7:51 Robin H. Johnson
2017-12-06 4:56 Robin H. Johnson
2017-12-06 4:16 Robin H. Johnson
2017-12-04 17:59 Brian Dolbec
2016-05-27 21:40 Robin H. Johnson
2016-05-27 20:59 Robin H. Johnson
2016-05-27 18:47 Robin H. Johnson
2016-05-24 2:05 Mike Frysinger
2016-01-26 7:45 Robin H. Johnson
2016-01-21 5:08 Robin H. Johnson
2014-07-17 3:48 Jorge Manuel B. S. Vicetto
2013-09-02 1:27 Jorge Manuel B. S. Vicetto
2013-04-28 22:26 Jorge Manuel B. S. Vicetto
2013-03-27 2:48 Jorge Manuel B. S. Vicetto
2013-03-01 23:36 Robin H. Johnson
2013-02-22 8:33 Robin H. Johnson
2012-11-04 13:26 Jorge Manuel B. S. Vicetto
2012-11-02 14:25 Jorge Manuel B. S. Vicetto
2012-10-13 4:23 Jorge Manuel B. S. Vicetto
2012-09-17 1:46 Jorge Manuel B. S. Vicetto
2012-07-24 10:44 Jorge Manuel B. S. Vicetto
2012-06-27 23:32 Jorge Manuel B. S. Vicetto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350134309.c910463c2b8607f1a62bc60cc06faead4fff9734.jmbsvicetto@gentoo \
--to=jmbsvicetto@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox