vmaljulin / fm-orchestrator

Forked from fm-orchestrator 5 years ago
Clone

8173040 Use the libmodulemd API properly when setting values on existing objects

Authored and Committed by mprahl 5 years ago
    Use the libmodulemd API properly when setting values on existing objects
    
    MBS has been using the libmodulemd API incorrectly by assuming that
    methods like `get_rpm_components` return the actual object in memory
    and not a copy. This has been true but wasn't something sgallagh
    intended. We found this out after he had me test his new version of
    libmodulemd. This PR removes those assumptions.
    
        
file modified
+3 -1