Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any rpm equivalent project? #13

Closed
chook opened this issue Jan 12, 2015 · 3 comments
Closed

Any rpm equivalent project? #13

chook opened this issue Jan 12, 2015 · 3 comments

Comments

@chook
Copy link

chook commented Jan 12, 2015

This project is awesome! In order to pack my dropwizard server to the world I want to be able to ship it with both deb and rpm packages.

I wanted to know if there's an RPM maven? (I tried rpm-maven-plugin but it is not as straight forward as this one)

@d-g
Copy link

d-g commented Jan 12, 2015

This project is not ready to use yet.

When used for daemon, it’s just harmful now: it generates start-script in /usr/bin/ that redirects error output of .jar into log, which is not subject to any kind of log-rotation, so it grows until system runs out of space.

Less serious but still not acceptable for proper Debian package issues are:

  • Init-script’s (in /etc/init.d/) stop action (so restart too) sometimes does not work.
  • Configs in /etc/ (if any) are silently rewrited when upgrading.
  • Purging is not fully implemented: it leaves unix user, that was created during installation.
  • That user has home dir in /home/, while according to FHS /var/lib/ should be used.
  • Perhaps, something else.

@chook
Copy link
Author

chook commented Jan 12, 2015

Thanks for the heads up!
I guess the issues you raised should be opened as different issues :)

@reines
Copy link
Owner

reines commented Jan 12, 2015

@d-g if you can open independent issues for these I'll take a look at them, or I'm more than happy to accept pull requests...

@chook thanks :) I'm afraid I've no idea about using RPMs with maven.

@reines reines closed this as completed Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants