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

⌈⌋ ⎇ branch:  cross package maker


Check-in [c4e32688e6]

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

Overview
Comment:- disable travis; it's too noisy and I don't have time to keep it happy right now. I will worry about tests passing on the next release.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c4e32688e6e6de2b299700da0a52ee818100864f
User & Date: jls@semicomplete.com 2013-04-05 14:33:26
Context
2013-04-05
17:21
- Represent '!=' version deps as Breaks, not Conflicts (#400) check-in: 89eba1131c user: jls@semicomplete.com tags: trunk
14:33
- disable travis; it's too noisy and I don't have time to keep it happy right now. I will worry about tests passing on the next release. check-in: c4e32688e6 user: jls@semicomplete.com tags: trunk
14:28
Merge pull request #398 from quiffman/rpm-compression-none Add an option for no compression in RPMs. check-in: 97ff872988 user: jls@semicomplete.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Deleted .travis.yml.

1
2
3
4
5
6
7
8
9
10
language: ruby
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
script: rspec
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq rpm
<
<
<
<
<
<
<
<
<
<




















Added .travis.yml.disabled.





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
language: ruby
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
script: rspec
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq rpm