Jordan Sissel

Results 458 comments of Jordan Sissel

It’s ok 👍 to include multiple changes in a single PR. My request for keeping this one PR is to update the PR description to refer to the things you...

I tested manually with the example from #1627 (`smartmontools` from OpenSUSE, and I confirmed the error without this patch: ``` Invalid relationship field for debian package: config(smartmontools) = 7.4-2.3 {:level=>:error}...

Hello! Thank you for improving fpm :) I am in favor of adding additional ruby versions to test against. However, I am not in favor of removing older versions of...

I picked Podman to start with because that's what I have right now. Here's converting `rustup`'s `curl|bash` to an rpm. The rustup docs say the following: > Run the following...

sdkman -- ``` % bundle exec bin/fpm --verbose -f -s curlbash -t rpm -n sdkman \ --depends zip --depends unzip \ --curlbash-setup "apt-get update" \ --curlbash-setup "apt-get install -y curl...

Heh, what if we package what sdkman *does* instead? ``` % bundle exec bin/fpm --verbose -f -s curlbash -t rpm -n sdkman-java \ --curlbash-setup "apt-get update" \ --curlbash-setup "apt-get install...

Chef's installer ``` % bundle exec bin/fpm --verbose -f -s curlbash -t rpm -n chef \ --curlbash-container-image fedora:36 \ 'curl -L https://omnitruck.chef.io/install.sh | bash' ``` ``` % podman run -v...

Trying ohmyzsh: ``` % bundle exec bin/fpm --verbose -f -s curlbash -t rpm -n ohmyzsh \ --depends zsh --depends git \ --curlbash-container-image fedora:36 \ --curlbash-setup "dnf install -y zsh git"...

Trying nodesource. This script seems to add a apt repository on Ubuntu then offers `apt-get install nodejs`. Let's capture the result of installing nodejs instead. ``` % bundle exec bin/fpm...

It's not perfect, but it is funny :)