[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation.
From: |
Maxime Devos |
Subject: |
[bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation. |
Date: |
Mon, 23 May 2022 11:25:48 +0200 |
User-agent: |
Evolution 3.38.3-1 |
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.
signature.asc
Description: This is a digitally signed message part
- [bug#48702] [PATCH v6 0/4] Add patatt and enable patch attestation for b4, Kyle Meyer, 2022/05/22
- [bug#48702] [PATCH v6 1/4] licenses: Add Expat No Attribution license., Kyle Meyer, 2022/05/22
- [bug#48702] [PATCH v6 3/4] gnu: b4: Drop now unneeded snippet., Kyle Meyer, 2022/05/22
- [bug#48702] [PATCH v6 2/4] gnu: Add patatt., Kyle Meyer, 2022/05/22
- [bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation., Kyle Meyer, 2022/05/22
- [bug#48702] [PATCH v6 4/4] gnu: b4: Enable patch attestation.,
Maxime Devos <=
- bug#48702: [PATCH v6 0/4] Add patatt and enable patch attestation for b4, Ludovic Courtès, 2022/05/23