Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copr list-packages report build status incorrectly #3564

Open
keszybz opened this issue Dec 24, 2024 · 0 comments
Open

copr list-packages report build status incorrectly #3564

keszybz opened this issue Dec 24, 2024 · 0 comments

Comments

@keszybz
Copy link
Contributor

keszybz commented Dec 24, 2024

I have a copr with a bunch of builds. Some succeeded, some failed, and some were started with a bad package name (subpackage not the main package). list-packages shows all builds as failed:

$ copr list-packages zbyszek/merged-sbin >/tmp/pkgs.merged-sbin.1
$ grep latest_ /tmp/pkgs.merged-sbin.1|sort|uniq -c
    664         "latest_build": null,
    664         "latest_succeeded_build": null,

list-builds shows 416 builds with "None" as the package name, and 613 builds with some package name. One package was built twice (abrt). But no matter which way you count, the number 664 doesn't seem to match any of that.

Am I holding it wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs triage
Development

No branches or pull requests

1 participant