public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcmatch/
Date: Tue,  8 Dec 2020 05:53:22 +0000 (UTC)	[thread overview]
Message-ID: <1607406790.e14d3c85a8ff068849f209b25351af96f995df79.juippis@gentoo> (raw)

commit:     e14d3c85a8ff068849f209b25351af96f995df79
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 05:50:55 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 05:53:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d3c85

dev-python/wcmatch: add missing dies

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/wcmatch/wcmatch-7.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/wcmatch/wcmatch-7.1.ebuild b/dev-python/wcmatch/wcmatch-7.1.ebuild
index 2b77ed17b04..4fc94a4a472 100644
--- a/dev-python/wcmatch/wcmatch-7.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-7.1.ebuild
@@ -45,11 +45,11 @@ python_prepare_all() {
 
 	# mkdocs-git-revision-date-localized-plugin needs git repo
 	if use doc; then
-		git init
+		git init || die
 		git config --global user.email "you@example.com" || die
 		git config --global user.name "Your Name" || die
-		git add .
-		git commit -m 'init'
+		git add . || die
+		git commit -m 'init' || die
 	fi
 
 	distutils-r1_python_prepare_all


             reply	other threads:[~2020-12-08  5:53 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  5:53 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-08  5:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/wcmatch/ Joonas Niilola
2021-01-02 23:18 Michał Górny
2021-01-02 23:18 Michał Górny
2021-01-21  9:12 Michał Górny
2021-01-22  9:55 Michał Górny
2021-02-08 22:36 Michał Górny
2021-02-10  8:52 Michał Górny
2021-03-10 10:38 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-22 20:55 Andrew Ammerlaan
2021-07-15  7:38 Agostino Sarubbo
2021-09-23 15:35 Marek Szuba
2021-10-17  9:41 Michał Górny
2021-11-03  6:43 Michał Górny
2022-01-10 11:25 Arthur Zamarin
2022-01-10 12:28 Michał Górny
2022-05-17 12:20 Andrew Ammerlaan
2022-05-31  6:18 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-07-02 16:11 Michał Górny
2022-09-22 10:55 Andrew Ammerlaan
2022-10-24  7:19 Joonas Niilola
2022-10-24 10:24 Michał Górny
2023-01-14 10:00 Arthur Zamarin
2023-02-25  5:47 Arthur Zamarin
2023-04-09 20:40 Andrew Ammerlaan
2023-04-14  4:04 Sam James
2023-04-14 19:43 Sam James
2023-08-31 13:22 Michał Górny
2023-10-06 17:05 Arthur Zamarin
2023-10-06 18:12 Michał Górny
2024-02-21  4:45 Michał Górny
2024-03-07 17:09 Michał Górny
2024-03-07 17:12 Michał Górny
2024-05-16  3:50 Michał Górny
2024-06-01  7:30 Arthur Zamarin
2024-06-01  8:09 Michał Górny
2024-06-21 19:04 Michał Górny
2024-08-04  2:48 Michał Górny
2024-08-24  9:24 Arthur Zamarin
2024-08-24 13:11 Michał Górny
2024-09-27  6:32 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=1607406790.e14d3c85a8ff068849f209b25351af96f995df79.juippis@gentoo \
    --to=juippis@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