#272 Change type of compose id from string to int
Merged by cqi. Opened by bfontecc.
bfontecc/rpkg cidtype  into  master

Download 272.patch

This commit is intended to give an int type to the data passed in to the '--compose-id' argument in rpkg.

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).

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).

@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.

See some of the examples here: https://pagure.io/odcs

pretty please pagure-ci rebuild

Pull-Request has been merged by cqi

Metadata