-
Merge branch 'master' of github.com:jordansissel/fpm
jordansissel committedNov 3, 2011 -
- version bump to get, at least, the new rpm template out the door that
jordansissel committedNov 3, 2011 does the tar unpack in %install instead of %build
-
Merge pull request #112 from pjjw/osx-fixes
jordansissel committedOct 27, 2011 Fix tar command on OSX, skip .deb md5sums creation
-
jordansissel committed
Oct 25, 2011 -
Merge pull request #113 from ahpook/rpm_iteration
jordansissel committedOct 25, 2011 - Improve the flag docs for --iteration so RPM folks know what it means - RPM files should include the 'release' (iteration) value in the filename.
-
Add (maybe?) support for --iteration to rpm output.
Eric Sorenson committedOct 24, 2011 The rpm equivalent of iteration is 'release', and it defaults to 1 unless overriden by the user.
-
pjjw committed
Oct 19, 2011 -
point to gnutar for the tar binary on osx
pjjw committedOct 19, 2011
-
- move build to install for rpm
jordansissel committedOct 12, 2011
-
jordansissel committed
Oct 11, 2011 -
- quiet stderr from dpkg --print-architecture
jordansissel committedOct 11, 2011 -
- I forgot /bin/sh on ubuntu is a trashpile.
jordansissel committedOct 11, 2011 -
Merge pull request #111 from fidothe/spaces-in-filenames
jordansissel committedOct 11, 2011 md5sum errors when files in the package have spaces in their name
-
Merge pull request #110 from fidothe/files-on-stdin
jordansissel committedOct 11, 2011 Allow taking a list of paths to package from a file or stdin
-
Quote path handed to md5sum by Builder so we don't choke on filenames…
fidothe committedOct 11, 2011 … with spaces in
-
Accept a list of paths to package in --inputs, or from STDIN by passi…
fidothe committedOct 11, 2011 …ng - as the only argument
-
fidothe committed
Oct 11, 2011
-
Merge branch 'master' of github.com:jordansissel/fpm
jordansissel committedOct 4, 2011 -
jordansissel committed
Oct 4, 2011
-
Merge pull request #106 from kgoudeaux/localfixes
jordansissel committedSep 26, 2011 pass -U to easy_install to always fetch package
-
pass -U to easy_install to always fetch package
Khalid Goudeaux committedSep 26, 2011 When calling easy_install with a build directory on a machine/environment where the target package is already available, include -U to force the package to be redownloaded. Otherwise, easy_install does nothing and fpm errors out with: Unexpected directory layout after easy_install
-
- version bump + changelist update
jordansissel committedSep 8, 2011 -
- don't prefix with './' not needed. Tests verify.
jordansissel committedSep 8, 2011 -
jordansissel committed
Sep 8, 2011 -
jordansissel committed
Sep 8, 2011 -
Merge pull request #102 from chrisa/fix_multiple_paths
jordansissel committedSep 8, 2011 Restore support for multiple specified paths in the Dir source.
-
Restore support for multiple specified paths in the Dir source.
chrisa committedSep 8, 2011 Only the first specified path was being used once prefixed with ./ where all should have been used. This broke an invocation of the form: fpm -s dir \ -t rpm \ -n mypkg \ -v 1.0 \ -C pkg \ dir1 dir2 dir3 where only pkg/dir1 would be tarred up, leading to complaints from rpm.
-
jordansissel committed
Sep 6, 2011 -
jordansissel committed
Sep 6, 2011 -
jordansissel committed
Sep 6, 2011
-
Merge pull request #101 from kwilczynski/custom_v0.3.7
jordansissel committedSep 4, 2011 Fix name of the variable.
-
kwilczynski committed
Sep 4, 2011 Should be "path" not "paths". Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
-
Merge pull request #100 from kwilczynski/custom_v0.3.7
jordansissel committedSep 3, 2011 Lots of fixes from kwilczynski
-
Consolidate all changes under one commit.
kwilczynski committedSep 3, 2011 Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>