From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1D83138350 for ; Thu, 30 Apr 2020 23:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1D46E0B17; Thu, 30 Apr 2020 23:16:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1973E0B17 for ; Thu, 30 Apr 2020 23:16:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C55AD34EEE9 for ; Thu, 30 Apr 2020 23:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 487961E7 for ; Thu, 30 Apr 2020 23:16:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1588288376.51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b X-VCS-Branch: master Date: Thu, 30 Apr 2020 23:16:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36a74234-a4f8-441e-ab7e-e8138678248d X-Archives-Hash: bdd45fba8164b275f6ee9e24f095bc3a commit: 51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b Author: Matt Turner gentoo org> AuthorDate: Thu Apr 30 23:12:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 30 23:12:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=51d80687 catalyst-auto: Add fallback for unset storedir Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index f8258545..0cd9275f 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -268,6 +268,7 @@ run_catalyst_commands() { # Some configs will set this explicitly, so don't clobber it. : ${BUILD_SRCDIR_BASE:=$(catalyst_var storedir)} + : ${BUILD_SRCDIR_BASE:=/var/tmp/catalyst} # See if we had a recent success. if [[ ${lastrun} != 0 ]]; then