tarantool / mkrepo

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

Add possibility to skip deb packages with malformed filename #46

Closed LeonidVas closed 2 years ago

LeonidVas commented 2 years ago

Before this patch, if the deb package has a malformed name (for example https://github.com/tarantool/cartridge-cli before tarantool/cartridge-cli@6ec2577) mkrepo will fail. Now, if --forceis set, such packages will be skipped.

Based on https://github.com/knazarov/mkrepo/pull/29