public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/bitwarden-cli/
Date: Tue, 27 Feb 2024 06:31:45 +0000 (UTC)	[thread overview]
Message-ID: <1708983669.c4def3f6f4b0ee781566975b1fc7a31e44337086.lanodan@gentoo> (raw)

commit:     c4def3f6f4b0ee781566975b1fc7a31e44337086
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Mon Feb 26 21:41:09 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Feb 26 21:41:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4def3f6

app-admin/bitwarden-cli: die multiple times

Clauses -
https://github.com/gentoo/guru/commit/1e15d68eb375d7e1ceb3796314ca69aa8b4a596d#r139080432

Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>

 app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
index d6eb78d6ef..14a95f9cc5 100644
--- a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
+++ b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
@@ -50,11 +50,11 @@ src_prepare() {
 }
 
 src_compile() {
-	pushd apps/cli
+	pushd apps/cli || die
 	PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run dist:lin \
 		|| die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
-	./dist/linux/bw completion --shell zsh > bw.zsh
-	popd
+	./dist/linux/bw completion --shell zsh > bw.zsh || die
+	popd || die
 }
 
 src_install() {


             reply	other threads:[~2024-02-27  6:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27  6:31 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18  9:25 [gentoo-commits] repo/proj/guru:master commit in: app-admin/bitwarden-cli/ David Roman
2024-03-07 13:24 Viorel Munteanu
2024-02-27  6:31 Haelwenn Monnier
2024-02-26 16:30 Viorel Munteanu
2024-02-26 16:30 Viorel Munteanu

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=1708983669.c4def3f6f4b0ee781566975b1fc7a31e44337086.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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