jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.15k stars 1.07k forks source link

tar.xz not working? #1990

Open romulasry opened 1 year ago

romulasry commented 1 year ago

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}