Jordan Sissel

Results 273 comments of Jordan Sissel

Thank you for your contribution :) I wonder - if we built in better git support as a kind of utility library within fpm, then we could allow almost any...

@rjeschmi I think most ruby libraries are ready-from-source. Some of the ones that use the `hoe` library and I think `nokogiri` itself isn't, but the rest probably are. To note,...

This PR fails for me, but I think it's local misconfiguration (I'm missing local/lib.pm?) ``` % fpm --debug -s cpan -t deb https://github.com/plack/Plack.git Running command {:args=>["perl", "-Mlocal::lib=/var/folders/4r/4fpyt_2d1qvfrgb2fnngrqm40000gn/T/package-cpan-build20150507-22740-9wk4iq/cpan", "Makefile.PL", "PREFIX=/usr/local", "INSTALL_BASE="],...

I just did some maintenance on the git history in the fpm repo. In doing so, I messed up this PR. You may have to rebase against master. Let me...

I added a comment preferring positive term (removal of the 'no' word). The benefit is that this should make the flag be negatable with `--no-deb-changelog` instead of having users pass...

@tai I do agree this is a bug. I'll see what I can do to write tests to reproduce it (and verify it stays fixed in the future).

I just did some maintenance on the git history in the fpm repo. In doing so, I messed up this PR. You may have to rebase against master. Let me...

Hello! I was reminded of this issue in #1910 and found a solution. fpm allows you to pass rpm macro definitions to rpmbuild's `--define` flag using fpm's `--rpm-rpmbuild-define ...` flag....

One special note, the feature to set the `_buildhost` macro in rpmbuild seems to have been first added in RPM v4.14 which was made first available in Fedora 27 assuming...

To the best of my knowledge, you can't install rpms from an rpm script because yum/dnf/rpm only allow one application to control the rpm database at one time. Attempting to...