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