Replies: 1 comment
-
|
Thank you for the question. The Enum defined in copr common is the "definition" that other components "respect" -> filters is just "for the web-UI" description (we should move these two things onto one place one day). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was doing some CI scripting (see here) and therefore was searching through COPR source code to find out what the possible build states are.
I ran into those two different definitions of build states. In particular,
importedandunknowndiffer.copr/common/copr_common/enums.py
Lines 85 to 98 in c381e34
copr/frontend/coprs_frontend/coprs/filters.py
Lines 206 to 219 in c381e34
I would like to inquire which one I should reference, and also whether this is something that should be updated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions