krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

Handle full version in package deletion #87

Closed olivielpeau closed 8 years ago

olivielpeau commented 9 years ago

Allows to specify full versions (epoch:version-iteration) in the versions option. To preserve BC, specifying a short version (version or version-iteration) will still delete the packages that have full versions.

Also added a test for the change.