public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/
Date: Fri, 13 Dec 2019 22:34:12 +0000 (UTC)	[thread overview]
Message-ID: <1576276425.dc643805cde10d6c117df42de520a9ae6bf7fa72.ulm@gentoo> (raw)

commit:     dc643805cde10d6c117df42de520a9ae6bf7fa72
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 22:32:08 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 22:33:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc643805

sys-boot/tboot: Fix breakage triggered by mount-boot update.

mount-boot_mount_boot_partition() was an internal and undocumented
function which shouldn't have been called, in the first place.

Delete it from pkg_postinst without replacement, because the relevant
checks in mount-boot_check_status will have been called already in
mount-boot_pkg_preinst.

Drop the call to mount-boot_pkg_postinst as well, because that
function is a no-op now.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-boot/tboot/tboot-1.9.6_p20171118.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
index e33aa1ee7e9..1b591eb5a46 100644
--- a/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
+++ b/sys-boot/tboot/tboot-1.9.6_p20171118.ebuild
@@ -59,12 +59,8 @@ src_install() {
 }
 
 pkg_postinst() {
-	mount-boot_mount_boot_partition
-
 	cp ${ROOT%/}/usr/lib/tboot/boot/* ${ROOT%/}/boot/
 
-	mount-boot_pkg_postinst
-
 	ewarn "Please remember to download the SINIT AC Module relevant"
 	ewarn "for your platform from:"
 	ewarn "http://software.intel.com/en-us/articles/intel-trusted-execution-technology/"


             reply	other threads:[~2019-12-13 22:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 22:34 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 23:21 [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/ Jason Zaman
2024-08-11 23:21 Jason Zaman
2022-03-21 23:52 Sam James
2022-02-26  2:30 Sam James
2022-02-26  2:30 Sam James
2022-02-09 11:25 Sam James
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-02 19:31 Mikle Kolyada
2017-11-18  8:53 Jason Zaman
2017-11-18  8:53 Jason Zaman
2017-08-02 16:22 Jason Zaman
2017-08-02 15:41 Jason Zaman
2016-11-06 11:23 Jason Zaman
2016-08-29  1:24 Jason Zaman
2016-06-01 12:59 Jason Zaman
2016-03-27  2:36 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576276425.dc643805cde10d6c117df42de520a9ae6bf7fa72.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox