epm
epm copied to clipboard
Erlang package maker
When I install rpm's I'm in the habit of using 'rpm -ivh file.rpm' but noticed that with rpms created with this tool, I got unexpected output. Here's an example ```...
This fixes the way dependencies are set in RPMs. It seems like the previous changes actually broke something and left 2 places where dependencies were dealt with and that lead...
Simple change should be pretty self explanatory.
Sometimes in RPM's you need to exclude directories from the file lists. Before it was a hardcoded list of 3 directories. This allows you to specify directories via a new...
if I specify a file (not a directory) as an argument to the script, it does not appear in resulting package ../epm.erl -t deb -d riak ... opt/riak-mr/analytic.beam dpkg -c...
Sharing init.d scripts would be amazing.