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

Commit Graph

  • b9e50489d6 regen gemfile Jordan Sissel 2012-06-13 21:18:04 -0700
  • 7716399445 make --prefix work with rpm output files Jason Koppe 2012-05-29 15:17:37 -0500
  • 7d307fea63 make --prefix work with rpm output files Jason Koppe 2012-05-29 15:17:37 -0500
  • 6fc64443f0 Copy directory symlinks. Steven Buss 2012-05-26 15:03:24 -0700
  • 8610ddd2ec Copy directory symlinks. Steven Buss 2012-05-26 15:03:24 -0700
  • 98dcb05bbe Don't chmod/chown symlinks. Steven Buss 2012-05-26 13:57:53 -0700
  • fa60b14c47 release 0.4.10 Jordan Sissel 2012-05-25 16:37:31 -0700
  • 37ce4c6ed3 release 0.4.10 v0.4.10 Jordan Sissel 2012-05-25 16:37:31 -0700
  • 7de06c5c0b Update CHANGELIST Jordan Sissel 2012-05-25 16:36:57 -0700
  • 8674090b74 Update CHANGELIST Jordan Sissel 2012-05-25 16:36:57 -0700
  • bcbf7d44db Add ohookins to contributors Jordan Sissel 2012-05-25 10:35:33 -0700
  • d83849d59f Add ohookins to contributors Jordan Sissel 2012-05-25 10:35:33 -0700
  • 6e106e3256 Merge b1937d24150f9fce034f12aebd283ddf745d8733 into ac5a3995cf59f149644f2bde196b26ee82c3ea94 GitHub Merge Button 2012-05-25 08:38:28 -0700
  • b1937d2415 Allow -v version to set the version of the gem to be packaged. Oliver Hookins 2012-05-25 17:36:28 +0200
  • 4b4a308d82 Merge pull request #221 from svenihoney/debian_fix_unequal Jordan Sissel 2012-05-23 10:56:24 -0700
  • ac5a3995cf Merge pull request #221 from svenihoney/debian_fix_unequal Jordan Sissel 2012-05-23 10:56:24 -0700
  • 24915b9f9d Merge 0182d6f0ad15f1083b723451838c3b5f6b83680b into 7ec2dd54ef508eb7b2e9692c7060cd8f1c603a10 GitHub Merge Button 2012-05-23 10:55:40 -0700
  • c6d3ddb6bc Merge pull request #208 from jacaetevha/master Jordan Sissel 2012-05-23 10:47:10 -0700
  • 7ec2dd54ef Merge pull request #208 from jacaetevha/master Jordan Sissel 2012-05-23 10:47:10 -0700
  • 63263063b2 Merge 3421f2deacff19111024e174ea375c742745331c into 078ac4313355ecb7f0c491ea5b2d27c51babd122 GitHub Merge Button 2012-05-20 11:14:29 -0700
  • d582204129 Second prototype for preserving permissions using fakeroot. This method seems to work a lot better than my first prototype. Jordan Hagan 2012-05-18 10:36:25 +1200
  • 4f4fccad86 Merge pull request #223 from jscheinblum/master Jordan Sissel 2012-05-17 11:55:47 -0700
  • 078ac43133 Merge pull request #223 from jscheinblum/master Jordan Sissel 2012-05-17 11:55:47 -0700
  • ca77e95a0a Merge 2e95032657ea1416ed0e0b18f8bb29bf240a02b6 into 8a128061d40797b014e283d4114512205fb13473 GitHub Merge Button 2012-05-16 18:48:39 -0700
  • 2fe62aac3a Set install data location to match install-lib Jamie Scheinblum 2012-05-16 18:37:48 -0700
  • 2e95032657 Set install data location to match install-lib Jamie Scheinblum 2012-05-16 18:37:48 -0700
  • f163183626 Add != dependencies as Conflicts for debian packages Sven Fischer 2012-05-15 20:18:19 +0200
  • 0182d6f0ad Add != dependencies as Conflicts for debian packages Sven Fischer 2012-05-15 20:18:19 +0200
  • 8dad155e37 Introduced a dependency mapping for != dependency Sven Fischer 2012-05-15 17:50:57 +0200
  • 4b75162b0e Introduced a dependency mapping for != dependency Sven Fischer 2012-05-15 17:50:57 +0200
  • b6f241e9cc Merge f5197a3c5f4bac5dc8b32905df1293a5b493d5fc into 8a128061d40797b014e283d4114512205fb13473 GitHub Merge Button 2012-05-15 08:54:50 -0700
  • f5197a3c5f Introduced a dependency mapping for != dependency Sven Fischer 2012-05-15 17:50:57 +0200
  • f4869b2b83 Update CHANGELIST Jordan Sissel 2012-05-15 00:19:26 -0700
  • 8a128061d4 Update CHANGELIST Jordan Sissel 2012-05-15 00:19:26 -0700
  • 02ede4ee99 - only set permissions/ownership/times if the source and destinations aren't pointing at the same inode. Jordan Sissel 2012-05-15 00:05:56 -0700
  • 823c510414 - only set permissions/ownership/times if the source and destinations aren't pointing at the same inode. Jordan Sissel 2012-05-15 00:05:56 -0700
  • c1c9510a4b - Fix versioned downloading for gem and python packages. Tested: fpm -s gem -t deb -v 1.7.1 json Successfully installed json-1.7.1 Tested: fpm -s python -t deb -v 2.1.6 simplejson Relevant output: Searching for simplejson==2.1.6 Reading http://pypi.python.org/simple/simplejson/ Reading http://github.com/simplejson/simplejson Reading http://undefined.org/python/#simplejson Best match: simplejson 2.1.6 Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.6 .tar.gz#md5=2f8351f6e6fe7ef25744805dfa56c0d5 Processing simplejson-2.1.6.tar.gz Jordan Sissel 2012-05-14 23:38:47 -0700
  • b410940fd7 - Fix versioned downloading for gem and python packages. Tested: fpm -s gem -t deb -v 1.7.1 json Successfully installed json-1.7.1 Tested: fpm -s python -t deb -v 2.1.6 simplejson Relevant output: Searching for simplejson==2.1.6 Reading http://pypi.python.org/simple/simplejson/ Reading http://github.com/simplejson/simplejson Reading http://undefined.org/python/#simplejson Best match: simplejson 2.1.6 Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.6 .tar.gz#md5=2f8351f6e6fe7ef25744805dfa56c0d5 Processing simplejson-2.1.6.tar.gz Jordan Sissel 2012-05-14 23:38:47 -0700
  • baaada1ca7 Changed logging to debug logging Jordan Hagan 2012-05-14 15:02:28 +1200
  • 523781a112 bundle update; tests passing still Jordan Sissel 2012-05-12 01:40:27 -0700
  • dc3f28525a bundle update; tests passing still Jordan Sissel 2012-05-12 01:40:27 -0700
  • 0480658b8d Skip python specs if easy_install isn't available Jordan Sissel 2012-05-12 00:59:05 -0700
  • ce3df22781 Skip python specs if easy_install isn't available Jordan Sissel 2012-05-12 00:59:05 -0700
  • 6418d324cc Handle ExecutableNotFound in a readable way for humans Jordan Sissel 2012-05-12 00:36:35 -0700
  • 1d184e9d7b Handle ExecutableNotFound in a readable way for humans Jordan Sissel 2012-05-12 00:36:35 -0700
  • 3ac053c4f1 Merge d6b50519a28fcd2e6f98221c70b01efb984fa2df into 82e6b01179452166d62aa650d9cf1f6393cd8ebd GitHub Merge Button 2012-05-09 20:54:47 -0700
  • 743d26ff67 Merge f571cf3a5255672e29b186b13f7fcd4238d4ca09 into 82e6b01179452166d62aa650d9cf1f6393cd8ebd GitHub Merge Button 2012-05-09 20:54:46 -0700
  • 2f72ef6731 Merge pull request #212 from Slezhuk/master Jordan Sissel 2012-05-06 23:22:55 -0700
  • 82e6b01179 Merge pull request #212 from Slezhuk/master Jordan Sissel 2012-05-06 23:22:55 -0700
  • 66d2245a9a Merge 9d8def1c6a036dd09eaf7ce929ce7ba96d7ab06b into 6b1615afe04d78924880f5fd59c184275203b118 GitHub Merge Button 2012-05-06 23:22:36 -0700
  • 6dde24c234 Merge pull request #217 from llasram/master Jordan Sissel 2012-05-06 23:22:17 -0700
  • 6b1615afe0 Merge pull request #217 from llasram/master Jordan Sissel 2012-05-06 23:22:17 -0700
  • bf73bbcc41 Merge 4e18bcaa2ce2bcd70b0dbb9003fb7b9f5cb6aaaf into 548a081ec9ea35dc7819b5115ecf92ffd61ec580 GitHub Merge Button 2012-05-06 05:52:36 -0700
  • 30988c41ea Preserve file metadata when packaging directories. Marshall T. Vandegrift 2012-05-06 08:46:44 -0400
  • 4e18bcaa2c Preserve file metadata when packaging directories. Marshall T. Vandegrift 2012-05-06 08:46:44 -0400
  • 7c3e08c4e6 Update CHANGELIST Jordan Sissel 2012-04-25 23:10:21 -0700
  • 548a081ec9 Update CHANGELIST v0.4.9 Jordan Sissel 2012-04-25 23:10:21 -0700
  • be53d382a4 Merge pull request #213 from UnifiedPost/develop Jordan Sissel 2012-04-25 22:59:10 -0700
  • c52e1acbd3 Merge pull request #213 from UnifiedPost/develop Jordan Sissel 2012-04-25 22:59:10 -0700
  • c666b67219 Merge 41ebd34040738abe1f9ebf7900c7f9c2f434b73a into ef0d0c8342c45e8aaee098efcb7a4574bc80673b GitHub Merge Button 2012-04-25 22:57:32 -0700
  • 1a11689ccb Fixed the path_prefix to prefix to allow overriding the gem path Jan Vansteenkiste 2012-04-26 07:30:33 +0200
  • 41ebd34040 Fixed the path_prefix to prefix to allow overriding the gem path Jan Vansteenkiste 2012-04-26 07:30:33 +0200
  • 20b2ca3e0f modified: lib/fpm/package/pyfpm/get_metadata.py modified: lib/fpm/package/python.rb Slezhuk Evgeniy 2012-04-25 16:09:48 +0400
  • 9d8def1c6a modified: lib/fpm/package/pyfpm/get_metadata.py modified: lib/fpm/package/python.rb Slezhuk Evgeniy 2012-04-25 16:09:48 +0400