Hi! Christopher Baines <m...@cbaines.net> skribis:
> Ludovic Courtès <l...@gnu.org> writes: > >> Christopher Baines <m...@cbaines.net> skribis: >> >>> I've gone ahead an pushed these patches now, as it's something I'd like >>> to deploy prior to the Guix days. >> >> Woohoo! Should we deploy it on berlin? Let’s synchronize on IRC maybe? > > Yep, it would be good. I think it works fine on Bayfront (ignoring the > issues there with running out of disk space, and the build users thing). > > It might already be deployed though, as I've just noticed the /output/ > requests work on Berlin ([1] for example). That's really good, as it > means I'll be able to pull builds in to the Guix Data Service much more > easily. > > 1: > https://ci.guix.gnu.org/output/4whab5ys3k3r4yn7knc3pfjpwcxqiqxi-maven-resolver-provider-3.6.1 Yeah, it was reconfigured on Jan. 26 from a Cuirass commit that was current at that point; specifically, the config has this uncommitted change: +(define cuirass-devel + (package + (inherit cuirass) + (version (string-append (package-version cuirass) "-dev")) + (source (git-checkout + (url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git"))))) Ludo’.