[Midnightbsd-cvs] [MidnightBSD/mports] b1737e: Magus: fix ready_ports view gating builds on fetch...
Lucas Holt
noreply at github.com
Thu Jun 4 20:49:29 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: b1737edd4d3c4cb1732732353ea5c571a3d26252
https://github.com/MidnightBSD/mports/commit/b1737edd4d3c4cb1732732353ea5c571a3d26252
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M Tools/magus/ready_ports.sql
Log Message:
-----------
Magus: fix ready_ports view gating builds on fetch phase
The phased-pipeline-plan.md explicitly states the fetch phase "does not
gate builds". Commit b844cceca2 incorrectly added an INNER JOIN on
port_phase_results requiring fetch_phase.status='pass'/'warn', causing
the ready-to-build count to show zero for any port whose fetch phase has
not completed even when all dependencies are done.
Remove the INNER JOIN so the view matches the design: a port is ready to
build when its dependencies are satisfied, regardless of fetch status.
The build phase already runs 'bmake fetch' as part of its pipeline.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list