-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hey! Just today I came across your deb packager for exrm. It is about a month ago I wanted to start on this myself but didn't find the time. It's really cool that in the mean time someone else started on this. It looks very promising (!) and I used it just now to see how it comes along.
I ran into an error about a missing description in the deb, should the latest github version work? The hex version had a problem with finding the changelog template, but that's already fixed in master. fixed
I also have some ideas or maybe suggestions and would like to know your thoughts about it:
- configuration of the release in /etc/APP_NAME (together with optional conform file)
- start script in /usr/bin
- everything else in /usr/lib/APP/VERSION/FILES_HERE
This should make it look more like a regular debian package, correct?
I'm also interested in replacing tar with erl_tar or looking at how to implement upgrades. Can I just start working on those topics or is there some way in which you would like contributions? merged