fpm
fpm copied to clipboard
tar.xz not working?
fpm -t rpm -s https://coreboot.org/releases/coreboot-4.19.tar.xz
Invalid input package -s flag) type "https://coreboot.org/releases/coreboot-4.19.tar.xz". Expected one of: apk, cpan, deb, dir, empty, freebsd, gem, npm, osxpkg, p5p, pacman, pear, pkgin, pleaserun, puppet, python, rpm, sh, snap, solaris, tar, virtualenv, zip {:level=>:warn}
No parameters given. You need to pass additional command arguments so that I know what you want to build packages from. For example, for '-s dir' you would pass a list of files and directories. For '-s gem' you would pass a one or more gems to package from. As a full example, this will make an rpm of the 'json' rubygem: fpm -s gem -t rpm json
{:level=>:warn}
Fix the above problems, and you'll be rolling packages in no time! {:level=>:fatal}