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.

198 events for the month beginning 2012-03-01 by user jls@semicomplete.com

Following month ↑
2012-03-30
22:34
Version bump; update changelist check-in: a809b92332 user: jls@semicomplete.com tags: trunk, v0.4.4
22:34 Edit [a809b923328b17d0|a809b92332]: Add tag "v0.4.4". artifact: 803f50ebc6 user: jls@semicomplete.com
22:24
- Make file exclusion work again. Fixes #185 This improves on the patch in #186. - Add tests to make sure exclude stays working :) check-in: 4d9672872d user: jls@semicomplete.com tags: trunk
22:20
- fix the --exclude flag to add to an array as ivar @excludes check-in: 2227c8fbbc user: jls@semicomplete.com tags: trunk
22:07
- If no args are given, assume '.' was intended if the source is 'dir' and chdir (-C) is set. Fixes issue #187 - Abort if there's no package name known. check-in: 6584e27cb3 user: jls@semicomplete.com tags: trunk
17:38
- Specify BuildRoot in the rpm spec to work around some kind of bug/problem causing rpmbuild to use "/" as the BuildRoot on CentOS 5. Fixes #191. Confirmed working on CentOS 5.7 in a vm. check-in: a009466d7f user: jls@semicomplete.com tags: trunk
16:47
some style cleanup check-in: d34234bb8a user: jls@semicomplete.com tags: trunk
16:42
Merge branch 'master' of https://github.com/MITx/fpm into MITx-master Conflicts: lib/fpm/command.rb check-in: 5f012fe33c user: jls@semicomplete.com tags: trunk
16:34
Improve default values for epoch and iteration on deb/rpm packages (Should fix #190) check-in: 7a7c9b2705 user: jls@semicomplete.com tags: trunk
16:06
- Fix broken dpkg architecture test on i686 kernels (discovered by failing tests run on travis-ci.org) check-in: 2463c686ec user: jls@semicomplete.com tags: trunk
02:33
- Add spec tests for compression and digest settings. (for #192) check-in: b9befcfd4f user: jls@semicomplete.com tags: trunk
02:23
- Add --rpm-digest and --rpm-compression flags to allow selectable digest/compress algorithms during package building. Defaults to the settings that are most likely to work on the widest range of rpm consumers (md5 + gzip) Improves solution already committed for #192 check-in: cea2ffbb91 user: jls@semicomplete.com tags: trunk
02:03
- Tell rpm to use gzip for compression and md5 for checksums This should fix #192 and allow rpms to be built on newer redhat distributions that function on older ones. Huge thanks to @katzj for explaining the format of the %_binary_payload macro. check-in: 7fc962299b user: jls@semicomplete.com tags: trunk
2012-03-28
02:05
Merge pull request #189 from torarnv/fix-custom-control Fix attribute lookup for --deb-custom-control check-in: 9ee0bc6f60 user: jls@semicomplete.com tags: trunk
2012-03-26
19:21
skip mkdir if it exists already check-in: 26fea7a28e user: jls@semicomplete.com tags: trunk
19:20
- skip staging path (no sense in including "/" in the files list) check-in: ae47a85e21 user: jls@semicomplete.com tags: trunk
19:13
Fix up rpm file listing now that FPM::Package#files is smarter check-in: bff3625f10 user: jls@semicomplete.com tags: trunk
19:13
Make FPM::Package#files emit only leaf paths (files, symlinks, empty directories, etc) check-in: 79c1eb9420 user: jls@semicomplete.com tags: trunk
19:13
Clone should include the path itself, no reason to skip it check-in: 0d6aa0efa1 user: jls@semicomplete.com tags: trunk
2012-03-23
03:38
Merge pull request #184 from potatosalad/master Fix local variable error for --deb-pre-depends check-in: e29025ec3f user: jls@semicomplete.com tags: trunk
2012-03-22
22:08
Merge pull request #183 from bakins/master Fix config_files when invoked from the command line check-in: de1eee2a62 user: jls@semicomplete.com tags: trunk
17:03
Merge pull request #182 from MITx/master Fixed bugs around binpath not being created and with links inside the package check-in: af9affe195 user: jls@semicomplete.com tags: trunk
2012-03-21
16:57
release check-in: d9cd323a4f user: jls@semicomplete.com tags: trunk, v0.4.3
16:57 Edit [d9cd323a4fb37c38|d9cd323a4f]: Add tag "v0.4.3". artifact: 83c9382219 user: jls@semicomplete.com
16:52
- Use the correct path ("setup.py") since we are chdiring to that file's directory. Fixes #180 check-in: f7944aec6c user: jls@semicomplete.com tags: trunk
16:37
- remove 'deprecated operator' stuff, I don't think it's necessary anymore. Python docs only list 6 operators, none include >> or << http://docs.python.org/distutils/setupscript.html Fixes #179 check-in: ff72f8eabf user: jls@semicomplete.com tags: trunk
06:56
Update contributors check-in: 3173337a96 user: jls@semicomplete.com tags: trunk, v0.4.2
06:56 Edit [3173337a9672fb7c|3173337a96]: Add tag "v0.4.2". artifact: 6f29b656f9 user: jls@semicomplete.com
06:56
Update contributors check-in: 9f6c2d414c user: jls@semicomplete.com tags: trunk
06:55
version bump check-in: d164ada47e user: jls@semicomplete.com tags: trunk
06:55
prep for release check-in: fcf8d078dd user: jls@semicomplete.com tags: trunk
06:55
- Add --python-install-lib and --python-install-bin flags - improve staged installation for python check-in: eeec8c8072 user: jls@semicomplete.com tags: trunk
06:55
Make :flag options automatically support --no-<flag> switches check-in: aff4329fd5 user: jls@semicomplete.com tags: trunk
06:55
Add more comments/logging check-in: 653fd5314e user: jls@semicomplete.com tags: trunk
06:55
use the normal tmpdir for the temporary location check-in: 99b92ee4ef user: jls@semicomplete.com tags: trunk
06:53
Merge pull request #177 from aconchillo/master fix issues when packaging links in dir package and rpm template check-in: 7e3a09c8ef user: jls@semicomplete.com tags: trunk
2012-03-19
21:39
- tell travis to run on more rubies check-in: b8ede3fd72 user: jls@semicomplete.com tags: trunk, v0.4.1
21:39 Edit [b8ede3fd72cd4b3d|b8ede3fd72]: Add tag "v0.4.1". artifact: 140f378624 user: jls@semicomplete.com
21:39
- version bump Test results for this release: % rvm 1.8.7,1.9.2,1.9.3 do bundle exec rspec Finished in 0.81795 seconds 57 examples, 0 failures Finished in 1.24 seconds 57 examples, 0 failures Finished in 1.67 seconds 57 examples, 0 failures check-in: f94ec64ac8 user: jls@semicomplete.com tags: trunk
21:38
Add ploubser check-in: 21f250b53a user: jls@semicomplete.com tags: trunk
21:38
prep for release check-in: e1d53939c1 user: jls@semicomplete.com tags: trunk
21:36
. check-in: cb68f9bbea user: jls@semicomplete.com tags: trunk
21:35
Patch in File::write until the next backports gem is released (fixes #175, fixes #176) check-in: fac01e837f user: jls@semicomplete.com tags: trunk
21:33
- Fix Dir.mktmpdir invocations to work in both ruby 1.8 and 1.9 (Fixes #175, fixes #176) check-in: 62482b08f8 user: jls@semicomplete.com tags: trunk
21:32
- Add monkeypatches for File.write under Ruby 1.8.7 (will remove monkeypatches once the next version of the 'backports' gem is released) Fixes #175, fixes #176. check-in: e2a8cc2df1 user: jls@semicomplete.com tags: trunk
21:32
Fix Find.find() calls for 1.8.7 (fixes #175, fixes #176) check-in: 5d9ec5ae9d user: jls@semicomplete.com tags: trunk
21:30
update license for rspec, other small changes check-in: e54e16ecbd user: jls@semicomplete.com tags: trunk
21:30
update gemfile.lock check-in: 805da9e394 user: jls@semicomplete.com tags: trunk
20:52
Fix specs to work in ruby 1.8 check-in: ddba89a5c9 user: jls@semicomplete.com tags: trunk
07:17
- fix missing doc comments check-in: 92ea0dfaae user: jls@semicomplete.com tags: trunk
07:17
Fix missing doc comments check-in: 2aac1cb1a7 user: jls@semicomplete.com tags: trunk
07:17
Remove unused and mysterious 'settings' method check-in: 160c9333a7 user: jls@semicomplete.com tags: trunk
07:04
Disable rpm provides hackery that doesn't belong in the gem package check-in: 387a9ba400 user: jls@semicomplete.com tags: trunk
07:00
- add note about rpm demolestation check-in: feaadaddf5 user: jls@semicomplete.com tags: trunk, v0.4.0
07:00 Edit [feaadaddf5d6ce12|feaadaddf5]: Add tag "v0.4.0". artifact: 5cf01adde1 user: jls@semicomplete.com
06:25
release check-in: 83c1fc8ca5 user: jls@semicomplete.com tags: trunk
06:23
- ok, I really use github issues for a todo list. check-in: c8a60d4173 user: jls@semicomplete.com tags: trunk
06:23
- add todo list check-in: e0bf675c45 user: jls@semicomplete.com tags: trunk
06:23
- update changelist for release check-in: 414521eb34 user: jls@semicomplete.com tags: trunk
06:22
Give a proper error message to the user if FileAlreadyExists is tossed check-in: 027b8e53aa user: jls@semicomplete.com tags: trunk
06:20
Add script loading on input check-in: 1a6676af2c user: jls@semicomplete.com tags: trunk
06:20
Fix script support in deb package check-in: cc730b0bd8 user: jls@semicomplete.com tags: trunk
05:58
It helps to add scripts *before* #output is invoked. Silly me check-in: 084eb114b6 user: jls@semicomplete.com tags: trunk
05:56
fix package scripts for rpm check-in: 4b477b6e6f user: jls@semicomplete.com tags: trunk
05:56
- default version to 1.0 when invoked on the command line - add support for --inputs check-in: 2d93375ac1 user: jls@semicomplete.com tags: trunk
05:55
Add package scripts spec to rpm check-in: 343caae46d user: jls@semicomplete.com tags: trunk
2012-03-17
23:12
add doc comments check-in: fd4ea6c3d6 user: jls@semicomplete.com tags: trunk
23:12
add more default specs check-in: 5013cad036 user: jls@semicomplete.com tags: trunk
22:02
add class doc for deb check-in: 298024c875 user: jls@semicomplete.com tags: trunk
2012-03-16
22:37
- upgrade arr-pm check-in: 4b9769486d user: jls@semicomplete.com tags: trunk
22:37
Add specs to verify rpm conflicts and provides check-in: 396fb223fe user: jls@semicomplete.com tags: trunk
00:42
- remove i386 -> i686 arch translation. Turns out in many cases this is incorrect. Debian is confusing. check-in: 4ea0c677cc user: jls@semicomplete.com tags: trunk
2012-03-15
07:56
Update required version of arr-pm check-in: 176abe89fc user: jls@semicomplete.com tags: trunk
07:55
- Add support for config files, conflicts, and provides. check-in: 4d529cb19a user: jls@semicomplete.com tags: trunk
07:54
- fix %config support in rpm check-in: f78bbb4193 user: jls@semicomplete.com tags: trunk
07:54
Deprecate old --{pre,post}-{un,}install flags in favor of --{before,after}-{install,remove}. check-in: 55515b7a90 user: jls@semicomplete.com tags: trunk
06:28
spacing check-in: 0bda342fc4 user: jls@semicomplete.com tags: trunk
06:27
- fix name check-in: 153c61d682 user: jls@semicomplete.com tags: trunk
06:26
- Add specs for the gem package check-in: bf870faa49 user: jls@semicomplete.com tags: trunk
00:52
- add package_name_prefix flag to python package - add --python-fix-name and --python-fix-dependencies flags which allow you to disable 'name fixing' that turns 'foo' into 'python-foo' (requested by Luke Macken) - use attributes where possible (easyinstall path, python path, etc) check-in: d8d8d403b0 user: jls@semicomplete.com tags: trunk
00:18
- comment cleanup check-in: 8abc84964c user: jls@semicomplete.com tags: trunk
00:17
Make 'options' with defaults appear set in a package's #attributes hash even if we are running programmatically (not via command line) check-in: f5a1a94daa user: jls@semicomplete.com tags: trunk
00:17
- Add specs for python check-in: 6a792fa2d4 user: jls@semicomplete.com tags: trunk
2012-03-11
22:40
- cleanup after each check-in: 889d25e302 user: jls@semicomplete.com tags: trunk
20:58
- insist doesn't work in ruby 1.8 yet. check-in: 061b1059de user: jls@semicomplete.com tags: trunk
2012-03-10
01:39
Put each downloaded python package into a separate subdirectory. This allows multiple to be downloaded at once. Tested with: fpm -s python -t deb -n graphite carbon whisper graphite-web check-in: 17cab80dfd user: jls@semicomplete.com tags: trunk
01:38
Add default #to_s (for package filename) based on observations of real rpm packages in the wild check-in: c0040a286c user: jls@semicomplete.com tags: trunk
01:38
Add default #to_s (for package filename) based on observations of real deb packages in the wild check-in: b340d2e937 user: jls@semicomplete.com tags: trunk
01:36
- Default '--package' to nil. This will let the package implementations choose the best default filename to output check-in: 0a6af88bef user: jls@semicomplete.com tags: trunk
00:58
- Add some dpkg-deb invocations to verify package goodness - Add some specs to verify name translation with debian policy check-in: fe2dc50ac2 user: jls@semicomplete.com tags: trunk
00:58
Add 'ITERATION' to #to_s check-in: d34454e722 user: jls@semicomplete.com tags: trunk
00:12
add FileAlreadyExists error check-in: 6949ea3450 user: jls@semicomplete.com tags: trunk
00:11
- fix contents of 'debian-binary' file (was missing trailing newline) - support --edit flag - abort if the output file target already exists - public :converted_from for api completeness check-in: 2ae7989327 user: jls@semicomplete.com tags: trunk
2012-03-09
23:15
- specs won't run on 1.8.7 because my 'insist' library doesn't. check-in: 3bd63ddea5 user: jls@semicomplete.com tags: trunk
23:15
- more hacks for debian's arch naming check-in: 0527ed77af user: jls@semicomplete.com tags: trunk
23:11
update insist check-in: edb32c4a15 user: jls@semicomplete.com tags: trunk
23:11
Add more package defaults specs check-in: 6bb82ada8a user: jls@semicomplete.com tags: trunk
21:33
- travis can help check-in: 857275fcd9 user: jls@semicomplete.com tags: trunk
21:30
clean up after each check-in: ba3a11e816 user: jls@semicomplete.com tags: trunk
21:26
fix arch name translation for deb packages when 'dpkg' is not available check-in: 1650bfa553 user: jls@semicomplete.com tags: trunk
21:22
- add specs for package 'architecture' behaviors check-in: 39a402c731 user: jls@semicomplete.com tags: trunk
21:22
expose #architecture from RPM check-in: e82e619892 user: jls@semicomplete.com tags: trunk
21:20
default arch should be native check-in: 5491b648c6 user: jls@semicomplete.com tags: trunk
20:59
- default architecture should be native check-in: d3d04d8bd5 user: jls@semicomplete.com tags: trunk
20:54
- bump to insist 0.0.2 check-in: 515448fbba user: jls@semicomplete.com tags: trunk
20:00
- skip rpm tests and warn if 'rpmbuild' is not found. - add an 'rspec' specific log channel check-in: c423496df8 user: jls@semicomplete.com tags: trunk
19:42
- bump cabin version check-in: fc90febfa2 user: jls@semicomplete.com tags: trunk
19:40
prerelease version bump check-in: 29f609d930 user: jls@semicomplete.com tags: trunk
19:24
- add clamp to gemspec, oops check-in: 5bf1d105fa user: jls@semicomplete.com tags: trunk
02:38
- review/update readme check-in: 4281e7ddb1 user: jls@semicomplete.com tags: trunk
02:21
- prerelease version bump check-in: e646fc8fc0 user: jls@semicomplete.com tags: trunk
02:21
update gemfile.lock check-in: 70a73dc21d user: jls@semicomplete.com tags: trunk
02:14
- snake the 'contributing' part from the logstash readme check-in: 00f36acfee user: jls@semicomplete.com tags: trunk
02:08
expose boolean attributes as well check-in: ae3df5c9da user: jls@semicomplete.com tags: trunk
02:07
- Add a regression spec for #164. Verified it passes now and fails without the fix. check-in: d7c2eec847 user: jls@semicomplete.com tags: trunk
02:02
- Fix #164 check-in: dc906a9f8a user: jls@semicomplete.com tags: trunk
02:02
Add --edit support check-in: 35b1544a87 user: jls@semicomplete.com tags: trunk
01:41
- update changelist check-in: 381c30e514 user: jls@semicomplete.com tags: trunk
01:41
- try to make pear work as non-root check-in: 8c7d15b5a8 user: jls@semicomplete.com tags: trunk
01:21
- move pear package type to new api check-in: 818b214f5a user: jls@semicomplete.com tags: trunk
01:07
- pre-release check-in: 394e2cc041 user: jls@semicomplete.com tags: trunk
01:07
clean more stuff check-in: 874e4d46b6 user: jls@semicomplete.com tags: trunk
01:05
style check-in: 12faf2efd6 user: jls@semicomplete.com tags: trunk
01:05
- Finish converting python package to the new api. check-in: 227348d00f user: jls@semicomplete.com tags: trunk
01:05
version defaults to nil, now check-in: dc569fdb2f user: jls@semicomplete.com tags: trunk
01:04
fix some defaults check-in: f9a329166e user: jls@semicomplete.com tags: trunk
00:07
- found another thing we may want to disable in rpmbuild check-in: 8a551c8ccb user: jls@semicomplete.com tags: trunk
00:07
improve logging check-in: fdcc2496a0 user: jls@semicomplete.com tags: trunk
00:07
- fix typos in tar output method, tar output works now. check-in: 3a90f5fd71 user: jls@semicomplete.com tags: trunk
00:06
- fix minor build path problem - default epoch to nil if not present (not all packages have it) check-in: 93cb1b37ef user: jls@semicomplete.com tags: trunk
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
21:31
- use insist in fpm, not just the tests check-in: bac2865913 user: jls@semicomplete.com tags: trunk
21:30
- Add installed-size - thin out some older and unused conditions check-in: d5aa2ec962 user: jls@semicomplete.com tags: trunk
21:30
- make 'input' work for deb packages - improve --installed-size docs check-in: a39b46e48c user: jls@semicomplete.com tags: trunk
21:30
ar(1) bitches if the file exists but is empty, so delete the tempfile, we just want the path check-in: 3a13bab33b user: jls@semicomplete.com tags: trunk
21:29
split the cleanup methods since only cleanup_staging is needed during conversion check-in: b4f64c7661 user: jls@semicomplete.com tags: trunk
21:29
add fix for debian's 64bit x86 naming check-in: 898b8384fd user: jls@semicomplete.com tags: trunk
21:28
clean up how flags can override input attributes check-in: 038cf9c0ec user: jls@semicomplete.com tags: trunk
18:40
- add spec stub for debian packages check-in: 0a9ad920e9 user: jls@semicomplete.com tags: trunk
18:17
make sure some rpm spec stuff is correct check-in: 30ac1b1956 user: jls@semicomplete.com tags: trunk
18:16
- rpm epoch is an array of numbers? uhh.. ok - 'rpm' -> 'arr-pm' lib path check-in: 06f7d73e54 user: jls@semicomplete.com tags: trunk
17:32
- fix spec checking for rpm 'name' - fix rpm 'defines' default check-in: 83b6028e7d user: jls@semicomplete.com tags: trunk
16:03
fix syntax check-in: 0b14bce434 user: jls@semicomplete.com tags: trunk
15:49
- Call package scripts by less-typo-able names (after_remove vs post_uninstall) check-in: 99767c3997 user: jls@semicomplete.com tags: trunk
15:49
- more work aligning the deb package class with the new API check-in: 0c28fb4f70 user: jls@semicomplete.com tags: trunk
08:03
- try using rspec+insist check-in: 041a36ff2c user: jls@semicomplete.com tags: trunk
08:02
move class methods to bottom check-in: eb6bfd58d7 user: jls@semicomplete.com tags: trunk
07:34
- Use my new 'insist' library for assertions check-in: 3ac992dcbc user: jls@semicomplete.com tags: trunk
03:44
Add license and general info for dependencies check-in: 6670a84bde user: jls@semicomplete.com tags: trunk
2012-03-04
01:50
style check-in: b40f199de7 user: jls@semicomplete.com tags: trunk
01:38
- fix staging dir dangling around. check-in: 838ec6ba29 user: jls@semicomplete.com tags: trunk
01:36
add 'clean' target check-in: 6b7b3b9419 user: jls@semicomplete.com tags: trunk
2012-03-03
08:41
Don't set a default license/vendor anymore check-in: 11946e59ab user: jls@semicomplete.com tags: trunk
08:40
- The 'dir' package has no metadata, so provide some defaults check-in: d11a74caf0 user: jls@semicomplete.com tags: trunk
08:40
Add --rpmbuild-define previously available in fpm check-in: 1f8309017e user: jls@semicomplete.com tags: trunk
08:38
- document attributes check-in: 0cd4ba3406 user: jls@semicomplete.com tags: trunk
08:04
- Use new package flag/attributes check-in: f1d415aea3 user: jls@semicomplete.com tags: trunk
07:58
- make all program flags appear as package attributes. This lets package and command flags accessible in packages. check-in: 45c4f2e662 user: jls@semicomplete.com tags: trunk
07:58
remove old pry usage check-in: cd38d5ca65 user: jls@semicomplete.com tags: trunk
06:42
- make package flags turn into attributes check-in: 2f6723a63f user: jls@semicomplete.com tags: trunk
06:42
- turn package flags into attributes check-in: e81a508ad0 user: jls@semicomplete.com tags: trunk
02:49
- only build a binary package. source package is silly. check-in: 5985a20632 user: jls@semicomplete.com tags: trunk
02:21
- when inputting an rpm, pull relevant package data out like the package name, architecture, dependencies, etc. check-in: 3d2a6480fd user: jls@semicomplete.com tags: trunk
02:21
- remove extra debugging check-in: f966f4c708 user: jls@semicomplete.com tags: trunk
02:19
- only use flag values if they are given check-in: 0a08386ce5 user: jls@semicomplete.com tags: trunk
2012-03-02
23:55
- Vicotry. Tests are passing again. check-in: 95d6e7f2e7 user: jls@semicomplete.com tags: trunk
20:09
- set defaults for license/etc. This will likely change again soon oce I figure a good way to clarify default values. check-in: 1420b6e6db user: jls@semicomplete.com tags: trunk
10:53
- better input validation check-in: b5a575ee7e user: jls@semicomplete.com tags: trunk
10:45
- nil exit is OK check-in: 6ab6438203 user: jls@semicomplete.com tags: trunk
10:45
- all plugins found in fpm/package/*.rb - apply options to the command check-in: c5b0537be1 user: jls@semicomplete.com tags: trunk
10:44
- allow package subclasses to define command-line flags check-in: 31240eae3e user: jls@semicomplete.com tags: trunk
10:44
- clean up docs and requires check-in: 215c7a3b19 user: jls@semicomplete.com tags: trunk
10:44
use new options goodness check-in: a48642e336 user: jls@semicomplete.com tags: trunk
10:17
- purge old deb source (that was actually just a copy of the deb target?) check-in: 445280c9eb user: jls@semicomplete.com tags: trunk
10:16
- add deb work in progress check-in: cec703c311 user: jls@semicomplete.com tags: trunk
10:16
- eager prep of changelist check-in: aa3217db25 user: jls@semicomplete.com tags: trunk
10:14
- hand-merge 4e2f350ae1b30bc39065a70d13aeac4182c8380c from master. check-in: b84c317b76 user: jls@semicomplete.com tags: trunk
10:13
- get a bare minimum deb output working check-in: e4cbf6936d user: jls@semicomplete.com tags: trunk
09:24
- move to FPM::Package namespace. - capitalize acronyms like NPM and PEAR check-in: 8bc93faf67 user: jls@semicomplete.com tags: trunk
09:24
purge old stuff check-in: 0de986a2c7 user: jls@semicomplete.com tags: trunk
09:21
- consolidate the remaining old fpm things into package/ check-in: bf199ef7ab user: jls@semicomplete.com tags: trunk
09:20
don't sleep check-in: b7e0fa71df user: jls@semicomplete.com tags: trunk
09:20
- style and docs check-in: 8e40379d3b user: jls@semicomplete.com tags: trunk
09:11
- remove old flags helper, won't need it soon. check-in: 413326f3bd user: jls@semicomplete.com tags: trunk
07:35
remove old requires check-in: bfa9ac2717 user: jls@semicomplete.com tags: trunk
07:35
remove old fpm program code check-in: 6de9837519 user: jls@semicomplete.com tags: trunk
07:35
- fix some broken tests check-in: 72cf91f698 user: jls@semicomplete.com tags: trunk
07:22
- switch to package#input (was previously package#<<) check-in: 4d74b98891 user: jls@semicomplete.com tags: trunk
07:22
remove old tests check-in: b58d62aa8e user: jls@semicomplete.com tags: trunk
07:17
- Get things together enough that this works again: fpm -s dir -t rpm -d "zsh" -n testing ~/.zshrc - Move to using clamp instead of optparse check-in: aac642a70e user: jls@semicomplete.com tags: trunk
2012-03-01
06:26
- purge pre-refactor stuff - move python package to new api check-in: 78fca7c39d user: jls@semicomplete.com tags: trunk
01:15
- disable all the dumb stuff (like brp-repack-jars, library stripping, etc) rpmbuild does by default. FINALLY. - improve the spec to behave correctly with the new package api. check-in: ec3280e511 user: jls@semicomplete.com tags: trunk
01:15
Add cabin check-in: 17a3243e8f user: jls@semicomplete.com tags: trunk
01:15
Add api examples check-in: aba2cc5d1e user: jls@semicomplete.com tags: trunk
01:14
- Improve package API stuff (add 'converted_from' etc) - Gem to RPM conversions work. Even multiple-composition of gem+gem+gem -> rpm works check-in: 4a6bdf8aa1 user: jls@semicomplete.com tags: trunk
01:14
Add cabin check-in: dc0001bf57 user: jls@semicomplete.com tags: trunk
Previous month ↓