Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Mon, 23 Jun 2014 22:06:45
Message-Id: 1403561118.7a1a9d509e38219824676660f41cb4f097c470c4.robbat2@gentoo
1 commit: 7a1a9d509e38219824676660f41cb4f097c470c4
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 23 16:36:02 2014 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 23 22:05:18 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=7a1a9d50
7
8 genkernel.conf: DISTDIR in /var/cache bad
9
10 Move DISTDIR to /usr/share/genkernel/distfiles: /var/cache might be on
11 tmpfs and wiped each boot.
12
13 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
14
15 ---
16 genkernel.conf | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/genkernel.conf b/genkernel.conf
20 index 09a7fcc..ad5750e 100644
21 --- a/genkernel.conf
22 +++ b/genkernel.conf
23 @@ -191,7 +191,7 @@ GK_SHARE="${GK_SHARE:-/usr/share/genkernel}"
24 # Location of the default cache
25 CACHE_DIR="/var/cache/genkernel"
26 # Location of DISTDIR, where our source tarballs are stored
27 -DISTDIR="${CACHE_DIR}/src"
28 +DISTDIR="${GK_SHARE}/distfiles"
29 # Log output file
30 LOGFILE="/var/log/genkernel.log"
31 # Debug Level