#79 Added feature to be able to diff a new compose againts a rpms.json file.
Merged by lsedlar. Opened by mcurlej.
mcurlej/compose-utils diff_input  into  master

@lsedlar can you take look?

Signed-off-by: Martin Curlej mcurlej@redhat.com

rebased onto ff8f75140a9c3a1ef863f959127904e18441614a

This is too complicated. Can you just do:

old_rm = productmd.Rpms()
old_rm.load(rpms_file_path)

rebased onto 9efe711d9cb9e89b16cdca1d9280e50e42cb5adb

@lsedlar Thanks didn't know you can do that.. ;)

rebased onto 6e2eb2ac6f3bf0675c5fe079ffec148e5a9e87c7

Looks good, merging.

Pull-Request has been merged by lsedlar