unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Kyle Meyer <kyle@kyleam.com>, 48702@debbugs.gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>, "Xinglu Chen" <public@yoctocell.xyz>
Subject: [bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation.
Date: Mon, 23 May 2022 11:25:48 +0200	[thread overview]
Message-ID: <cf530706d9c42bd385e8f2b1f10900eda6e5972e.camel@telenet.be> (raw)
In-Reply-To: <20220522222807.332757-5-kyle@kyleam.com>

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

Kyle Meyer schreef op zo 22-05-2022 om 18:28 [-0400]:
> +    (propagated-inputs
> +     (list patatt))

Preferably this wouldn't be propagated.  Would adding it to 'inputs'
suffice?

Also, looks like 'git' is missing in the inputs. From b4/__init__.py:

def git_run_command(gitdir: Optional[str], args: List[str], stdin: Optional[bytes] = None,
                    logstderr: bool = False) -> Tuple[int, str]:
    cmdargs = ['git', '--no-pager']


Maybe it needs a 'substitute*' to replace 'git' by the absolute file name
or some wrapping to add the 'git' binary to the $PATH?.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-05-23  9:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 14:50 [bug#48702] [PATCH 0/3] Add patatt and update b4 Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 2/3] gnu: Add patatt Kyle Meyer
2021-05-27 14:54 ` [bug#48702] [PATCH 3/3] gnu: b4: Update to 0.7.0 Kyle Meyer
2021-05-27 21:49 ` [bug#48702] [PATCH 0/3] Add patatt and update b4 Xinglu Chen
2021-05-27 23:05   ` Kyle Meyer
2021-06-03  6:40 ` [bug#48702] [PATCH v2 " Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 2/3] gnu: Add patatt Kyle Meyer
2021-06-03  6:40   ` [bug#48702] [PATCH v2 3/3] gnu: b4: Update to 0.7.1 Kyle Meyer
2021-07-17 13:09   ` [bug#48702] [PATCH v3 0/3] Add patatt and update b4 Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 2/3] gnu: Add patatt Kyle Meyer
2021-07-17 13:09     ` [bug#48702] [PATCH v3 3/3] gnu: b4: Update to 0.7.2 Kyle Meyer
2021-09-18 16:28     ` [bug#48702] [PATCH v4 0/3] Add patatt and update b4 Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 2/3] gnu: Add patatt Kyle Meyer
2021-09-18 16:28       ` [bug#48702] [PATCH v4 3/3] gnu: b4: Update to 0.8.0 Kyle Meyer
2021-12-18  7:06       ` [bug#48702] [PATCH v5 0/3] Add patatt and update b4 Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 1/3] licenses: Add Expat No Attribution license Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 2/3] gnu: Add patatt Kyle Meyer
2021-12-18  7:06         ` [bug#48702] [PATCH v5 3/3] gnu: b4: Update to 0.8.0 Kyle Meyer
     [not found]         ` <87ee69pvid.fsf@disroot.org>
2021-12-18 20:20           ` [bug#48702] [PATCH v5 0/3] Add patatt and update b4 Kyle Meyer
2022-05-22 22:28         ` [bug#48702] [PATCH v6 0/4] Add patatt and enable patch attestation for b4 Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 1/4] licenses: Add Expat No Attribution license Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 2/4] gnu: Add patatt Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 3/4] gnu: b4: Drop now unneeded snippet Kyle Meyer
2022-05-22 22:28           ` [bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation Kyle Meyer
2022-05-23  9:25             ` Maxime Devos [this message]
2022-05-23 13:59           ` bug#48702: [PATCH v6 0/4] Add patatt and enable patch attestation for b4 Ludovic Courtès

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cf530706d9c42bd385e8f2b1f10900eda6e5972e.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=48702@debbugs.gnu.org \
    --cc=kyle@kyleam.com \
    --cc=ludo@gnu.org \
    --cc=public@yoctocell.xyz \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).