Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Thu, 30 Apr 2020 23:16:28
Message-Id: 1588288376.51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b.mattst88@gentoo
1 commit: 51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 23:12:56 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 23:12:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=51d80687
7
8 catalyst-auto: Add fallback for unset storedir
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/tools/catalyst-auto b/tools/catalyst-auto
16 index f8258545..0cd9275f 100755
17 --- a/tools/catalyst-auto
18 +++ b/tools/catalyst-auto
19 @@ -268,6 +268,7 @@ run_catalyst_commands() {
20
21 # Some configs will set this explicitly, so don't clobber it.
22 : ${BUILD_SRCDIR_BASE:=$(catalyst_var storedir)}
23 + : ${BUILD_SRCDIR_BASE:=/var/tmp/catalyst}
24
25 # See if we had a recent success.
26 if [[ ${lastrun} != 0 ]]; then