[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51216] [PATCH 0/1] swh: Allows token from Software Heritage authent
From: |
Ludovic Courtès |
Subject: |
[bug#51216] [PATCH 0/1] swh: Allows token from Software Heritage authentication service. |
Date: |
Thu, 14 Oct 2021 23:44:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
zimoun <zimon.toutoune@gmail.com> skribis:
> This patch allows to use a token from SWH and change the rate limit when
> submitting via the archival checker. For instance, it reads,
>
> GUIX_SWH_TOKEN=${TOKEN} guix lint -c archival
>
> and will use the ${TOKEN} associated to the SWH account. Having an account
> enable by default a rate limit to 1200 (instead of 120). Then, for testing
Ooh, neat!
> purpose I get a lot of android packages scheduled after checking many admin.
You mean the SWH admins manually scheduled them?
> It is interesting to note lines as:
>
> Disarchive entry refers to non-existent SWH directory
> 'aeae11cb3c33ab33374e222dc3bdf17039808a5b'
>
> which shows that sources.json is maybe not fully working as expected.
> Investigations required.
Weird. I guess we should pick a few specific cases, make sure they’re
listed in sources.json and they’re not 404, and then ask the SWH team
whether they can check their logs to understand what happened.
Thanks!
Ludo’.