1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-11 18:38:50 +01:00

Commit Graph

  • 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
  • feb53faa14 added set -e to debian maintainer scripts #1696 Andreas Ulm 2020-03-31 13:14:37 +0200
  • 292073fc35 deb: Fixes gem pessimistic version constrains for single component versions. Vlastimil Holer 2020-04-08 10:39:12 +0200
  • 073e4e7b74 Pin ffi to 1.12.x, for compatibility with Ruby 2.0 Matt Patterson 2020-06-03 16:43:30 +0200
  • cd7e428d9f Prepending pyfpm to PYTHONPATH instead of replacing Arnar Gauti Ingason 2020-06-09 10:45:36 +0200
  • 73804ded35 Remove older rubies and add some extra OS tests Frank Siler 2021-01-19 13:17:24 -0800
  • 50ca2bfd05 Update virtualenv documentation for Python3 Chris Hodges 2020-08-26 14:41:58 -0500
  • 3db202a52f removed some pritnt statement I added Jose 2020-09-01 11:49:44 -0400
  • 9a16e43e4e changed xz for zst Jose 2020-09-01 11:47:33 -0400
  • 6735f9df69 intermediate error checking Jose 2020-08-31 20:53:49 -0400
  • b2dd4dadb6 syntax error Jose 2020-08-31 15:50:06 -0400
  • 922d4c5d4f Copy_entry error prevented pacman from working Jose 2020-08-31 15:41:01 -0400
  • ca3477b67b added zstd as standard compressoin Jose 2020-08-31 15:37:53 -0400
  • 66a4dea525 added zstd compression, standard for pacman Jose 2020-08-31 13:11:18 -0400
  • 6b4b61a3f8 changed backports for backports/latest Jose 2020-08-31 12:51:11 -0400
  • 90d131b075 Call safesystem() with a list Jordan Sissel 2021-01-19 13:01:10 -0800
  • 985e9d1bc4 Call safesystem() with a list Jordan Sissel 2021-01-19 13:01:10 -0800
  • 204fb1b1ff Use head/tail over sed for metadata fetching in sh.erb template James Logsdon 2016-07-08 14:18:20 -0400
  • c9487a30c0 Add trusted-host option for pip vv-p 2020-11-18 17:09:04 +0300
  • 7d7b184d63 virtualenv.rst: fix heading level Kenyon Ralph 2020-11-24 15:30:29 -0800
  • e05790fa92 Addresses DIR -> DEB error on big directories Federico Lancerin 2020-12-14 18:19:42 +0100
  • 945ba5b4b0 Update Docker base image to Alpine 3.12 Cameron Nemo 2021-01-12 22:11:18 -0800
  • c3e3c4cce4 Update Docker base image to Alpine 3.12 Cameron Nemo 2021-01-12 22:11:18 -0800
  • 009ae5f523 implemented --deb-maintainerscripts-force-errorchecks (#1696) Andreas Ulm 2020-12-14 19:02:53 +0100
  • edc9d23e0d Addresses DIR -> DEB error on big directories Federico Lancerin 2020-12-14 18:19:42 +0100
  • c99dbd6741
    virtualenv.rst: fix heading level Kenyon Ralph 2020-11-24 15:30:29 -0800
  • 20d4df025b Add trusted-host option for pip vv-p 2020-11-18 17:09:04 +0300
  • 35bba76858 Use head/tail over sed for metadata fetching in sh.erb template James Logsdon 2016-07-08 14:18:20 -0400
  • d4d030adfd fixed docker for newer Alpine Frank Siler 2020-09-23 21:48:48 -0500
  • e93fac874b
    Update Dockerfile Frank Siler 2020-09-23 21:46:00 -0500
  • 36c3d7f87b removed some pritnt statement I added Jose 2020-09-01 11:49:44 -0400
  • afc6dfaa5f changed xz for zst Jose 2020-09-01 11:47:33 -0400
  • 5325342d70 intermediate error checking Jose 2020-08-31 20:53:49 -0400
  • d460d63dfa syntax error Jose 2020-08-31 15:50:06 -0400
  • fe35d94465 Copy_entry error prevented pacman from working Jose 2020-08-31 15:41:01 -0400
  • a56f7d22a2 added zstd as standard compressoin Jose 2020-08-31 15:37:53 -0400
  • 95f13daf68 added zstd compression, standard for pacman Jose 2020-08-31 13:11:18 -0400
  • dc9a41b00d changed backports for backports/latest Jose 2020-08-31 12:51:11 -0400