Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

19 check-ins using file test/dir-deb-with-prefix.out version e38473aba8

2011-10-11
19:05
Merge pull request #111 from fidothe/spaces-in-filenames md5sum errors when files in the package have spaces in their name check-in: 7809fc7280 user: jls@semicomplete.com tags: trunk
19:04
Merge pull request #110 from fidothe/files-on-stdin Allow taking a list of paths to package from a file or stdin check-in: 742ced3b77 user: jls@semicomplete.com tags: trunk
13:14
Quote path handed to md5sum by Builder so we don't choke on filenames with spaces in check-in: ba779a15c6 user: matt@reprocessed.org tags: trunk
13:01
Accept a list of paths to package in --inputs, or from STDIN by passing - as the only argument check-in: cefcc9720b user: matt@reprocessed.org tags: trunk
09:32
Add .rvmrc to .gitignore check-in: aa071195ce user: matt@reprocessed.org tags: trunk
2011-10-04
20:54
Merge branch 'master' of github.com:jordansissel/fpm check-in: e25cf66fc8 user: jls@semicomplete.com tags: trunk
20:53
- update readme check-in: 07a6aa716a user: jls@semicomplete.com tags: trunk
2011-09-26
17:20
Merge pull request #106 from kgoudeaux/localfixes pass -U to easy_install to always fetch package check-in: 98b200d05f user: jls@semicomplete.com tags: trunk
17:11
pass -U to easy_install to always fetch package 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 check-in: 1fae9d044d user: khalid.goudeaux@imc-chicago.com tags: trunk
2011-09-08
17:37
- version bump + changelist update check-in: 91cab3ea72 user: jls@semicomplete.com tags: trunk
17:29
- don't prefix with './' not needed. Tests verify. check-in: 83553d6bf5 user: jls@semicomplete.com tags: trunk
17:29
- fix test check-in: 2dc553dee0 user: jls@semicomplete.com tags: trunk
17:28
- add more tests check-in: 9a96d3c3c4 user: jls@semicomplete.com tags: trunk
16:38
Merge pull request #102 from chrisa/fix_multiple_paths Restore support for multiple specified paths in the Dir source. check-in: a55bd5618a user: jls@semicomplete.com tags: trunk
10:53
Restore support for multiple specified paths in the Dir source. 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. check-in: 54d1c30b40 user: chris@nodnol.org tags: trunk
2011-09-06
15:10
Edited CHANGELIST via GitHub check-in: 41caadaac5 user: jls@semicomplete.com tags: trunk
05:49
- bump version check-in: 9d2e16e54d user: jls@semicomplete.com tags: trunk, v0.3.8
01:39
- add more tests - better test running check-in: ab369b83eb user: jls@semicomplete.com tags: trunk
01:30
- add tests check-in: 8478fd8cdc user: jls@semicomplete.com tags: trunk