YunoHost / issues

General issue tracker for the YunoHost project
72 stars 8 forks source link

Use acme-tiny debian package instead of dependency in the code #1090

Closed yunohost-bot closed 1 year ago

yunohost-bot commented 6 years ago
Original Redmine Issue: 1091

Author Name: alexAubin


Right now, we have acme-tiny included directly in our repo : https://github.com/YunoHost/yunohost/tree/unstable/src/yunohost/vendor/acme_tiny

But starting from Stretch, acme-tiny is an available debian package : https://packages.debian.org/search?searchon=sourcenames&keywords=acme-tiny

It would be nice to have it as a debian package dependency and remove the vendor/acme_tiny folder

alexAubin commented 6 years ago

In fact I don't know how relevant this is : acme-tiny's code might evolve quickly (it evolved recently to support ACME v2 protocol afaik) so that doesn't seem like a good idea to include it from debian's repo. Other option would be to build it ourselves.

alexAubin commented 5 years ago

Thinking again about this : it shouldn't be much a hassle to compile and maintain the build on our side just like we do for metronome (this is a small package so)

Psycojoker commented 5 years ago

That would be better since we've (I) started modyfying it a bit.

Also if it's easy to add another debian python package I'm interested for this idea of yunolib.

alexAubin commented 1 year ago

Closing because meh, the current situation is good enough