[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44193] [PATCH 0/1] 'guix publish --cache' can publish items not yet
From: |
Ludovic Courtès |
Subject: |
[bug#44193] [PATCH 0/1] 'guix publish --cache' can publish items not yet cached |
Date: |
Mon, 26 Oct 2020 11:50:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi,
Miguel Ángel Arruga Vivas <rosen644835@gmail.com> skribis:
> I fully agree with that. Adding 202 together with 404 would be enough
> as an start, wouldn't it?
> -------------------------------8<-----------------------------
> (cache-narinfo! url (hash-part->path hash-part) #f
> (if (or (= 404 code) (= 202 code))
> ttl
> %narinfo-transient-error-ttl))
> ------------------------------->8-----------------------------
Yes, exactly!
Ludo’.