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 4F722138336 for ; Sat, 10 Aug 2019 19:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A41E08CD; Sat, 10 Aug 2019 19:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D1291E08B1 for ; Sat, 10 Aug 2019 19:37:59 +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 96A2834986F for ; Sat, 10 Aug 2019 19:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE37758 for ; Sat, 10 Aug 2019 19:37:56 +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: <1565465436.1bfce82450579fff8a2771651d4623a8006c6b47.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: 1bfce82450579fff8a2771651d4623a8006c6b47 X-VCS-Branch: master Date: Sat, 10 Aug 2019 19:37:56 +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: df8385ae-b605-4e82-980d-323b0f4f7cae X-Archives-Hash: ab29aa1871786f5118643382065ab2eb commit: 1bfce82450579fff8a2771651d4623a8006c6b47 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 10 19:30:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 10 19:30:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1bfce824 gen_funcs.sh: gen_die(): Call restore_boot_mount_state() Signed-off-by: Thomas Deutschmann gentoo.org> gen_funcs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen_funcs.sh b/gen_funcs.sh index c042513..3c9c56f 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -352,6 +352,8 @@ gen_die() { print_error 1 "Please do ${BOLD}*not*${NORMAL} report ${BOLD}kernel${NORMAL} compilation failures as genkernel bugs!" print_error 1 '' + restore_boot_mount_state + # Cleanup temp dirs and caches if requested cleanup fi