guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core updates frozen.


From: Leo Famulari
Subject: Re: Core updates frozen.
Date: Fri, 20 Aug 2021 15:10:00 -0400

On Fri, Aug 20, 2021 at 11:49:01AM +0200, zimoun wrote:
> Is it possible to “guix weather” a specific branch?  If it makes
> sense. :-)

I'm preparing some weather reports now. Basically, I use this command:

$ while read branch; do while read system; do guix weather 
--substitute-urls=https://ci.guix.gnu.org -c 10 -s ${system}-linux 2>&1 | tee 
~/tmp/reports/${branch}-${system}-linux; done < systems; done < branches

... along with two files, 'branches' and 'systems' which contain this,
respectively:

core-updates-frozen

armhf
aarch64
i686
x86_64



reply via email to

[Prev in Thread] Current Thread [Next in Thread]