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] proj/devmanual:master commit in: ebuild-writing/use-conditional-code/
Date: Wed,  7 Apr 2021 17:35:28 +0000 (UTC)	[thread overview]
Message-ID: <1617816496.4fa2b0254e438bd01e4c23f901a6fe9b067f71a5.ulm@gentoo> (raw)

commit:     4fa2b0254e438bd01e4c23f901a6fe9b067f71a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 04:15:45 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 17:28:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4fa2b025

ebuild-writing/use-conditional-code: use || die in example

For the purposes of the example, it's best to keep using || die. Plus,
in this situation, it's likely we'd want to know if the big files were
renamed or similar.

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/use-conditional-code/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/use-conditional-code/text.xml b/ebuild-writing/use-conditional-code/text.xml
index 8db2d52..8725a40 100644
--- a/ebuild-writing/use-conditional-code/text.xml
+++ b/ebuild-writing/use-conditional-code/text.xml
@@ -28,7 +28,7 @@ statement. See <uri link="::ebuild-writing/error-handling/#die and Subshells"/>.
 	# USE conditional blocks...
 	if use livecd ; then
 		# remove some extra files for a small livecd install
-		rm -fr "${vimfiles}"/{compiler,doc,ftplugin,indent}
+		rm -fr "${vimfiles}"/{compiler,doc,ftplugin,indent} || die
 	fi
 
 	# Inverse USE conditional blocks...


             reply	other threads:[~2021-04-07 17:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07 17:35 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19 21:01 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/use-conditional-code/ Markos Chandras

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=1617816496.4fa2b0254e438bd01e4c23f901a6fe9b067f71a5.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