1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-23 03:04:34 +02:00

Commit Graph

  • 7e11c25b30 - 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). Jordan Sissel 2011-05-18 00:38:55 -0700
  • 930efe974a Merge branch 'master' of github.com:jordansissel/fpm Jordan Sissel 2011-05-17 00:37:20 -0700
  • b29f144b17 Merge branch 'master' of github.com:jordansissel/fpm Jordan Sissel 2011-05-17 00:37:20 -0700
  • 24c9bd9562 - add contributors and license file (License is MIT) Jordan Sissel 2011-05-17 00:30:34 -0700
  • 31c8d6da2f - add contributors and license file (License is MIT) Jordan Sissel 2011-05-17 00:30:34 -0700
  • 6f72b32954 Merge pull request #34 from ahpook/jruby_rpm Jordan Sissel 2011-05-17 00:29:30 -0700
  • dfc4f370f3 Merge pull request #34 from ahpook/jruby_rpm Jordan Sissel 2011-05-17 00:29:30 -0700
  • a9d02cec15 Merge 4c0f98485df8c2e6c4d3f348cd160407c3e2dcba into 5685ebdc6939b43b0160edd9b67bdb602a2c163e GitHub Merge Button 2011-05-17 00:29:23 -0700
  • 74db133090 version bump Jordan Sissel 2011-05-17 00:20:31 -0700
  • 5685ebdc69 version bump Jordan Sissel 2011-05-17 00:20:31 -0700
  • 952ff93aff - 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 Jordan Sissel 2011-05-17 00:17:22 -0700
  • 00e6e8b136 - 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 Jordan Sissel 2011-05-17 00:17:22 -0700
  • f78f52110f version bump Jordan Sissel 2011-05-16 19:49:48 -0700
  • 5288f92995 version bump Jordan Sissel 2011-05-16 19:49:48 -0700
  • 33f77bbab2 - sometimes 'install_requirements' can be None. Jordan Sissel 2011-05-16 19:49:21 -0700
  • eb6459ba97 - sometimes 'install_requirements' can be None. Jordan Sissel 2011-05-16 19:49:21 -0700
  • 62e5d3b948 - note python support Jordan Sissel 2011-05-16 19:03:00 -0700
  • d5f97a648f - note python support Jordan Sissel 2011-05-16 19:03:00 -0700
  • 219fe803e5 - fix path if relative Jordan Sissel 2011-05-16 18:55:16 -0700
  • e941c8465c - fix path if relative Jordan Sissel 2011-05-16 18:55:16 -0700
  • bac9ee1131 - support version-specific downloads for python Jordan Sissel 2011-05-16 18:52:46 -0700
  • 040fc35923 - support version-specific downloads for python Jordan Sissel 2011-05-16 18:52:46 -0700
  • dd0e099354 - version bump for new python support Jordan Sissel 2011-05-16 18:34:23 -0700
  • 42185bba1f - version bump for new python support Jordan Sissel 2011-05-16 18:34:23 -0700
  • d06d8e3140 - fix dep regexp to permit package names without version conditions Jordan Sissel 2011-05-16 18:33:27 -0700
  • f06c2c8a23 - fix dep regexp to permit package names without version conditions Jordan Sissel 2011-05-16 18:33:27 -0700
  • 49d25fea59 Merge branch 'master' of github.com:jordansissel/fpm Jordan Sissel 2011-05-16 18:20:11 -0700
  • 8e1dfded98 Merge branch 'master' of github.com:jordansissel/fpm Jordan Sissel 2011-05-16 18:20:11 -0700
  • aeb3d4c7e8 - 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 Jordan Sissel 2011-05-16 18:18:04 -0700
  • f19d366962 - 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 Jordan Sissel 2011-05-16 18:18:04 -0700
  • b886ffb412 - ignore pyc Jordan Sissel 2011-05-16 18:15:17 -0700
  • 3303a2348c - ignore pyc Jordan Sissel 2011-05-16 18:15:17 -0700
  • 4f1903aebb Merge pull request #35 from MichaelBlume/patch-1 Jordan Sissel 2011-05-16 14:53:58 -0700
  • 912a5b04bd Merge pull request #35 from MichaelBlume/patch-1 Jordan Sissel 2011-05-16 14:53:58 -0700
  • ede2251f7e Merge b701e4dfcee1ce1151b7203b758a2b65aef8ab5c into e869fd2c456216678e967f0f6d174e9f916c7576 GitHub Merge Button 2011-05-16 14:53:28 -0700
  • 5176409429 fix typo in options output Michael Blume 2011-05-16 13:59:46 -0700
  • b701e4dfce fix typo in options output Michael Blume 2011-05-16 13:59:46 -0700
  • 407cc4b785 Added functionality to build RPMS of jruby Eric Sorenson 2011-05-16 13:05:55 -0700
  • 4c0f98485d Added functionality to build RPMS of jruby Eric Sorenson 2011-05-16 13:05:55 -0700
  • ee75b7ae90 - version bump (issue/33) Jordan Sissel 2011-05-16 00:19:48 -0700
  • e869fd2c45 - version bump (issue/33) Jordan Sissel 2011-05-16 00:19:48 -0700
  • f1b1799d48 - default version comparison should be >=0, as '>0' is deprecated. https://github.com/jordansissel/fpm/issues/33 Jordan Sissel 2011-05-16 00:18:38 -0700
  • b3e5aead86 - default version comparison should be >=0, as '>0' is deprecated. https://github.com/jordansissel/fpm/issues/33 Jordan Sissel 2011-05-16 00:18:38 -0700
  • b00d1b42b1 - moved to lib/rpm/... Jordan Sissel 2011-05-14 00:50:16 -0700
  • 19f8026c7c - moved to lib/rpm/... Jordan Sissel 2011-05-14 00:50:16 -0700
  • b3ebc06ff5 - factor out the rpm bits into separate class files - include all known rpm 'tag' types Jordan Sissel 2011-05-14 00:49:46 -0700
  • d536a16df1 - factor out the rpm bits into separate class files - include all known rpm 'tag' types Jordan Sissel 2011-05-14 00:49:46 -0700
  • 0bba7d7955 - reading max-rpm internals shows more than the code review does. Win. Jordan Sissel 2011-05-13 17:11:47 -0700
  • ea3fe72d2e - reading max-rpm internals shows more than the code review does. Win. Jordan Sissel 2011-05-13 17:11:47 -0700
  • 22a2cae6d7 - more futile attempts at reverse-engineering the rpm format. Jordan Sissel 2011-05-13 03:41:57 -0700
  • d3d3b1e5e8 - more futile attempts at reverse-engineering the rpm format. Jordan Sissel 2011-05-13 03:41:57 -0700
  • 7be13ff2c8 - more hackery. I'm still missing lots of tags from the header, so something's borked. Jordan Sissel 2011-05-13 02:57:19 -0700
  • 64291e7273 - more hackery. I'm still missing lots of tags from the header, so something's borked. Jordan Sissel 2011-05-13 02:57:19 -0700
  • 3602fdc8ea - start working on signature fetching Jordan Sissel 2011-05-13 01:03:56 -0700
  • 74ff2ab694 - start working on signature fetching Jordan Sissel 2011-05-13 01:03:56 -0700
  • 4ea98be9f9 - fix packing/unpacking - A vs a (a uses nulls, A spaces) Jordan Sissel 2011-05-12 22:08:30 -0700
  • bce23e0cad - fix packing/unpacking - A vs a (a uses nulls, A spaces) Jordan Sissel 2011-05-12 22:08:30 -0700
  • 10cdbc31e4 - start hacking at rpm files with pure ruby. Jordan Sissel 2011-05-12 21:57:57 -0700
  • 37d0e14a16 - start hacking at rpm files with pure ruby. Jordan Sissel 2011-05-12 21:57:57 -0700
  • 1a2d3369d0 - Refactor architecture selection. Unless specified, the arch is selected automatically. The default arch is "native" Jordan Sissel 2011-05-12 21:20:25 -0700
  • 998eb17c52 - Refactor architecture selection. Unless specified, the arch is selected automatically. The default arch is "native" Jordan Sissel 2011-05-12 21:20:25 -0700
  • ff284c6c6a Merge 67f77585f66ccbd903bfac876b61c770cee34c80 into f22f35aa5880be1c0dee3f666811fb0829a7eda6 GitHub Merge Button 2011-05-12 12:55:01 -0700
  • a8be482afa - move rpm multiline-description fix to just the rpm template Jordan Sissel 2011-05-11 15:52:59 -0700
  • f22f35aa58 - move rpm multiline-description fix to just the rpm template Jordan Sissel 2011-05-11 15:52:59 -0700