Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 events for the month beginning 2014-02-01 by user jls@semicomplete.com

Following month ↑
2014-02-28
00:53
Merge pull request #652 from dlindquist/support-pypi-in-pip Support --python-pypi when using --python-pip check-in: 6a7bca80c9 user: jls@semicomplete.com tags: trunk
2014-02-10
23:54
Update changelist check-in: 0e48f9977b user: jls@semicomplete.com tags: trunk
06:44
Merge pull request #635 from jordansissel/add-zip-support Add zip support check-in: 338e208742 user: jls@semicomplete.com tags: trunk
06:37
Log successful creation for any package target. Remove now-duplicate "Created ..." log messages in rpm & deb outputs. check-in: cd8749d495 user: jls@semicomplete.com tags: trunk
06:26
program_exists? now checks if the file path is executable. Also move program_exists? near program_in_path check-in: 23ba4a330a user: jls@semicomplete.com tags: trunk
06:25
Use program_exists? instead of program_in_path? This additionally checks that the program exists and is executable if the path given is either a path or a program name. check-in: 7e9d2a2a13 user: jls@semicomplete.com tags: trunk
06:21
Factor 'does this program exist?' into a separate method The tests already reimplement "program_in_path?" so it makes sense to stop duplicating. check-in: ed1cb17fd3 user: jls@semicomplete.com tags: trunk
06:20
Use ::Dir so we get ruby core's Dir, not FPM::Package::Dir check-in: 8e09850d3e user: jls@semicomplete.com tags: trunk
2014-02-05
06:53
Use /bin/sh as the default if $SHELL isn't set in the environment. Fixes #607 check-in: f11353d1cc user: jls@semicomplete.com tags: trunk
06:53
typo check-in: d72db967c4 user: jls@semicomplete.com tags: trunk
06:53
Goodbye, Tempfile, I hated you always. Now uses Stud::Temporary. Much happier. (Tempfile uses finalizers to remove files on disk during GC, which messes things up if all you want is a temporary "path name" not a file itself.) check-in: da8bc1274a user: jls@semicomplete.com tags: trunk
06:53
Upgrade arr-pm to 0.0.9; fixes a race condition in RPM file reading This only affected the tests, best I can tell, but would have only caused problems for using '-s rpm' (rpm input). check-in: 83a6e0b864 user: jls@semicomplete.com tags: trunk
06:52
Add test coverage for #607 (safesystem w/ no $SHELL) Also: Add missing SecureRandom.uuid under 1.8.x (for the tests) check-in: 0d30e20191 user: jls@semicomplete.com tags: trunk
Previous month ↓