[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63462] [PATCH maintenance] hydra: build-package-metadata: Update fi
From: |
Ludovic Courtès |
Subject: |
[bug#63462] [PATCH maintenance] hydra: build-package-metadata: Update fields in sources.json. |
Date: |
Wed, 24 May 2023 16:32:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Simon Tournier <zimon.toutoune@gmail.com> skribis:
> On ven., 12 mai 2023 at 13:47, Ludovic Courtès <ludo@gnu.org> wrote:
[...]
>> I wish they had opted for something more expressive (and also with a
>> more meaningful name :-)) than ‘outputHashMode’, similar to what you did
>> for ‘guix hash -S’. But anyway, it does the job!
>
> Well, I am biased. ;-) Another poor naming inherited from Nix [1]. :-)
Yeah.
BTW, I’ve restarted the relevant mcron job and it’s rolling out now:
--8<---------------cut here---------------start------------->8---
$ wget -qO- https://guix.gnu.org/sources.json |jq |grep output[A-Z] | head
"outputHashAlgo": "sha256",
"outputHashMode": "flat"
"outputHashAlgo": "sha256",
"outputHashMode": "flat"
"outputHashAlgo": "sha256",
"outputHashMode": "recursive",
"outputHashAlgo": "sha256",
"outputHashMode": "flat"
"outputHashAlgo": "sha256",
"outputHashMode": "flat"
--8<---------------cut here---------------end--------------->8---
>> It looks like SWH will be storing nar hashes; will there be endpoints to
>> query directories by nar hash?
>
> This is still ongoing. IIUC, it’s the last item of SWH issue #4868 [2].
>
> 2:
> https://gitlab.softwareheritage.org/swh/infra/sysadm-environment/-/issues/4868
Nice!
Ludo’.