1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-17 19:20:13 +01:00

Commit Graph

  • 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
  • 318e30587f - 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
  • 7e593a9477 Merge ba2104923c8b63cf0d01a3889325334ec1540988 into 443b757a099eb7a681b93bc93ee722695e98613a GitHub Merge Button 2012-03-21 09:37:47 -0700
  • 8235922970 - remove 'deprecated operator' stuff, I don't think it's necessary anymore. Python docs only list 6 operators, none include >> or << http://docs.python.org/distutils/setupscript.html Fixes #179 Jordan Sissel 2012-03-21 09:36:29 -0700
  • 443b757a09 - remove 'deprecated operator' stuff, I don't think it's necessary anymore. Python docs only list 6 operators, none include >> or << http://docs.python.org/distutils/setupscript.html Fixes #179 Jordan Sissel 2012-03-21 09:36:29 -0700
  • ba2104923c Always expand the path for the setup.py file Thomas Meson 2012-03-21 17:12:37 +0100
  • e7ee0a7712 Merge 55bb2be20013fbb1b97ce0a24d8e38b341230391 into a4b8f259af7b1907dd3d3a8a2892d3cae3886a3e GitHub Merge Button 2012-03-21 03:22:20 -0700
  • 55bb2be200 swap key/value when replacing of deprecated conditional operators Indra Talip 2012-03-21 21:08:24 +1100
  • bf77657e8b Update contributors Jordan Sissel 2012-03-20 23:56:55 -0700
  • a4b8f259af Update contributors v0.4.2 Jordan Sissel 2012-03-20 23:56:55 -0700
  • 2ef82588b7 Update contributors Jordan Sissel 2012-03-20 23:56:37 -0700
  • c7487d1071 Update contributors Jordan Sissel 2012-03-20 23:56:37 -0700
  • ee184186bc version bump Jordan Sissel 2012-03-20 23:55:39 -0700
  • 9cedbdfc87 version bump Jordan Sissel 2012-03-20 23:55:39 -0700
  • cf393efdea prep for release Jordan Sissel 2012-03-20 23:55:32 -0700
  • 0ff50a3b47 prep for release Jordan Sissel 2012-03-20 23:55:32 -0700
  • 87538abcb8 - Add --python-install-lib and --python-install-bin flags - improve staged installation for python Jordan Sissel 2012-03-20 23:54:46 -0700
  • af60e0dfe8 - Add --python-install-lib and --python-install-bin flags - improve staged installation for python Jordan Sissel 2012-03-20 23:54:46 -0700
  • 09a7fcd8ab Make :flag options automatically support --no-<flag> switches Jordan Sissel 2012-03-20 23:45:23 -0700
  • c25465e9c0 Make :flag options automatically support --no-<flag> switches Jordan Sissel 2012-03-20 23:45:23 -0700
  • fbaa32583f Add more comments/logging Jordan Sissel 2012-03-20 23:44:55 -0700
  • be43f516c8 Add more comments/logging Jordan Sissel 2012-03-20 23:44:55 -0700
  • bb08688d57 use the normal tmpdir for the temporary location Jordan Sissel 2012-03-20 16:03:08 -0700
  • 86043fbdbf use the normal tmpdir for the temporary location Jordan Sissel 2012-03-20 16:03:08 -0700
  • cd045d8da4 Merge pull request #177 from aconchillo/master Jordan Sissel 2012-03-20 23:53:19 -0700
  • 55ea08a55a Merge pull request #177 from aconchillo/master Jordan Sissel 2012-03-20 23:53:19 -0700
  • a02f58bc23 Merge 9ab33879057ae857e92c9ebe340abd3990d25190 into 90e30f976d7b1dd057310071ada51598086ff150 GitHub Merge Button 2012-03-20 18:52:28 -0700
  • a696559cbf fix issues when packaging links in dir package and rpm template Aleix Conchillo Flaque 2012-03-20 18:49:22 -0700
  • 9ab3387905 fix issues when packaging links in dir package and rpm template Aleix Conchillo Flaque 2012-03-20 18:49:22 -0700
  • 1f536324b7 - tell travis to run on more rubies Jordan Sissel 2012-03-19 14:39:40 -0700
  • 90e30f976d - tell travis to run on more rubies v0.4.1 Jordan Sissel 2012-03-19 14:39:40 -0700