apt-staging is broken yet again.
The packages that get generated in gitlab are now being imported:
apt-staging2001:~# reprepro list bookworm-wikimedia bookworm-wikimedia|main|amd64: python3-conftool 6.0.1+deb12u1 ...
but the packages file still lists the previous, 5.3.0 version
curl -s 'https://apt-staging.wikimedia.org/wikimedia-staging/dists/bookworm-wikimedia/main/binary-amd64/Packages?cache=busted' | grep -a3 -F 'Package: python3-conftool' Package: python3-conftool Source: conftool Version: 5.3.0+deb12u1 Architecture: all
and running reprepro update shows the configuration is completely broken, because it looks like we're importing it from the main reprepro:
# reprepro --noskipold update bookworm-wikimedia Error parsing /srv/aptrepo/wikimedia-staging/conf/updates, line 5, column 7: Not previously seen component 'thirdparty/ci' within 'Flat' field. There have been errors!
This issue is blocking important work from multiple teams, and I have had to unbreak some of it to at least import the packages - and this happens virtually every time I have to do an "automated" import.
This time the amount of breakage is more than I'm willing to fix myself given my time constraints. Please unbreak this ASAP.