public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/
Date: Fri, 14 Aug 2015 04:26:31 +0000 (UTC)	[thread overview]
Message-ID: <1439526347.277e7459431372a97fd791217d85cd5f62e99e7f.vapier@gentoo> (raw)

commit:     277e7459431372a97fd791217d85cd5f62e99e7f
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 04:25:47 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 04:25:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277e7459

app-portage/eclass-manpages: fail when there are errors in eclass docs

This will get people to file bugs when developers break the documentation.

 app-portage/eclass-manpages/eclass-manpages-20150814.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild b/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
index 44353c2..60d49d8 100644
--- a/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
+++ b/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
@@ -30,9 +30,9 @@ src_compile() {
 	for o in ${PORTDIR_OVERLAY} ; do
 		e="${o}/eclass"
 		[[ -d ${e} ]] || continue
-		genit "${e}"
+		genit "${e}" || die
 	done
-	genit
+	genit || die
 }
 
 src_install() {


             reply	other threads:[~2015-08-14  4:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-14  4:26 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-21 14:24 [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/ Justin Lecher
2017-01-12 20:09 Fabian Groffen
2017-02-18 18:57 Mike Frysinger
2017-03-21 18:22 Michał Górny
2017-03-21 18:22 Michał Górny
2017-03-21 18:22 Michał Górny
2017-03-24 15:04 Michał Górny
2017-03-24 15:04 Michał Górny
2017-04-28 13:43 Michał Górny
2017-05-21 13:19 Michał Górny
2017-07-11 22:16 Michał Górny
2017-09-05 17:15 Aaron Swenson
2018-01-19 20:11 Ulrich Müller
2018-03-02  9:28 Ulrich Müller
2018-03-02  9:28 Ulrich Müller
2018-03-21 18:12 Michał Górny
2018-03-26 16:14 Michał Górny
2018-06-07 12:36 Michał Górny
2018-08-12  9:31 Michał Górny
2019-03-10  8:08 Michał Górny
2019-03-10 18:19 Michał Górny

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=1439526347.277e7459431372a97fd791217d85cd5f62e99e7f.vapier@gentoo \
    --to=vapier@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