Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Mon, 02 Sep 2013 01:27:20
Message-Id: 1378084972.78b27390f6feb834f100c749d6073944a2861632.jmbsvicetto@gentoo
1 commit: 78b27390f6feb834f100c749d6073944a2861632
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 01:22:52 2013 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 01:22:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=78b27390
7
8 Drop kerncache from the config files and sort options for distfiles.conf.
9
10 ---
11 config/amd64-auto.conf | 2 +-
12 config/distfiles.conf | 2 +-
13 config/x86-auto.conf | 2 +-
14 3 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
17 index 4cb8b9e..7116cac 100644
18 --- a/config/amd64-auto.conf
19 +++ b/config/amd64-auto.conf
20 @@ -1,6 +1,6 @@
21 distdir="/usr/portage/distfiles"
22 portdir="/release/trees/portage-auto"
23 -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
24 +options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
25 sharedir="/usr/lib64/catalyst/"
26 storedir="/release/buildroot/amd64-dev"
27 snapshot_cache="/release/tmp/snapshots"
28
29 diff --git a/config/distfiles.conf b/config/distfiles.conf
30 index 026b78f..ce9aed2 100644
31 --- a/config/distfiles.conf
32 +++ b/config/distfiles.conf
33 @@ -1,6 +1,6 @@
34 distdir="/release/tmp/distfiles"
35 portdir="/release/portage"
36 -options="ccache pkgcache autoresume snapcache seedcache kerncache"
37 +options="autoresume ccache pkgcache seedcache snapcache"
38 sharedir="/usr/lib/catalyst/"
39 storedir="/release/buildroot/amd64-dev"
40 envscript="/etc/catalyst/amd64-dev.env"
41
42 diff --git a/config/x86-auto.conf b/config/x86-auto.conf
43 index f9f7c82..27b5097 100644
44 --- a/config/x86-auto.conf
45 +++ b/config/x86-auto.conf
46 @@ -1,6 +1,6 @@
47 distdir="/usr/portage/distfiles"
48 portdir="/release/trees/portage-auto"
49 -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
50 +options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
51 sharedir="/usr/lib64/catalyst/"
52 storedir="/release/buildroot/x86-dev"
53 snapshot_cache="/release/tmp/snapshots"