1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00

Commit Graph

  • 90b065958c - Make file exclusion work again. Fixes #185 This improves on the patch in #186. - Add tests to make sure exclude stays working :) Jordan Sissel 2012-03-30 15:24:04 -0700
  • 25cc3b16a1 - Make file exclusion work again. Fixes #185 This improves on the patch in #186. - Add tests to make sure exclude stays working :) Jordan Sissel 2012-03-30 15:24:04 -0700
  • e2d3c3835a - fix the --exclude flag to add to an array as ivar @excludes Jordan Sissel 2012-03-30 15:20:30 -0700
  • 2bbd1d8f1b - fix the --exclude flag to add to an array as ivar @excludes Jordan Sissel 2012-03-30 15:20:30 -0700
  • a6eddeeccd - If no args are given, assume '.' was intended if the source is 'dir' and chdir (-C) is set. Fixes issue #187 - Abort if there's no package name known. Jordan Sissel 2012-03-30 15:06:54 -0700
  • c8e2657d3f - If no args are given, assume '.' was intended if the source is 'dir' and chdir (-C) is set. Fixes issue #187 - Abort if there's no package name known. Jordan Sissel 2012-03-30 15:06:54 -0700
  • d5883006f2 - Specify BuildRoot in the rpm spec to work around some kind of bug/problem causing rpmbuild to use "/" as the BuildRoot on CentOS 5. Fixes #191. Confirmed working on CentOS 5.7 in a vm. Jordan Sissel 2012-03-30 10:38:26 -0700
  • 77fc4a9bd6 - Specify BuildRoot in the rpm spec to work around some kind of bug/problem causing rpmbuild to use "/" as the BuildRoot on CentOS 5. Fixes #191. Confirmed working on CentOS 5.7 in a vm. Jordan Sissel 2012-03-30 10:38:26 -0700
  • 6ced55e58d some style cleanup Jordan Sissel 2012-03-30 09:47:10 -0700
  • 03a49da603 some style cleanup Jordan Sissel 2012-03-30 09:47:10 -0700
  • 64daffcbe3 Merge branch 'master' of https://github.com/MITx/fpm into MITx-master Jordan Sissel 2012-03-30 09:42:39 -0700
  • 9a7eb4759b Merge branch 'master' of https://github.com/MITx/fpm into MITx-master Jordan Sissel 2012-03-30 09:42:39 -0700
  • 3123bd879d Improve default values for epoch and iteration on deb/rpm packages (Should fix #190) Jordan Sissel 2012-03-30 09:34:15 -0700
  • 831b585f77 Improve default values for epoch and iteration on deb/rpm packages (Should fix #190) Jordan Sissel 2012-03-30 09:34:15 -0700
  • a672598b0a Merge 3b5853ef9282c66da99071a70b63272f997a4cff into ab44e6fd62d6d20578bbddf3123174800505986a GitHub Merge Button 2012-03-30 09:06:48 -0700
  • 93f3879175 - Fix broken dpkg architecture test on i686 kernels (discovered by failing tests run on travis-ci.org) Jordan Sissel 2012-03-30 09:06:10 -0700
  • ab44e6fd62 - Fix broken dpkg architecture test on i686 kernels (discovered by failing tests run on travis-ci.org) Jordan Sissel 2012-03-30 09:06:10 -0700
  • ee8967b06d - Add spec tests for compression and digest settings. (for #192) Jordan Sissel 2012-03-29 19:33:19 -0700
  • 1d14d448f1 - Add spec tests for compression and digest settings. (for #192) Jordan Sissel 2012-03-29 19:33:19 -0700
  • 370d82779b - Add --rpm-digest and --rpm-compression flags to allow selectable digest/compress algorithms during package building. Defaults to the settings that are most likely to work on the widest range of rpm consumers (md5 + gzip) Jordan Sissel 2012-03-29 19:23:25 -0700
  • 2f69afb573 - Add --rpm-digest and --rpm-compression flags to allow selectable digest/compress algorithms during package building. Defaults to the settings that are most likely to work on the widest range of rpm consumers (md5 + gzip) Jordan Sissel 2012-03-29 19:23:25 -0700
  • 620e5317cd - Tell rpm to use gzip for compression and md5 for checksums This should fix #192 and allow rpms to be built on newer redhat distributions that function on older ones. Jordan Sissel 2012-03-29 18:55:27 -0700
  • 7915b1db4a - Tell rpm to use gzip for compression and md5 for checksums This should fix #192 and allow rpms to be built on newer redhat distributions that function on older ones. Jordan Sissel 2012-03-29 18:55:27 -0700
  • ce40c20698 Merge pull request #189 from torarnv/fix-custom-control Jordan Sissel 2012-03-27 19:05:19 -0700
  • 72b18c69e8 Merge pull request #189 from torarnv/fix-custom-control Jordan Sissel 2012-03-27 19:05:19 -0700
  • 3b5853ef92 Allow unsetting epoch and iteration by passing empty strings Tor Arne Vestbø 2012-03-27 16:37:06 +0200
  • caf636f377 Move exclude functionality into the convert process, and make give it a sensible default of excluding nothing Calen Pennington 2012-03-27 10:00:57 -0400
  • 0f2da1612a Move exclude functionality into the convert process, and make give it a sensible default of excluding nothing Calen Pennington 2012-03-27 10:00:57 -0400
  • 0928ff1cd7 Merge a7f3690cb6557a0b926f26ee8a0fbbd4f9a3f8a6 into 9f38fbdc54407a575b44d9605dea7d4e5859e898 GitHub Merge Button 2012-03-27 04:06:19 -0700
  • aa455b823f Fix attribute lookup for --deb-custom-control Tor Arne Vestbø 2012-03-27 13:00:47 +0200
  • a7f3690cb6 Fix attribute lookup for --deb-custom-control Tor Arne Vestbø 2012-03-27 13:00:47 +0200
  • 721fbbb868 Merge 2b22b2e6bcbd52b74dbc1e1d8dad0f6e563d5f6c into 9f38fbdc54407a575b44d9605dea7d4e5859e898 GitHub Merge Button 2012-03-26 12:21:22 -0700
  • 57f8b85f68 skip mkdir if it exists already Jordan Sissel 2012-03-26 12:21:15 -0700
  • 9f38fbdc54 skip mkdir if it exists already Jordan Sissel 2012-03-26 12:21:15 -0700
  • 9ec10faf20 - skip staging path (no sense in including "/" in the files list) Jordan Sissel 2012-03-26 12:20:54 -0700
  • 92c10f4fd2 - skip staging path (no sense in including "/" in the files list) Jordan Sissel 2012-03-26 12:20:54 -0700
  • 8dc78a72f3 Fix up rpm file listing now that FPM::Package#files is smarter Jordan Sissel 2012-03-26 12:13:26 -0700
  • 56b55a13e4 Fix up rpm file listing now that FPM::Package#files is smarter Jordan Sissel 2012-03-26 12:13:26 -0700
  • d866841f42 Make FPM::Package#files emit only leaf paths (files, symlinks, empty directories, etc) Jordan Sissel 2012-03-26 12:12:52 -0700
  • 57cdb760c6 Make FPM::Package#files emit only leaf paths (files, symlinks, empty directories, etc) Jordan Sissel 2012-03-26 12:12:52 -0700
  • bdd0d9dc84 Clone should include the path itself, no reason to skip it Jordan Sissel 2012-03-26 12:12:32 -0700
  • 8e9f1f7384 Clone should include the path itself, no reason to skip it Jordan Sissel 2012-03-26 12:12:32 -0700
  • 5dc03d0495 Make the --exclude argument work by removing the excluded paths from the staging directory Calen Pennington 2012-03-26 10:22:24 -0400
  • 2b22b2e6bc Make the --exclude argument work by removing the excluded paths from the staging directory Calen Pennington 2012-03-26 10:22:24 -0400
  • ae8325790c Merge pull request #184 from potatosalad/master Jordan Sissel 2012-03-22 20:38:11 -0700
  • 0d82f2ad7b Merge pull request #184 from potatosalad/master Jordan Sissel 2012-03-22 20:38:11 -0700
  • d111d957c2 Merge e0fcf47bcec19f9a0148746cbf2ffb9b49251dbb into 2894b3d4f04a6e26739e8cc07cad318c068ff22f GitHub Merge Button 2012-03-22 20:01:06 -0700
  • 1437bd4147 Rename val => dep to fix local variable error. Andrew Bennett 2012-03-22 20:58:48 -0600
  • e0fcf47bce Rename val => dep to fix local variable error. Andrew Bennett 2012-03-22 20:58:48 -0600
  • 8a15a675ae Merge pull request #183 from bakins/master Jordan Sissel 2012-03-22 15:08:30 -0700
  • 2894b3d4f0 Merge pull request #183 from bakins/master Jordan Sissel 2012-03-22 15:08:30 -0700
  • a012c4f8c6 Merge 77d9384d2147a05cc9ff75604a4f0ca1b63152f6 into ef58f0524ababc4e141b3cf869b3fe304bf63ca9 GitHub Merge Button 2012-03-22 14:17:28 -0700
  • 994cb6690d add config_files to input Brian Akins 2012-03-22 18:10:12 -0300
  • 77d9384d21 add config_files to input Brian Akins 2012-03-22 18:10:12 -0300
  • 0bcac7225d Merge pull request #182 from MITx/master Jordan Sissel 2012-03-22 10:03:53 -0700
  • ef58f0524a Merge pull request #182 from MITx/master Jordan Sissel 2012-03-22 10:03:53 -0700
  • 93c2802864 Merge 6aa9e7ec6ec00da803f417ba2546633a72264f72 into e50dbeb6e2499de2a4603aef0f8b46c7961f18d3 GitHub Merge Button 2012-03-22 09:43:18 -0700
  • 46e14baf3c Handle packaging links better Calen Pennington 2012-03-22 12:28:47 -0400
  • 6aa9e7ec6e Handle packaging links better Calen Pennington 2012-03-22 12:28:47 -0400
  • cb1f6b6fec Create the bin_dir so that gem will install into it, even if the version of gem being used doesn't create the directory itself Calen Pennington 2012-03-22 11:18:34 -0400
  • 6ca53564ae Create the bin_dir so that gem will install into it, even if the version of gem being used doesn't create the directory itself Calen Pennington 2012-03-22 11:18:34 -0400
  • cb7243fa74 release Jordan Sissel 2012-03-21 09:57:28 -0700
  • e50dbeb6e2 release v0.4.3 Jordan Sissel 2012-03-21 09:57:28 -0700
  • 2e0f6f5785 - Use the correct path ("setup.py") since we are chdiring to that file's directory. Fixes #180 Jordan Sissel 2012-03-21 09:52:11 -0700