krobertson / deb-s3

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

Add support for bionic #164

Open bartlomiejsawicki opened 5 years ago

bartlomiejsawicki commented 5 years ago

This is fixing problem of deb packages from Ubuntu bionic where there is used different compression for control file. It based on pull request https://github.com/krobertson/deb-s3/pull/158/commits/36e0d8b9b785d541f01f14e996cc8de26c7cfa6d from issue #158 Which wasn't working for me as tar parameters were incorrect for new compression.

enochcheung commented 5 years ago

I ran into the same issue, and this patch fixed it for me

morph027 commented 4 years ago

Thank you, i'm trying to revive this repo in https://github.com/deb-s3/deb-s3 and added your patch already.

For more info, see https://github.com/krobertson/deb-s3/issues/169