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.

240 check-ins using file lib/rpm/tag.rb version 792f769ce8

2012-02-18
17:18
- Updated builder to include license and vendor - Moved vendor data in debian erb check-in: 66ddad80d4 user: pieter.loubser@puppetlabs.com tags: trunk
16:43
- Added license meta data to packages - Added vendor meta data to packages check-in: a6bf905e44 user: pieter.loubser@puppetlabs.com tags: trunk
2012-02-14
19:42
Merge pull request #152 from agaffney/master Add support for PEAR check-in: 7c62316dd2 user: jls@semicomplete.com tags: trunk
2012-02-07
17:55
Merge pull request #154 from dansimau/master Fix #153: Maintainer is not used when building rpm targets check-in: 108b6f28f8 user: jls@semicomplete.com tags: trunk
11:38
Add maintainer value (packager) RPM spec file in RPM target. check-in: e993163f6f user: dan@dans.im tags: trunk
2012-02-03
20:38
Add PEAR support check-in: de11005c30 user: andrew@agaffney.org tags: trunk
2012-02-02
16:08
Merge pull request #146 from zllak/bug/deb Try to make packages built from python sources sanely named. check-in: 238efb084b user: jls@semicomplete.com tags: trunk
16:05
Merge pull request #149 from nareshov/rpmbuild-define forgot to include the defines method for upstream merge check-in: 12cdfc9ac5 user: jls@semicomplete.com tags: trunk
13:45
forgot to include the defines method for upstream merge check-in: 3c56b0310c user: nareshov@gmail.com tags: trunk
2012-01-27
10:24
clarify with a comment the package name sanitization check-in: d1490ef0fa user: zllak@hycik.org tags: trunk
2012-01-26
15:49
avoid removing the "python" in a package name if not followed by a dash Example is "pythonweb", which would have been put as a dependency as "python-web", instead of "python-pythonweb" check-in: 1efe768b12 user: zllak@hycik.org tags: trunk
15:48
sanitize output python package name When building python deb packages from PyPI, some packages starting with python- will end up being named python-python-xxx. So, this commit avoid adding the prefix+suffix before the package name check-in: ac773e0669 user: zllak@hycik.org tags: trunk
2012-01-24
17:46
Merge pull request #145 from zllak/bug/deb Problems with deb python packages - Rename pypi packages literally named 'python-foo' to simply be 'foo' so the resulting debian package is 'python-foo' - Improve dependency version handling for python sources check-in: 797d8f6cc4 user: jls@semicomplete.com tags: trunk
17:30
do not add the prefix "python" if already in the dependency name Packages found on PyPI can be named "python-xx" (like python-dateutil). This was building packages with "python-python-dateutil" as dependency check-in: b19e27b73b user: zllak@hycik.org tags: trunk
17:30
handles correctly dependencies versions from setup.py Something, dependencies can be: python-dateutil>=1.5.0,<2.0.0 This case was not supported, and was building wrong packages. check-in: b03c17e0ca user: zllak@hycik.org tags: trunk
2012-01-02
11:15
Add beginnings of MiniTest::Spec support, and some basic template tests. check-in: 5279f5e5af user: ohookins@gmail.com tags: trunk
2011-12-20
19:23
Merge pull request #137 from rajatvig/master Fixed the issues for Gems when making RPM's check-in: b5610e0be5 user: jls@semicomplete.com tags: trunk
19:22
Merge pull request #136 from nareshov/rpmbuild-define Add new option to pass --define arguments to rpmbuild. check-in: 25fd90db67 user: jls@semicomplete.com tags: trunk
19:18
upped the version check-in: 8b5f68dd62 user: rajat.vig@gmail.com tags: trunk
19:05
fixed the error in the template check-in: c2acc02a59 user: rajat.vig@gmail.com tags: trunk
18:45
fixed the failures on sprockets, faraday, polyglot and sinatra check-in: c9a1d2c15e user: rajat.vig@gmail.com tags: trunk
10:44
Add new option to pass --define arguments to rpmbuild. check-in: 585e493e31 user: nareshov@gmail.com tags: trunk
2011-12-15
00:21
Merge pull request #135 from mblair/master Make a comment just a tad bit more accurate. check-in: d4dcb095f5 user: jls@semicomplete.com tags: trunk
00:17
Make a comment accurate. check-in: e2c3362097 user: me@matthewblair.net tags: trunk
2011-12-11
19:02
Merge pull request #134 from pjjw/osx-fixes add'l osx fixes check-in: 3a766fa0d5 user: jls@semicomplete.com tags: trunk
18:59
Merge pull request #133 from dpeters/basedir_with_prefix enable setting BASEDIR for Solaris packages, via --prefix check-in: 7e45193867 user: jls@semicomplete.com tags: trunk
07:38
pull FPM::Source#tar_cmd into util.rb, use tar_cmd to generate dpkg control file, use numbers for owner/group check-in: fadbe879bb user: peter@shortbus.org tags: trunk
07:33
Merge branch 'master' into osx-fixes check-in: dac5ef5fd0 user: peter@shortbus.org tags: trunk
06:49
fix tests on osx check-in: 3ba8e8a545 user: peter@shortbus.org tags: trunk
06:49
use numerical user/group for functionality on systems that use wheel as group 0 (osx) check-in: bbf287c51d user: peter@shortbus.org tags: trunk
2011-12-09
19:57
enable setting BASEDIR for Solaris packages, via --prefix check-in: 8c04990409 user: devon.peters@gmail.com tags: trunk
2011-12-05
08:51
Merge pull request #130 from ebastien/debian-config Support for debconf control files in Debian target check-in: 84615edd5f user: jls@semicomplete.com tags: trunk
2011-12-04
13:14
Fix wrong arguments split on safesystem call. check-in: f70ca3166c user: os@ebastien.name tags: trunk
12:40
Merge from master; rewriting calls to safesystem(). check-in: 087c7d3b6c user: os@ebastien.name tags: trunk
06:19
Merge pull request #126 from ohookins/config_files Allow RPM generation to specify configuration files. check-in: 8ae39ea59c user: jls@semicomplete.com tags: trunk
06:19
Merge pull request #128 from dpeters/option_parsing Catch basic option parser exceptions check-in: 2bbd778ea6 user: jls@semicomplete.com tags: trunk
06:17
Merge pull request #123 from ohookins/inputs_file Allow --inputs to actually work. check-in: cd8ddf43f0 user: jls@semicomplete.com tags: trunk
06:15
Merge pull request #131 from cwarden/safersystem Pass arguments to system more safely check-in: 6090cc219e user: jls@semicomplete.com tags: trunk
2011-12-02
02:10
Pass arguments to system more safely Pass each argument to (safe)system separately in case paths contain spaces or other characters that might cause the shell to interpret a single argument as multiple arguments. check-in: 3028702185 user: cwarden@xerus.org tags: trunk
2011-11-30
10:28
Add a test for debconf support. check-in: 8c7e8a005b user: os@ebastien.name tags: trunk
08:54
Force the gem installation path to match the one of the expected output. check-in: 01758dfe81 user: os@ebastien.name tags: trunk
08:37
RPM target has default iteration set to 1. check-in: bfe918d0e8 user: os@ebastien.name tags: trunk
2011-11-29
21:39
Catch basic option parser exceptions, and show the usage message instead of a stack trace. check-in: 975fc98511 user: devon.peters@gmail.com tags: trunk
12:59
Add support for debconf. check-in: 5fda5a2ee7 user: os@ebastien.name tags: trunk
2011-11-24
22:44
Pull path mangling logic out of template and correct it. check-in: 1584be01c7 user: ohookins@gmail.com tags: trunk
2011-11-23
23:15
Allow RPM generation to specify configuration files. check-in: 93b43ae7c8 user: ohookins@gmail.com tags: trunk
18:04
Merge pull request #125 from indrat/master prevent rpmbuild from repacking jar files check-in: 0de292dfaa user: jls@semicomplete.com tags: trunk
09:48
prevent rpmbuild from repacking jar files brp-java-repack-jars can have issues repacking jar files when the filenames are too long so stop repacking the jar files. check-in: 8af1f14746 user: indra.talip@gmail.com tags: trunk
2011-11-17
08:06
Allow --inputs to actually work. check-in: 5dc3783a8f user: ohookins@gmail.com tags: trunk
2011-11-16
23:44
Merge pull request #122 from ohookins/program_instancevar This should be an instance variable. check-in: a3ae88fee7 user: jls@semicomplete.com tags: trunk
23:32
This should be an instance variable. check-in: 9ed4a753c5 user: ohookins@gmail.com tags: trunk
2011-11-03
08:39
Merge branch 'master' of github.com:jordansissel/fpm check-in: dd064cb559 user: jls@semicomplete.com tags: trunk, v0.3.11
08:38
- version bump to get, at least, the new rpm template out the door that does the tar unpack in %install instead of %build check-in: 3a644b7387 user: jls@semicomplete.com tags: trunk
2011-10-27
07:26
Merge pull request #112 from pjjw/osx-fixes Fix tar command on OSX, skip .deb md5sums creation check-in: 1313d746dd user: jls@semicomplete.com tags: trunk
2011-10-25
00:34
- style cleanup check-in: f22253b25d user: jls@semicomplete.com tags: trunk
00:33
Merge pull request #113 from ahpook/rpm_iteration - Improve the flag docs for --iteration so RPM folks know what it means - RPM files should include the 'release' (iteration) value in the filename. check-in: 75372a15a4 user: jls@semicomplete.com tags: trunk
2011-10-24
23:46
Add (maybe?) support for --iteration to rpm output. The rpm equivalent of iteration is 'release', and it defaults to 1 unless overriden by the user. check-in: 5f2f443871 user: esorenson@apple.com tags: trunk
2011-10-19
04:40
skip md5sums creation on osx check-in: 842113168b user: peter@shortbus.org tags: trunk
04:30
point to gnutar for the tar binary on osx check-in: e85f5cee19 user: peter@shortbus.org tags: trunk
2011-10-12
06:59
- move build to install for rpm check-in: 2bf44f0da3 user: jls@semicomplete.com tags: trunk
2011-10-11
19:47
- 0.3.10 check-in: f95325b337 user: jls@semicomplete.com tags: trunk, v0.3.10
19:46
- quiet stderr from dpkg --print-architecture check-in: 2cdd50c15c user: jls@semicomplete.com tags: trunk
19:41
- I forgot /bin/sh on ubuntu is a trashpile. check-in: c0e4eb7f53 user: jls@semicomplete.com tags: trunk
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
2011-09-04
19:54
Merge pull request #101 from kwilczynski/custom_v0.3.7 Fix name of the variable. check-in: f00e3e0062 user: jls@semicomplete.com tags: trunk
19:42
Fix name of the variable. Should be "path" not "paths". Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> check-in: cc40608ad8 user: krzysztof.wilczynski@linux.com tags: trunk
2011-09-03
04:46
Merge pull request #100 from kwilczynski/custom_v0.3.7 Lots of fixes from kwilczynski check-in: 8938f53269 user: jls@semicomplete.com tags: trunk
01:29
Consolidate all changes under one commit. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> check-in: 16de2d90a9 user: krzysztof.wilczynski@linux.com tags: trunk
2011-09-02
22:06
Merge pull request #97 from tabletcorry/rpm-target-version Remove dashes from the version in rpm targets check-in: 91c821dfdb user: jls@semicomplete.com tags: trunk
2011-08-23
21:56
Remove dashes from the version in rpm targets RPMs do not allow dashes in the main part of the version string. We need to test @version because some sources (I am looking at you gem) set version to a Fixnum, and others to a String. check-in: be8eccb76b user: tabletcorry@gmail.com tags: trunk
2011-08-20
01:32
- stylefix check-in: 58123881e9 user: jls@semicomplete.com tags: trunk
01:32
Merge branch 'master' of github.com:jordansissel/fpm check-in: 02c2b33cbf user: jls@semicomplete.com tags: trunk
01:31
- Add flag --gem-gem to specify the path to the 'gem' tool Default is 'gem' and uses $PATH https://github.com/jordansissel/fpm/issues/85 check-in: b9ca59c19d user: jls@semicomplete.com tags: trunk
01:19
Merge pull request #81 from bernd/master Add deb Pre-Depends support check-in: aa434794e3 user: jls@semicomplete.com tags: trunk
01:17
- add better condition on gem hacks check-in: b8a25c1fa5 user: jls@semicomplete.com tags: trunk
01:16
- Merge https://github.com/jordansissel/fpm/pull/79 by hand. check-in: 89e61d4c65 user: jls@semicomplete.com tags: trunk
01:14
Merge pull request #88 from tabletcorry/master Adds gem prefix and safesystem check-in: d626bae669 user: jls@semicomplete.com tags: trunk
01:11
Merge pull request #93 from ration/master Use -E in gem install command check-in: 201ad252d9 user: jls@semicomplete.com tags: trunk
01:09
- clean up and catch null case check-in: c63860e945 user: jls@semicomplete.com tags: trunk
01:07
Merge pull request #95 from ddollar/description make sure we have a description check-in: a74b231e14 user: jls@semicomplete.com tags: trunk
01:05
make sure we have a description check-in: 69394d4d19 user: ddollar@gmail.com tags: trunk
2011-08-19
08:25
add use shebang option check-in: b153f7a936 user: ext-tatu.lahtela@nokia.com tags: trunk
2011-08-18
02:17
Add --python-package-prefix option Allows the prefix of packages to change to a user specified value. Useful if you do not want to conflict with other python packages, or want to install to a special ruby instance check-in: 063ec0e05a user: tabletcorry@gmail.com tags: trunk
2011-08-14
04:07
Merge branch 'master' of github.com:jordansissel/fpm check-in: 2ac65af3ab user: jls@semicomplete.com tags: trunk
00:19
- remove 'replaces not supported' warning (issues/91) check-in: bce62acc2a user: jls@semicomplete.com tags: trunk
2011-08-07
23:36
- add bugfix for issues/87 - this is mostly a temporary hack until some major refactoring gets into fpm. check-in: b1155a7d16 user: jls@semicomplete.com tags: trunk
2011-08-02
03:35
Add "safesystem" function Basically, its a replacement for system. If the command fails, then it raises an exception and prints out the entire command that was attempted. This will prevent issues where fpm finished (with return code 0) and produces an artifact with real size (>0 bytes) but the artifact is worthless as it contains nothing. Fixes #86 check-in: 3e59e52c89 user: tabletcorry@gmail.com tags: trunk
2011-07-28
17:56
Add --gem-package-prefix option Allows the prefix of packages to change to a user specified value. Useful if you do not want to conflict with other rubygem packages, or want to install to a special ruby instance Fixes #84 check-in: 7c46384d51 user: tabletcorry@gmail.com tags: trunk
2011-07-27
22:51
ignore downloaded gems check-in: 0bdacbf207 user: jjmadkisson@gmail.com tags: trunk
22:50
annotate the .gitignore check-in: 43a6646e6e user: jjmadkisson@gmail.com tags: trunk
22:49
Merge branch 'issue_82' check-in: 795033f18d user: jjmadkisson@gmail.com tags: trunk
22:21
proposed fix for issue #82 check-in: af8209913e user: jjmadkisson@gmail.com tags: trunk
2011-07-26
17:18
Add support for deb Pre-Depends. check-in: 490cc7cb25 user: bernd@tuneafish.de tags: trunk
16:11
Merge pull request #80 from pcarrier/master Commit titles say it all :) check-in: 2ac7e307ec user: jls@semicomplete.com tags: trunk
2011-07-25
22:27
pyfpm: compatible with Python 2.5 + Lenny's python-json check-in: fc6d47cbc6 user: pierre@gcarrier.fr tags: trunk
22:27
builder.rb: handle standard files as sources check-in: 50897916cc user: pierre@gcarrier.fr tags: trunk
22:27
debian control.tar.gz contents use ./ prefix check-in: 86c36f6ef2 user: pierre@gcarrier.fr tags: trunk
2011-07-16
07:35
Merge pull request #77 from tmm1/debian-control-format debian control.tar.gz contents use ./ prefix check-in: 507b452a65 user: jls@semicomplete.com tags: trunk
06:47
debian control.tar.gz contents use ./ prefix check-in: 714b5d37f3 user: aman@tmm1.net tags: trunk
2011-07-12
19:48
Merge pull request #75 from sciurus/master Add support for tarballs compressed by XZ check-in: 1804a4c9c6 user: jls@semicomplete.com tags: trunk
18:15
Add support for tarballs compressed by XZ check-in: f7f4f9068f user: brian@polibyte.com tags: trunk
01:18
- version bump check-in: 431541a794 user: jls@semicomplete.com tags: trunk, v0.3.7
01:17
Merge pull request #71 from rcrowley/deb-md5sums Return complete list of MD5 sums from checksum check-in: 2f01b529a3 user: jls@semicomplete.com tags: trunk
00:27
Merge pull request #72 from pcarrier/master fpm fails weirdly if python-setuptools isn't installed under Debian check-in: e08f047f2f user: jls@semicomplete.com tags: trunk
2011-07-08
22:48
- simplify check-in: ee0365fa7f user: jls@semicomplete.com tags: trunk
17:20
python.rb: better error if easy_install isn't installed check-in: 02bf053ce2 user: pierre@gcarrier.fr tags: trunk
14:11
Return complete list of MD5 sums from checksum. Before this patch, the method almost correctly computed the list of MD5 sums but returned the result of calling paths.each, not the md5sums list. Now paths.collect.flatten is the return value. The find(1) call was changed slightly to use the %P formatter so the output lines look like this: 0123456789abcdef0123456789abcdef path/to/file Instead of this: 0123456789abcdef0123456789abcdef ./path/to/file The difference is cosmetic but looks like everyone else's packages. check-in: 10633cd523 user: r@rcrowley.org tags: trunk
07:57
version bump check-in: 6706612d6c user: jls@semicomplete.com tags: trunk, v0.3.6
07:48
Merge branch 'bugs/deb-description-fix' check-in: c8339088b1 user: jls@semicomplete.com tags: trunk
07:43
- cleaner - fix typo check-in: cbd6bc030c user: jls@semicomplete.com tags: trunk
07:41
Merge pull request #68 from tmm1/brew2deb-backports Random features and bugfixes from my brew2deb fork check-in: 319640d851 user: jls@semicomplete.com tags: trunk
07:39
- fix deb descriptions for good? check-in: 4d176cb6e1 user: jls@semicomplete.com tags: trunk
07:36
Merge remote-tracking branch 'origin/master' into brew2deb-backports Conflicts: lib/fpm/target/deb.rb check-in: f1bb9312cf user: aman@tmm1.net tags: trunk
07:34
fix missing newline in Provides check-in: 9b12ea9216 user: aman@tmm1.net tags: trunk
07:14
- lots of small fixes and cleanup by tmm1, version bump it. check-in: 059075a03f user: jls@semicomplete.com tags: trunk
07:14
Merge branch 'master' of github.com:jordansissel/fpm check-in: 1151192533 user: jls@semicomplete.com tags: trunk
07:13
- deb packages let you specify 'or' in deps (pipe, '|'). Let it work. check-in: 79cfa3398b user: jls@semicomplete.com tags: trunk
06:57
Merge remote-tracking branch 'origin/master' into brew2deb-backports Conflicts: lib/fpm/target/deb.rb check-in: 61e1020b72 user: aman@tmm1.net tags: trunk
06:37
Handle complex deb dependencies (fixes #70) check-in: 9d72ea3c42 user: aman@tmm1.net tags: trunk
06:33
Rename to --config-files and add some help check-in: 1b74c3a007 user: aman@tmm1.net tags: trunk
06:28
Make bin/fpm executable check-in: 9bd5afcc07 user: aman@tmm1.net tags: trunk
06:17
Fix erb line endings check-in: 0b7f4c33b6 user: aman@tmm1.net tags: trunk
06:08
do not include epoch version in generate .deb filenames check-in: 3b7900dc58 user: aman@tmm1.net tags: trunk
05:55
Merge pull request #69 from tmm1/whitespace Removed a bunch of trailing whitespace check-in: 2c687d20de user: jls@semicomplete.com tags: trunk
05:52
removed all trailing whitespace: for i in $(git ls-files); do sed -i tmp -e "s/ *$//" $i; done check-in: a2cf257809 user: aman@tmm1.net tags: trunk
05:47
convert tabs and remove trailing whitespace check-in: b5ceaf5176 user: aman@tmm1.net tags: trunk
05:37
add support for specifying configuration files in debian packages check-in: c0025352e9 user: aman@tmm1.net tags: trunk
05:32
Pass through --category to set debian Section check-in: cfa55f9e7c user: aman@tmm1.net tags: trunk
05:29
Add support for debian conflicts check-in: 28cba3e26e user: aman@tmm1.net tags: trunk
05:29
remove extra whitespace after Section name check-in: 68a53078e3 user: aman@tmm1.net tags: trunk
04:22
- a version goes bump in the night. check-in: 78af27527d user: jls@semicomplete.com tags: trunk
03:55
- replace underscores with dashes in dependencies This should fix: https://github.com/jordansissel/fpm/issues/65 check-in: eb35a2ccf6 user: jls@semicomplete.com tags: trunk
03:47
- If install_requires is just a string, make it an array. Fixes: https://github.com/jordansissel/fpm/issues/66 check-in: f3228ee4e8 user: jls@semicomplete.com tags: trunk
03:34
Merge pull request #67 from anthezium/master goo for Package-specific flags and one such flag check-in: 63f829a6f8 user: jls@semicomplete.com tags: trunk
2011-07-07
18:35
missing parens check-in: 26da33190e user: anthezium@gmail.com tags: trunk
18:03
* added command-line option to make generated debs' dependencies ignore iterations * in order to accomplish this, added framework similar to that in FPM::Source to FPM::Package to support plugin-specific command-line options and pass corresponding params to FPM::Package constructor to be made available as an instance variable * also fixed bug (probably due to recent refactoring) that broke help * also fixed spelling error check-in: ac5dd39df5 user: ted@munkustrap.org tags: trunk
2011-06-28
01:48
- patch from alcy for https://github.com/jordansissel/fpm/issues/61 check-in: 68bb8a724b user: jls@semicomplete.com tags: trunk
01:47
Merge branch 'master' of github.com:jordansissel/fpm check-in: 0554b8b35a user: jls@semicomplete.com tags: trunk
01:45
Merge pull request #63 from ajc/ajc-effing-whitespace whitespace/LF fix for debian template check-in: 5418c822e4 user: jls@semicomplete.com tags: trunk
01:12
remove bogus whitespace from debian template - it'll break a debian Packages file if it ends up in there check-in: 7cc198abb5 user: Andrew.Cosgriff@medibankhealth.com.au tags: trunk
2011-06-25
00:14
- version bump check-in: d920358a56 user: jls@semicomplete.com tags: trunk, v0.3.3
00:11
Merge pull request #58 from bulletproofnetworks/master Fix inconsistent RubyGems behaviour when using --binpath option check-in: 2e8c9f9657 user: jls@semicomplete.com tags: trunk
2011-06-24
17:13
- make it work in ruby 1.8.6 check-in: 311720e939 user: jls@semicomplete.com tags: trunk
16:30
Merge pull request #60 from BrunoGrasselli/master Changing from ftools to fileutils check-in: 86f8507e6d user: jls@semicomplete.com tags: trunk
15:58
Porting fpm to ruby 1.9 check-in: b6d42f68c8 user: bruno.grasselli@gmail.com tags: trunk
02:05
Explicitly mkdir -p the temporary bin path. Fixes #27. - It's a guess, but I think that various releases of RubyGems don't create the path specified by --bindir. - This patch covers the inconsistent behaviour in RubyGems. check-in: f1d5dce1c9 user: lindsay@holmwood.id.au tags: trunk
02:04
Removed trailing whitespace check-in: 22df3335b3 user: lindsay@holmwood.id.au tags: trunk
2011-06-21
06:38
- Fix spurious 'find' warning message https://github.com/jordansissel/fpm/issues/50 check-in: 0b16b36d8a user: jls@semicomplete.com tags: trunk, v0.3.2
06:27
- improve the error message when you give an invalid target or source - clenaed up unused code in target/puppet check-in: 1e3684efde user: jls@semicomplete.com tags: trunk, v0.3.1
06:04
- version bump; some serious internal shuffling happened to make puppet module generation a possibility. To that end, I bumped from 0.2.x to 0.3.x check-in: ef4e7851b2 user: jls@semicomplete.com tags: trunk
06:00
- some code cleanup - source rpm => target puppet works now check-in: 1f0b1d1b50 user: jls@semicomplete.com tags: trunk
02:33
- previous commit missed some files; adding features to allow generating multiple files from 'specfile' phase. check-in: d3f725a8ea user: jls@semicomplete.com tags: trunk
02:26
- refactor to allow package targets to override generate_specfile so puppet target can write multiple files (::package class and anticlass). check-in: 31f554b9ca user: jls@semicomplete.com tags: trunk
2011-06-20
23:58
- Patch from jpluscplusm to work around misfeatures in debian's control file regarding multiline descriptions. check-in: 7ac93d172f user: jls@semicomplete.com tags: trunk
05:18
Merge branch 'feature/puppet' check-in: 3a51bdc6ce user: jls@semicomplete.com tags: trunk
05:17
- downcase dependency names, too check-in: 174553588f user: jls@semicomplete.com tags: trunk
05:17
Merge branch 'feature/puppet' of github.com:jordansissel/fpm into feature/puppet check-in: 4292cd85b6 user: jls@semicomplete.com tags: trunk
05:13
- downcase dependency names, too check-in: db1f2bb15c user: jls@semicomplete.com tags: trunk
2011-06-19
08:15
- work-in-progress making it so you can conver rpms to puppet modules. check-in: 3f92e4ba03 user: jls@semicomplete.com tags: trunk
07:17
- seems to work. Missing a few features, but it works :) check-in: 76c074cf6e user: jls@semicomplete.com tags: trunk
06:22
- convert to using the (still undocumented) ERB "explicit line ending" mode '-' so we can use '-%>' to say no newline. check-in: 4a8cefb324 user: jls@semicomplete.com tags: trunk
05:57
- add stubs check-in: e775b6ee55 user: jls@semicomplete.com tags: trunk
05:11
- start working on https://github.com/jordansissel/fpm/issues/51 check-in: 689216f8fb user: jls@semicomplete.com tags: trunk
2011-06-15
21:08
Merge branch 'master' of github.com:jordansissel/fpm check-in: 58b1ecb01f user: jls@semicomplete.com tags: trunk
21:03
- version bump check-in: 18cf7e673e user: jls@semicomplete.com tags: trunk
17:31
Edited README.md via GitHub check-in: 07b520e1a3 user: jls@semicomplete.com tags: trunk
16:20
- deb: downcase the package name if it's uppercase, but still warn about it. - deb: Replace underscores '_' with dashes '-' https://github.com/jordansissel/fpm/issues/48 check-in: ef30669435 user: jls@semicomplete.com tags: trunk
07:41
- verison bump for solaris {pre,post}install support check-in: c1758d8ae8 user: jls@semicomplete.com tags: trunk
07:41
Merge remote branch 'origin/feature/solaris' check-in: 5a0f275ce5 user: jls@semicomplete.com tags: trunk
07:40
- add {pre,post}install support check-in: bfaa984a16 user: jls@semicomplete.com tags: trunk
07:33
- version bump again, forgot I already released 0.2.32 check-in: a51fc4b504 user: jls@semicomplete.com tags: trunk
07:29
Merge branch 'feature/solaris' check-in: 6047b38815 user: jls@semicomplete.com tags: trunk
07:26
- Version bump. - This version adds solaris package support. Thanks to Ben Rockwood for donating a Joyent Solaris instance so I could work on this. check-in: f71b1150b7 user: jls@semicomplete.com tags: trunk
07:20
- only wrap system() if we're in debug mode - fix a bug in dir target regarding handling "." and "./" - clean up some verbosity - solaris: parse pkgproto output ourselves check-in: bdbe0c598b user: jls@semicomplete.com tags: trunk
07:05
- solaris package building works. Big thanks to Ben Rockwood for giving me access to a Joyent Solaris system so I could make this happen. check-in: b94bab615e user: jls@semicomplete.com tags: trunk
06:20
- Start working on a solaris package type. - md5sums aren't needed by most packages, disable it by default. In the future, should move the md5sums generator to the .deb package target and keep it away from other stuff. check-in: a0fa7fcf65 user: jls@semicomplete.com tags: trunk
2011-06-09
16:51
- version bump for https://github.com/jordansissel/fpm/issues/44 check-in: 08ad303f9a user: jls@semicomplete.com tags: trunk
16:50
Merge branch 'master' of github.com:jordansissel/fpm check-in: 11939b22a0 user: jls@semicomplete.com tags: trunk
16:48
- Some rpm implementations blow away %{buildroot} at the start of every %build section. That sucks and is a bug/misfeature. Work around it by unpacking the tarball in %build instead of %prep. This should fix rpm building on SLES (https://github.com/jordansissel/fpm/issues/44) Patch-like thing originally by meineerde. Tested on ubuntu it still builds rpms just fine (no behavior change, good). Hopefully works on SLES now :) check-in: a1b1c44c1b user: jls@semicomplete.com tags: trunk
01:54
- version bump check-in: 4c3e228550 user: jls@semicomplete.com tags: trunk
01:52
- abort if someone tries to build a .deb package with a capital letter in the name. Fixes: https://github.com/jordansissel/fpm/issues/43 check-in: 9ed641685b user: jls@semicomplete.com tags: trunk
2011-06-08
07:43
Merge branch 'master' of github.com:jordansissel/fpm check-in: 17fdbf1d4a user: jls@semicomplete.com tags: trunk
07:42
- add work-in-progress to build packages with pkgsrc check-in: 98c478918a user: jls@semicomplete.com tags: trunk
2011-06-07
19:45
Merge pull request #42 from fnmunhoz/master Added sample to create a standalone fpm package using ruby 1.9.2 check-in: dfdfaeb631 user: jls@semicomplete.com tags: trunk
19:33
Added sample to create a standalone fpm package using ruby 1.9.2. check-in: 25cc3f34cf user: felipe.munhoz@oncast.com.br tags: trunk
2011-05-30
19:03
- version bump for --iteration support check-in: 815d7fcb46 user: jls@semicomplete.com tags: trunk
18:50
Merge pull request #41 from adamhjk/ITERATION Adding iteration as a settable field check-in: d5bc442367 user: jls@semicomplete.com tags: trunk
17:39
Adding iteration as a settable field check-in: 0b1e588167 user: adam@opscode.com tags: trunk
2011-05-20
19:40
- version bump check-in: 7c2c71b78f user: jls@semicomplete.com tags: trunk
03:45
fizzlesticks check-in: 0dd5133462 user: jls@semicomplete.com tags: trunk
03:23
- add 'tar' source support. check-in: dbfb16c135 user: jls@semicomplete.com tags: trunk
2011-05-18
19:07
version bump check-in: 13c250f081 user: jls@semicomplete.com tags: trunk
19:06
- use "Obsoletes" in rpm when --replaces is given. check-in: c91c86ff8a user: jls@semicomplete.com tags: trunk
08:24
- oops. check-in: 8df88c756f user: jls@semicomplete.com tags: trunk
08:23
- version bump and add changelist check-in: 8028833faf user: jls@semicomplete.com tags: trunk
08:22
- add changelist! check-in: 8c3d537d3e user: jls@semicomplete.com tags: trunk
08:17
- use DEBEMAIL and DEBFULLNAME from environment as the default maintainer. https://github.com/jordansissel/fpm/issues/37 - remove some print statements that we don't need check-in: d8dda5bcd9 user: jls@semicomplete.com tags: trunk
08:08
- Add new flags for the python source: --python-bin - path to the python binary you want to run --python-easyinstall - path to the easy_install script you want to use https://github.com/jordansissel/fpm/issues/38 check-in: b2b2725812 user: jls@semicomplete.com tags: trunk
07:49
- forgot to commit this. check-in: 54bd202f98 user: jls@semicomplete.com tags: trunk
07:38
- move main program to FPM::Program - support an ~/.fpmrc - the syntax of this file is one flag per line. This file is optional. https://github.com/jordansissel/fpm/issues/39 - Support --replaces (only .deb supports this right now, rpm seems to not). check-in: 05f4dfbdae user: jls@semicomplete.com tags: trunk
2011-05-17
07:37
Merge branch 'master' of github.com:jordansissel/fpm check-in: 066b13e0dc user: jls@semicomplete.com tags: trunk
07:30
- add contributors and license file (License is MIT) check-in: 9130266855 user: jls@semicomplete.com tags: trunk
07:29
Merge pull request #34 from ahpook/jruby_rpm Added functionality to build RPMS of jruby check-in: 809aeb1174 user: jls@semicomplete.com tags: trunk
07:20
version bump check-in: bc37cb148d user: jls@semicomplete.com tags: trunk
07:17
- Add general way for source plugins to add flags specific to that plugin. For now, only 'gem' uses this. - Add flag --gem-bin-path to install a gem's executables to a specific place. Some folks like /usr/bin, so, package puppet with bins there: * fpm -s gem -t deb --gem-bin-path /usr/bin puppet The original implementation for this bin-path flag was by lassizci. https://github.com/jordansissel/fpm/pull/27 check-in: bbaf8bab13 user: jls@semicomplete.com tags: trunk
02:49
version bump check-in: 68ecea9d2b user: jls@semicomplete.com tags: trunk
02:49
- sometimes 'install_requirements' can be None. check-in: 0cd971786b user: jls@semicomplete.com tags: trunk
02:03
- note python support check-in: 6b3eaecfc7 user: jls@semicomplete.com tags: trunk
01:55
- fix path if relative check-in: e12e47d4bc user: jls@semicomplete.com tags: trunk
01:52
- support version-specific downloads for python check-in: ab3fed0064 user: jls@semicomplete.com tags: trunk
01:34
- version bump for new python support check-in: e89406d39c user: jls@semicomplete.com tags: trunk
01:33
- fix dep regexp to permit package names without version conditions check-in: 883a9e5fa3 user: jls@semicomplete.com tags: trunk
01:20
Merge branch 'master' of github.com:jordansissel/fpm check-in: 0488918f3c user: jls@semicomplete.com tags: trunk
01:18
- Add python packaging support. * Uses 'easy_install' to download packages from pypi. * You can also give the path to a setup.py to use if you already have the project locally. * Automatically chooses 'native' or 'all' arch depending on whether the python project has C extensions check-in: aeb6d189f6 user: jls@semicomplete.com tags: trunk
01:15
- ignore pyc check-in: e046e6d55c user: jls@semicomplete.com tags: trunk
2011-05-16
21:53
Merge pull request #35 from MichaelBlume/patch-1 fix typo in options output check-in: 399e343650 user: jls@semicomplete.com tags: trunk
20:59
fix typo in options output check-in: a39fda9905 user: blume.mike@gmail.com tags: trunk
20:05
Added functionality to build RPMS of jruby Left deb as default but now you can 'make rpm' if that's your kink. Wurks gud, (though your jdk dependency may vary): [eric@leterel ~/fpm/jruby]$ rpm -q --requires -p jruby-1.6.1.noarch.rpm jdk >= 1.6.0 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 [eric@leterel ~/fpm/jruby]$ sudo rpm -Uvh ./jruby-1.6.1.noarch.rpm Preparing... ########################################### [100%] 1:jruby ########################################### [100%] [eric@leterel ~/fpm/jruby]$ /opt/jruby/bin/jruby -e 'puts "hello world"' hello world check-in: 37b4884e59 user: ahpook@gmail.com tags: trunk
07:19
- version bump (issue/33) check-in: f98993219d user: jls@semicomplete.com tags: trunk
07:18
- default version comparison should be >=0, as '>0' is deprecated. https://github.com/jordansissel/fpm/issues/33 check-in: 4466f209ec user: jls@semicomplete.com tags: trunk
2011-05-14
07:50
- moved to lib/rpm/... check-in: 9d18c8d302 user: jls@semicomplete.com tags: trunk
07:49
- factor out the rpm bits into separate class files - include all known rpm 'tag' types check-in: 35f668b84f user: jls@semicomplete.com tags: trunk