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

⌈⌋ ⎇ branch:  cross package maker


Check-in [828bde23b8]

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

Overview
Comment:- I don't use this.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 828bde23b8d198d86f61b97caebf1edb6e051d21
User & Date: jls@semicomplete.com 2012-03-08 23:23:13
Context
2012-03-09
00:01
- tar input works check-in: 74f7627421 user: jls@semicomplete.com tags: trunk
2012-03-08
23:23
- I don't use this. check-in: 828bde23b8 user: jls@semicomplete.com tags: trunk
23:21
- Add dependency parsing from deb packages on input - specs passing check-in: b777a062cb user: jls@semicomplete.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Deleted Guardfile.

1
2
3
4
5
6
guard "minitest" do
  watch(%r{^test/.*/[^.][^/]+\.rb}) { |m| p m[0]; m[0] }
  watch(%r{^lib/(.*/[^.][^/]+\.rb)}) { |m| p m[0]; "test/#{m[1]}" }
  notification :libnotify, :timeout => 5, :transient => true, :append => false
end

<
<
<
<
<
<