esell / deb-simple

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

Fix path for the package references #10

Closed tystuyfzand closed 8 years ago

tystuyfzand commented 8 years ago

When uploading a package, it always seems to enforce the distro as "stable" due to a missed path. This fixes that, and also adds in a type for the "distro" argument, to keep it uniform with the others.

esell commented 8 years ago

If you can review my single comment I'll go ahead and merge this in. I have a test ready to go that will help catch this in the future :)

Thanks for the PR!

tystuyfzand commented 8 years ago

I'm not sure as to the type declaration in go, but it seems like that was indeed unneeded. Added a commit to remove it, as I'm unable to merge it into one commit at the moment.

esell commented 8 years ago

:+1: thanks again!