Closed
Bug 1065069
Opened 11 years ago
Closed 11 years ago
upgrade fpm on jenkins
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: cliang)
References
Details
(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1245] )
Hi! We are using fpm on Jenkins, but it appears to be too old understand a flag that we need:
ERROR: Unrecognised option '--rpm-verifyscript'
This flag was introduced in fpm 1.2.0 (https://github.com/jordansissel/fpm/blob/master/CHANGELIST) could we please upgrade?
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cliang
| Assignee | ||
Updated•11 years ago
|
Assignee: cliang → server-ops-webops
| Assignee | ||
Updated•11 years ago
|
Assignee: cliang → server-ops-webops
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cliang
| Assignee | ||
Comment 1•11 years ago
|
||
I've pushed out a new version of the fpm rpm (and dependencies). Please let me know if it works correctly for you.
Note to self for the future:
To create new version of this fpm RPM, do a slightly different fpm invocation:
fpm -s gem -t rpm -f --verbose --epoch 1 --rpm-defattrfile 644 \
--rpm-defattrdir 755 --iteration 2 --edit fpm
And, when you get the SPEC file, scroll down to the %files section and prepend the following files with a sensible %attr (like "%attr(755,-,-)"):
/usr/bin/fpm
/usr/lib/ruby/gems/1.8/gems/fpm-1.2.0/bin/fpm
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/bd56431259b6b195ff829525a23c46ed119993fe
fix bug 1065069 - reland RPM prelink fix for "Digest mismatch"
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/226ad09c881c8c1a574a41f827d0507e78945557
Revert "fix bug 1065069 - reland RPM prelink fix for "Digest mismatch""
This reverts commit bd56431259b6b195ff829525a23c46ed119993fe.
https://github.com/mozilla/socorro/commit/4fa34ec79a2e108467b00642dabd4a85c648c342
Merge pull request #2398 from rhelmer/bug1065069-revert-prelink-fix
Revert "fix bug 1065069 - reland RPM prelink fix for "Digest mismatch""
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•