From: Ricardo Wurmus <rekado@elephly.net>
To: 66384-done@debbugs.gnu.org
Subject: bug#66384: [cuirass] /search/latest/archive fails
Date: Mon, 09 Oct 2023 21:33:05 +0200 [thread overview]
Message-ID: <87v8bfmvyy.fsf@elephly.net> (raw)
In-Reply-To: <878r8eog8u.fsf@elephly.net>
Ricardo Wurmus <rekado@elephly.net> writes:
> This is a consequence of commit
> 9b227abd29b15e7e25c54a71c524e7b26252a270, and it should be enough to fix
> it like this:
>
> diff --git a/src/cuirass/http.scm b/src/cuirass/http.scm
> index 7e4fd3b..9c4c723 100644
> --- a/src/cuirass/http.scm
> +++ b/src/cuirass/http.scm
> @@ -133,7 +133,8 @@
> (finished . ,(bool->int finished?))
> (buildproducts . ,(list->vector
> (map (lambda (product)
> - `((type . ,(build-product-type product))
> + `((id . ,(build-product-id product))
> + (type . ,(build-product-type product))
> (path . ,(build-product-file product))
> (file-size . ,(build-product-file-size product))))
> (build-products build))))))
Fixed with commit 72a1fc58d5fe7c2b5fce04dc07fe9eaaba0f8be3.
--
Ricardo
prev parent reply other threads:[~2023-10-09 19:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-07 9:20 bug#66384: [cuirass] /search/latest/archive fails Ricardo Wurmus
2023-10-07 10:51 ` Ricardo Wurmus
2023-10-09 19:33 ` Ricardo Wurmus [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v8bfmvyy.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=66384-done@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.