From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspelling/
Date: Tue, 8 Dec 2020 05:53:22 +0000 (UTC) [thread overview]
Message-ID: <1607406790.cdc6da9d80f268045574be784c8ca3855ad2d5c0.juippis@gentoo> (raw)
commit: cdc6da9d80f268045574be784c8ca3855ad2d5c0
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 05:50:27 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=cdc6da9d
dev-python/pyspelling: add missing dies
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pyspelling/pyspelling-2.7.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyspelling/pyspelling-2.7.0.ebuild b/dev-python/pyspelling/pyspelling-2.7.0.ebuild
index 97c7dbb77ba..8aea3245861 100644
--- a/dev-python/pyspelling/pyspelling-2.7.0.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.7.0.ebuild
@@ -43,11 +43,11 @@ distutils_enable_tests pytest
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
next reply other threads:[~2020-12-08 5:53 UTC|newest]
Thread overview: 34+ 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 --
2024-07-07 16:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspelling/ Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29 8:00 Joonas Niilola
2024-01-13 8:20 Michał Górny
2023-12-19 16:33 Michał Górny
2023-10-14 18:32 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-14 11:02 Andrew Ammerlaan
2023-09-14 11:02 Andrew Ammerlaan
2023-09-03 4:12 Michał Górny
2023-04-14 19:43 Sam James
2023-04-14 4:04 Sam James
2023-03-30 16:19 Michał Górny
2023-03-30 15:58 Arthur Zamarin
2023-02-25 5:47 Arthur Zamarin
2023-02-17 18:51 Michał Górny
2023-01-14 10:00 Arthur Zamarin
2022-08-19 9:27 Michał Górny
2022-08-19 8:15 Joonas Niilola
2022-07-19 7:21 Michał Górny
2022-06-05 5:40 Michał Górny
2022-05-17 12:20 Andrew Ammerlaan
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-09-23 15:35 Marek Szuba
2021-08-07 6:33 Michał Górny
2021-07-15 7:38 Agostino Sarubbo
2021-07-08 11:08 Andrew Ammerlaan
2021-03-21 13:35 Joonas Niilola
2021-03-21 13:35 Joonas Niilola
2021-03-11 7:18 Joonas Niilola
2020-12-08 5:53 Joonas Niilola
2020-12-08 5:53 Joonas Niilola
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.cdc6da9d80f268045574be784c8ca3855ad2d5c0.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