This commit is intended to give an int type to the data passed in to the '--compose-id' argument in rpkg.
:+1:
What do the numbers look like and what do they mean? How does a user know what number to use?
Originally I though you would specify the real compose id of the compose (probably something like odcs-1-20171212.0).
odcs-1-20171212.0
@lsedlar, the ODCS compose ID is an integer. The format you mention is a "repo identifier", which may actually be shared by multiple ODCS composes. The id field is supposed to be the unique identifier for a given ODCS compose. It's also the value needed for querying/manipulating the compose via API.
id
See some of the examples here: https://pagure.io/odcs
pretty please pagure-ci rebuild
Pull-Request has been merged by cqi
This commit is intended to give an int type to the data passed in to the '--compose-id' argument in rpkg.