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: Mon, 19 Feb 2024 22:38:54 UTC
Jan, On 1/23/24 01:54, Jan Beich wrote: > $ fetch -qo -"https://pkg-status.freebsd.org/api/1/builds?type=package" | > jq -r ".. | select(.started? > $(date -v -2w +%s)) | .server" | sort -u This URL unfortunately returns an outdated servers list: foul1/foul2 aren't in the list, and the last recorded build is in 2023. I reported this problem (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276906), but so far got no useful answer. Thanks, Yuri