esell / deb-simple

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

Various fixes #25

Closed dig412 closed 5 years ago

dig412 commented 5 years ago

I've fixed a few errors in the test file to do with string formatting.

I've re-arranged the file directory monitoring code so it prints less to the terminal - only when it detects a new package.

I've also made the ar archive parsing tolerant of trailing slashes in file names, like the ones fpm produces.

esell commented 5 years ago

Thanks @dig412 for the PR! I am trying to keep this as a read only repo as the "main" repo is in my self-hosted instance. I took your changes and pushed them up to that repo which automagically syncs here. So if you don't mind, I'll close this one even though the changes have been committed. You won't get the points for it but at least the code will be there :)

dig412 commented 5 years ago

Thanks @esell! I've also created a branch that adds Release file generation and signing. If you're interested I'll set up a PR on your self-hosted instance.