Scout24 / yum-repo-server

Server to host and manage yum repositories via REST API
GNU General Public License v3.0
115 stars 19 forks source link

Provide information about propagatable RPMs in a propagation chain. #36

Closed oli99sc closed 10 years ago

oli99sc commented 10 years ago

Assuming a propagation chain, show all RPM, that could be propagated from a sourceRepo to a targetRepo. Propagatable RPMs are RPMs in sourceRepo with a higher version than the same RPM with the highest Version in a targetRepo. If targetRepo does not contain a RPM present in sourceRepo, these RPMs will also be considered proagatable.

Provide a JSON view and an interactive html view.