esell / deb-simple

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

Add deb-simple-cd-helper notice to README #21

Closed pkramme closed 7 years ago

pkramme commented 7 years ago

This adds a notice to a tool i wrote to make CD with deb-simple possible.

esell commented 7 years ago

Thanks @paulkramme for the PR. There is actually an issue (#17) for another app that potentially adds functionality to deb-simple. What I'm thinking is I'll close this PR and instead add a section to the README that references both apps, that way I can kill two birds with one stone :).

Sound good?

pkramme commented 7 years ago

From what i can get from the Readme, both projects dont do the same. debpkg would build the the deb, dscdhelper would only get the api token without exposing it in the project files or webinterfaces, and would "enter" url, so it would get pushed to deb-simple. So they are working with each other.

I propose that i will add debdpk's notice to the readme, too, so that you can merge this.

pkramme commented 7 years ago

@xor-gate Is this acceptable?

xor-gate commented 7 years ago

Fine for me! Probably xor-gate/debpkg could integrate the API of deb-simple for pushing packages after creation? Probably deb-simple could have a package which implements a simple deb-simple API client.

pkramme commented 7 years ago

That would be really cool!

xor-gate commented 7 years ago

I have proposed something: https://github.com/esell/deb-simple/issues/22

esell commented 7 years ago

@xor-gate, the idea of an API is kind of a cool idea. I'm going to merge this PR and then use #22 to track the API stuff.

xor-gate commented 7 years ago

Great!