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

⌈⌋ ⎇ branch:  cross package maker


Artifact [bed9fc61aa]

Artifact bed9fc61aa4c73d2010e71bd7086e8a96a1fc2dd:

  • File Guardfile — part of check-in [046a6786f4] at 2012-02-24 08:38:45 on branch trunk — Try to use guard, but like... nothing works. I'll try this later. (user: jls@semicomplete.com size: 244)

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