Hi, On 5/18/25 4:14 PM, Philipp Kern wrote: > On 5/18/25 12:50 PM, Sebastian Ramacher wrote: >>> 1. is now implemented and deployed. I am cloning the bug for the archive >>> and buildd sides. > > As for wanna-build itself: > >> wanna-build=> select * from distribution_architectures where distribution >> like 'trixie%' and architecture = 'mips64el'; >> distribution | architecture | vancouvered | archive >> ------------------+--------------+-------------+----------------- >> trixie | mips64el | f | debian >> trixie-backports | mips64el | f | debian >> trixie-security | mips64el | f | debian-security >> (3 rows) >> wanna-build=> begin; >> BEGIN >> wanna-build=*> delete from packages where distribution like 'trixie%' and >> architecture = 'mips64el'; >> DELETE 37801 >> wanna-build=*> delete from distribution_architectures where distribution >> like 'trixie%' and architecture = 'mips64el'; >> DELETE 3 >> wanna-build=*> commit; >> COMMIT > > This should stop the triggers from doing any work on those tuples. > buildds themselves are still missing.
Removed trixie* from mipsel-osuosl-0{3,4,5}'s config. Did not restart buildd as builds were in progress. Could not reach the conova ones. Kind regards Philipp Kern