Hi guys,
We recently renamed kernel-auto source repository to kernel-automotive. You can see the details tracked by issue #578.
But, the builds are now broken saying that kernel-automotive package is not part of automotive9s-packages-main-candidate tag. Scratch builds work fine, but the main build is throwing this error. It was probably caused by renaming operation.
automotive9s-packages-main-candidate
For further details, see the last cbs build: https://cbs.centos.org/koji/taskinfo?taskID=2652282
Hi @jfaracco, this is a normal behavior of koji. You will have to add the new(renamed) package to the tag.
https://wiki.centos.org/SIGGuide#SIGGuide.2FContent.2FBuild.Build.21
This is normal and per design from koji perspective. koji doesn't have any direct link with pagure so from koji Pov it's a new package that you just need to add to your tag. This is documented on https://sigs.centos.org/guide/cbs/#submit-a-build-on-cbs (as you probably did initially for the kernel-auto package)
Metadata Update from @arrfab: - Issue close_status updated to: Fixed with Explanation - Issue status updated to: Closed (was: Open)
Since I did the original command, I ran it for the new package as well:
cbs add-pkg --owner=pingou automotive9s-packages-main-release kernel-automotive cbs add-pkg --owner=pingou automotive9s-packages-main-testing kernel-automotive cbs add-pkg --owner=pingou automotive9s-packages-main-candidate kernel-automotive
Log in to comment on this ticket.