Re: Is API to access status of build servers documented?
- In reply to: Jan Beich : "Re: Is API to access status of build servers documented?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 10:09:00 UTC
Jan Beich <jbeich@FreeBSD.org> writes: > $ fetch -qo - "https://pkg-status.freebsd.org/api/1/builds?type=package" | > jq -r ".. | select(.started? > $(date -v -2w +%s)) | .server" | sort -u Alternatively, https://github.com/bdrewery/pkg-status.freebsd.org/blob/master/servers.txt but it's likely out-of-date as powerpc64 is no longer built on pylon but rather split between foul1 (big-endian) and foul2 (little-endian).