1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-24 03:14:30 +02:00

Commit Graph

  • 99c5fcb485 rewrite some parts of documentation Vedant K 2021-08-03 11:07:02 +0530
  • cff2573fb6 Also use setuptools' extras_require which contains complex dependencies Joris Vandermeersch 2021-08-12 14:26:03 +0000
  • c55023d6fb
    docs: fix case in command output Vedant K 2021-08-06 13:06:58 +0530
  • 07b22e293b
    docs: remove fpm runtime deps (ruby, ffi, etc) from optional deps section Vedant K 2021-08-06 12:50:18 +0530
  • b67cbf6c11
    docs: add link to issue #54 (rpm build dependency removal) Vedant K 2021-08-06 09:32:10 +0530
  • adbb59b8a3
    Merge ebc0c023a0ae4cfc0700b26b08645e7f038560dc into 0c3e7dd609ebdb28fe9f7daa8f066de7b1fb0c19 lastthyme 2021-08-05 18:52:08 -0400
  • ebc0c023a0
    Create Trav (#1) lastthyme 2021-08-05 18:51:38 -0400
  • 66b0c8740c
    docs: add -s flag to .fpm in getting started guide Vedant K 2021-08-05 16:47:08 +0530
  • 329836090a
    docs: fix typo Vedant K 2021-08-05 11:13:18 +0530
  • 51917109ca
    FreeBSD package: Fix missing leading / in archive Vlastimil Holer 2021-08-03 13:04:52 +0200
  • a3fc3f988c
    docs: add note about cli flags overriding .fpm file Vedant K 2021-08-03 11:48:50 +0530
  • 7233e304b1
    rewrite some parts of documentation Vedant K 2021-08-03 11:07:02 +0530
  • 4e3ad1ae5e fixes #1807; pip>20.3 removed --build flag Beegle 2021-07-27 17:54:02 -0400
  • c78e82ea64
    Merge e72c1a3dfb3ae4562cf1650c289973f35360dd02 into 55f9613c0da3e95a0e93ff5c7efd4dad5eb48e48 Pavel Pulec 2021-07-08 05:16:04 +0800
  • f4d2a879b9 Remove badges from README remove-badges Jordan Sissel 2021-07-06 15:25:11 -0700
  • 55f9613c0d Fix typo Jordan Sissel 2021-07-06 15:23:11 -0700
  • 864e41c880 Update license copyright to year 2021 v1.13.1 Jordan Sissel 2021-07-06 14:32:08 -0700
  • 01b67d747f Version bump Jordan Sissel 2021-07-06 14:31:42 -0700
  • 541550a74d Allow versions in Provides field for Debian packages Jordan Sissel 2021-07-06 13:52:56 -0700
  • 60bf90ae3c Only cleanup if needed Jordan Sissel 2021-07-06 13:52:19 -0700
  • 4bbf407dc9 Allow versions in Provides field for Debian packages issue/1788 Jordan Sissel 2021-07-06 13:52:56 -0700
  • a7802541c2 Only cleanup if needed Jordan Sissel 2021-07-06 13:52:19 -0700
  • dbd8bafb5d Update installing.rst allen joslin 2021-06-24 19:24:38 -0400
  • dbc71946ee
    Update installing.rst allen joslin 2021-06-24 19:24:38 -0400
  • e96dc2729a Version bump v1.13.0 Jordan Sissel 2021-06-19 00:46:37 -0700
  • 4eed9d671b Move loading of 'git' library nearer to where it's used. Jordan Sissel 2021-01-20 14:02:44 -0800
  • bf9bcc8e2a Changelog update for #1760 Jordan Sissel 2021-06-19 00:43:13 -0700
  • 82580bb8e7 Add --deb-compression test coverage for #1760 Jordan Sissel 2021-06-19 00:39:19 -0700
  • 13dde8304e Replace hardcoded control.tar.gz by name depending on compression (#1759) Philippe Poilbarbe 2021-01-26 13:47:36 +0100
  • 057a60387f Add more changelog entries to prep for release Jordan Sissel 2021-06-19 00:22:52 -0700
  • 067f4ccfd0 Add back newlines after sections with macro expansion Jo Vandeginste 2021-01-28 10:57:06 +0100
  • 2b6e70b6fa Use rspec's skip feature to help show any skipped tests. Jordan Sissel 2021-06-17 23:02:44 -0700
  • ab4eb18b5f FreeBSD package: Replace ruby-xz usage with alternative using tar Jordan Sissel 2021-06-18 23:49:30 -0700
  • 3965a0fd31 Remove childprocess library in the quest to remove ffi. Jordan Sissel 2021-06-18 23:48:44 -0700
  • 18c5adcd19 Remove the need to invoke mknod using FFI. Jordan Sissel 2021-06-17 22:34:29 -0700
  • e3b3f9d8e3 Begin replacing ChildProcess with Process.spawn() Jordan Sissel 2021-06-17 22:22:35 -0700
  • dfb23f134a Use rspec's skip feature to help show any skipped tests. issue/1795-remove-ffi Jordan Sissel 2021-06-17 23:02:44 -0700
  • d44e10451c FreeBSD package: Replace ruby-xz usage with alternative using tar Jordan Sissel 2021-06-18 23:49:30 -0700
  • 9fe21c7cc4 Remove childprocess library in the quest to remove ffi. Jordan Sissel 2021-06-18 23:48:44 -0700
  • a9efa3464e Remove the need to invoke mknod using FFI. Jordan Sissel 2021-06-17 22:34:29 -0700
  • 2886ad1204 Begin replacing ChildProcess with Process.spawn() Jordan Sissel 2021-06-17 22:22:35 -0700
  • 3e42ff462c Update changelog for changes since v1.12.0. Jordan Sissel 2021-06-17 20:57:49 -0700
  • 72a925b048 Ensure an if-then-else doesn't have an empty if block Jordan Sissel 2021-01-20 13:57:30 -0800
  • 2a6facbcce Escape single quotes in file names listed in %files Jordan Sissel 2021-03-24 21:21:36 -0700
  • cc0a4e7369 Fixed Debian platform tag for aarch64/arm64 Steve Kamerman 2021-03-26 16:30:18 -0400
  • d69ed14bd8 dir.rst: First example also requires trailing slash Zoe O'Connell 2021-05-11 21:02:30 +0100
  • d005508e18 Bump version of arr-pm to ensure 0.0.11 is used. That version fixes an issue on Ruby 3.0. #1786 Jordan Sissel 2021-06-17 07:54:38 -0700
  • 106d7b21e3 Add rexml as dependency Jordan Sissel 2021-06-15 11:50:23 -0700
  • c4d3b7a6fd Add rexml as dependency issue/1793 Jordan Sissel 2021-06-15 11:50:23 -0700
  • 69d47743d4
    dir.rst: First example also requires trailing slash Zoe O'Connell 2021-05-11 21:02:30 +0100
  • 36575117fc
    Fixed Debian platform tag for aarch64/arm64 Steve Kamerman 2021-03-26 16:30:18 -0400
  • 9ef9ecd76e Escape single quotes in file names listed in %files issue/1773 Jordan Sissel 2021-03-24 21:21:36 -0700
  • 81e06106a9 Use a newer version of ffi for Apple M1 Alastair Houghton 2021-03-17 14:58:19 +0000
  • 109de07254 List 'git' as a dependency Luke Short 2021-02-24 14:44:11 -0700
  • 9845c7fb48
    Fix broken postinst script kimw 2021-02-14 14:26:50 +0800
  • ff9fd4fdf3
    Merge 50e2639a5dabf08e83a5c5b285f32e7ccac9468d into d50f756d0e3f9e52bba18bee8e01c740982d18ad Rafał Rzepecki 2021-02-13 17:52:16 +0100
  • 4bde199087
    Merge 7309934a64a38c8e291431d71e5b31b934a815d3 into d50f756d0e3f9e52bba18bee8e01c740982d18ad Jakub Jirutka 2021-02-13 17:51:37 +0100
  • e8814a97ca
    Add back newlines after sections with macro expansion Jo Vandeginste 2021-01-28 10:57:06 +0100
  • b060ba8a5e Replace hardcoded control.tar.gz by name depending on compression (#1759) Philippe Poilbarbe 2021-01-26 13:47:36 +0100
  • ab396e9a45 Update changelog to reflect a missing entry from 1.12.0. Also include a bugfix note for next release issue/1748 Jordan Sissel 2021-01-20 14:08:33 -0800
  • 7531f61940 Move loading of 'git' library nearer to where it's used. Jordan Sissel 2021-01-20 14:02:44 -0800
  • 79353f9e53 Ensure an if-then-else doesn't have an empty if block issue/1749 Jordan Sissel 2021-01-20 13:57:30 -0800
  • d50f756d0e Bump version prepare to release. v1.12.0 Jordan Sissel 2021-01-19 15:12:20 -0800
  • c795ed7ef4 implemented --deb-maintainerscripts-force-errorchecks (#1696) Andreas Ulm 2020-12-14 19:02:53 +0100