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 B408A138334 for ; Mon, 29 Jul 2019 20:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C129DE086E; Mon, 29 Jul 2019 20:10:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A3C30E086E for ; Mon, 29 Jul 2019 20:10:30 +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 971E1348F58 for ; Mon, 29 Jul 2019 20:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1906758 for ; Mon, 29 Jul 2019 20:10:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1564430427.8acef68eac8dc4f7a6e937d11c4dd8713431e9b6.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_funcs.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8acef68eac8dc4f7a6e937d11c4dd8713431e9b6 X-VCS-Branch: master Date: Mon, 29 Jul 2019 20:10:24 +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: 82513770-e135-4c4a-bc6b-768f92e55482 X-Archives-Hash: 661a5907546707957914596e91dbacdc commit: 8acef68eac8dc4f7a6e937d11c4dd8713431e9b6 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jul 29 00:09:39 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jul 29 20:00:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8acef68e Export $PATH to genkernel worker For example required for ccache. Signed-off-by: Thomas Deutschmann gentoo.org> gen_funcs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gen_funcs.sh b/gen_funcs.sh index 59c7507..cb0763a 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -595,6 +595,7 @@ dropbear_create_key() { "LOGLEVEL='${LOGLEVEL}'" "LOGFILE='${LOGFILE}'" "NOCOLOR='${NOCOLOR}'" + "PATH='${PATH}'" "TEMP='${TEMP}'" ) @@ -670,6 +671,7 @@ dropbear_generate_key_info_file() { "LOGLEVEL='${LOGLEVEL}'" "LOGFILE='${LOGFILE}'" "NOCOLOR='${NOCOLOR}'" + "PATH='${PATH}'" "TEMP='${TEMP}'" ) @@ -1197,6 +1199,7 @@ gkbuild() { "LOGLEVEL='${LOGLEVEL}'" "LOGFILE='${LOGFILE}'" "NOCOLOR='${NOCOLOR}'" + "PATH='${PATH}'" "TEMP='${TEMP}'" "TMPDIR='${TEMP}'" ) @@ -1285,6 +1288,7 @@ unpack() { "LOGLEVEL='${LOGLEVEL}'" "LOGFILE='${LOGFILE}'" "NOCOLOR='${NOCOLOR}'" + "PATH='${PATH}'" "TEMP='${TEMP}'" )