Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Build RPM/DEB/Arch Packages #25

Closed
dhollinger opened this issue Nov 17, 2017 · 8 comments
Closed

Build RPM/DEB/Arch Packages #25

dhollinger opened this issue Nov 17, 2017 · 8 comments
Milestone

Comments

@dhollinger
Copy link
Member

No description provided.

@dhollinger dhollinger added this to the 1.0.0 milestone Nov 17, 2017
@rnelson0
Copy link
Member

It’s pretty ugly, but I use this to build some RPMs for other projects. Adding other output formats is easy, just need to know how to generate the not-yet-a-package in a temporary directory. https://github.com/rnelson0/build_reference

@ekohl
Copy link
Member

ekohl commented Nov 19, 2017

https://github.com/fedora-ruby/gem2rpm is probably the easiest way to build RPMs.

@mterzo
Copy link

mterzo commented Nov 20, 2017

@bastelfreak
Copy link
Member

For Archlinux I would use https://github.com/anatol/gem2arch

@rnelson0
Copy link
Member

rnelson0 commented Nov 22, 2017 via email

@bastelfreak
Copy link
Member

gem2arch is a more common approach to create archlinux packages, fpm isn't. So I would use gem2arch to do it.

@ekohl
Copy link
Member

ekohl commented Nov 22, 2017

fpm create very ugly packages that technically work, but that's it. They're far from native packages where the gem2* packages create packages that could actually pass a review from other packagers.

@alexjfisher
Copy link
Member

I've used fpm too. Great for in-house packages. Not so good for packages we want to distribute.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants