From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/
Date: Tue, 8 Dec 2020 05:53:22 +0000 (UTC) [thread overview]
Message-ID: <1607406789.6ece9cf35268142766535fa482288743e89dd33c.juippis@gentoo> (raw)
commit: 6ece9cf35268142766535fa482288743e89dd33c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 05:48:13 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 05:53:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ece9cf3
dev-python/backrefs: add missing dies
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/backrefs/backrefs-4.5.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/backrefs/backrefs-4.5.0.ebuild b/dev-python/backrefs/backrefs-4.5.0.ebuild
index acb18049bdd..76f334eeed6 100644
--- a/dev-python/backrefs/backrefs-4.5.0.ebuild
+++ b/dev-python/backrefs/backrefs-4.5.0.ebuild
@@ -38,11 +38,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: 36+ 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-06 6:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/backrefs/ Michał Górny
2024-07-06 6:29 Sam James
2024-06-16 18:44 Michał Górny
2023-11-24 14:43 Michał Górny
2023-11-23 19:00 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:31 Sam James
2023-09-03 4:12 Michał Górny
2023-08-31 13:22 Michał Górny
2023-07-21 12:52 Arthur Zamarin
2023-07-21 12:35 Arthur Zamarin
2023-06-16 4:05 Michał Górny
2023-06-16 4:05 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2022-11-30 2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-10-28 7:09 Michał Górny
2022-10-28 7:09 Michał Górny
2022-06-22 5:33 Joonas Niilola
2022-05-22 16:36 Michał Górny
2022-05-22 16:15 Michał Górny
2022-05-22 16:15 Michał Górny
2022-05-22 5:53 Michał Górny
2021-11-21 20:14 Michał Górny
2021-11-21 19:36 Jakov Smolić
2021-11-03 6:43 Michał Górny
2021-10-20 9:40 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-07-15 7:38 Agostino Sarubbo
2021-05-22 20:55 Andrew Ammerlaan
2021-05-22 7:58 Michał Górny
2021-01-23 23:30 Michał Górny
2021-01-23 0:11 Michał Górny
2021-01-10 9:38 Michał Górny
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=1607406789.6ece9cf35268142766535fa482288743e89dd33c.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