esell / deb-simple

A lightweight, bare-bones apt repository server
MIT License
238 stars 17 forks source link

- Added dockerfile - Added LZMA compression support for repos - Mov… #37

Closed alexanderturner closed 3 years ago

alexanderturner commented 3 years ago

Thanks for publishing an awesome project @esell - I've made a couple of changes as detailed below. The LZMA support could be done tidier with less use of string handling however it works and this was a major roadblock for me with modern dpkgs. Also happy to maintain this :)

dig412 commented 3 years ago

Hi Alexander, thanks for this, it's great to see people still working with the project!

Would you be able to split this into two PRs? The go mod change is great, but it makes for a massive list of diffs, and it looks like lots of files have been removed from vendor, but some others re-added. All the other changes can be a PR based on the mod change.

Do you have a small sample .xz / LZMA package that we could use for testing?

alexanderturner commented 3 years ago

https://github.com/esell/deb-simple/pull/38