#38 Provide method for getting repo/hash of images to rebuild
Merged by jkaluza. Opened by sochotni.
sochotni/freshmaker content_set_usage  into  master

Download 38.patch

Given a source rpm package name and content sets where it will be
shipped - this new method will figure out which supported images contain
content from this source rpm it will return an array of tuples -
repository namespace/name and a git commit hash. One tuple is returned
for each container image which needs to be rebuilt to include the new
rpm content

Looks OK to me so far :).

rebased

rebased

+1

I think I will need these methods while writing code to implement image rebuild for internal. :)

@cqi: Yes, we now have cards in Jira for each step of the image rebuild plan and Stano took one of these in free time :).

@sochotni Do I need continue to do something based on ur patch? Feel free ping me if you don't have enough time to continue on this pr.

I should have time to finish this off. Specifically I'd like to do at least:
- split methods into separate commits
- add exception handling tests

Then I'll remove WIP

rebased

Pull-Request has been merged by jkaluza

Metadata