Date: Sat, 30 Sep 2023 13:56:05 +0200 From: Michael Grimm <trashcan@ellael.org> To: Pat Maddox <pat@patmaddox.com> Cc: freebsd-pkg@freebsd.org, User Questions <freebsd-questions@freebsd.org> Subject: Re: How to monitor latest packages? Message-ID: <2BA1D394-D767-4ABB-99AC-C3F4147A6FF2@ellael.org> In-Reply-To: <0f633e1b-7e6a-4d22-b67d-450749bc2352@app.fastmail.com> References: <0E65D858-0885-4BC8-BC05-981B9D682F7C@ellael.org> <0f633e1b-7e6a-4d22-b67d-450749bc2352@app.fastmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Pat Maddox <pat@patmaddox.com> wrote: > On Mon, Sep 25, 2023, at 8:13 AM, Michael Grimm wrote: >> I am trying to monitor the dates of pkg compilation runs by=20 >> http://pkg.freebsd.org/FreeBSD:14:amd64/latest/ >> Is that the correct way? >>=20 >> If so, how can I find out when e.g. rust has been compiled the last=20= >> time, because http://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/ = seems=20 >> to be forbidden to watch ;-) >>=20 >> If not, what would be an alternative? >=20 > Here=E2=80=99s some tooling I use to fetch the git commit of the most = recent package build: = https://patmaddox.com/info?name=3Dfba4b4491f48d81ffbe7f4304d3dd17797ec47dd= 7829bddec327422d4c6f346f&ln=3D16-23 >=20 > That helps poudriere=E2=80=99s package fetching by ensuring my local = tree is consistent with the latest build and doesn=E2=80=99t have newer = stuff. >=20 > You can get build metadata from the API e.g. = https://pkg-status.freebsd.org/api/1/builds?type=3Dpackage&jailname=3D132a= md64 >=20 > I haven=E2=80=99t seen API documentation, I worked out query params by = looking at the implementation: = https://github.com/bdrewery/pkg-status.freebsd.org/blob/master/pkgstatus.p= y Thanks, that is very valuable information. This will help me setting up = own scripting in order to find out, what the current status of a given = package is. I should have thought about investigating how poudriere is = deciding which package to download, sorry. I was hoping that there would be an easy way to find out via that = webpage ;-)=20 Regards, Michael=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2BA1D394-D767-4ABB-99AC-C3F4147A6FF2>