public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: "M. J. Everitt" <m.j.everitt@iee.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH] Remove-redundant-quiet-option-on-kernel-emerges
Date: Fri, 20 Apr 2018 14:53:38 +0100	[thread overview]
Message-ID: <b21d56a6-01c8-bb5d-6e1c-f8da7297cce0@iee.org> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 145 bytes --]

Please find attached patch to catalyst to permit verbose emerges of
kernels & dependencies in the livecd stages.

Cheers,
Michael/veremitz.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 0001-Remove-redundant-quiet-option-on-kernel-emerges.patch --]
[-- Type: text/x-patch; name="0001-Remove-redundant-quiet-option-on-kernel-emerges.patch", Size: 1461 bytes --]

From 741c9270dd3ac8ee09333ace2cff5173802c64dc Mon Sep 17 00:00:00 2001
From: Michael Everitt <m.j.everitt@iee.org>
Date: Fri, 20 Apr 2018 14:47:35 +0100
Subject: [PATCH] Remove redundant '--quiet' option on kernel emerges

run_merge handles quiet/verbose emerges internally, so this
override is unnecessary/inappropriate
---
 targets/support/kmerge.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index dfdb637c..9570bc77 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -207,7 +207,7 @@ then
 
 	# install dependencies of kernel sources ahead of time in case
 	# package.provided generated below causes them not to be (re)installed
-	PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse --onlydeps" run_merge "${clst_ksource}" || exit 1
+	PKGDIR=${PKGDIR} clst_myemergeopts="--update --newuse --onlydeps" run_merge "${clst_ksource}" || exit 1
 
 	# Create the kerncache directory if it doesn't exists
 	mkdir -p /tmp/kerncache/${clst_kname}
@@ -231,7 +231,7 @@ then
 
 	[ -L /usr/src/linux ] && rm -f /usr/src/linux
 
-	PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse" run_merge "${clst_ksource}" || exit 1
+	PKGDIR=${PKGDIR} clst_myemergeopts="--update --newuse" run_merge "${clst_ksource}" || exit 1
 
 	SOURCESDIR="/tmp/kerncache/${clst_kname}/sources"
 	if [ -L /usr/src/linux ]
-- 
2.13.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2018-04-20 13:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b21d56a6-01c8-bb5d-6e1c-f8da7297cce0@iee.org \
    --to=m.j.everitt@iee.org \
    --cc=gentoo-catalyst@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