tarantool / mkrepo

Maintain DEB and RPM repositories on S3
70 stars 24 forks source link

rpm: support deletion of stale metadata #74

Closed urbanchef closed 1 year ago

urbanchef commented 1 year ago

The repo metadata needs to be updated when RPM packages are deleted from s3 backend for a some reason. Now mkrepo supports not only adding, but also deleting the metadata and does it in the same iteration. To make it possible, mkrepo deletes the metadata first, then adds it.

Part of #50

Totktonada commented 1 year ago

Seems related to #50.

urbanchef commented 1 year ago

Please add to the commit message Part of #50.

Done