Bug #17990
closed[deployment][arvados-formula] ubuntu 18.04 needs to install using rvm for api and workbench
100%
Description
arvados-api-server and arvados-workbench are RoR apps, and the version provided in Ubuntu 18.4 is too old.
The formula should install RVM and set the installed ruby as the default in Ubuntu 18.04.
Ensure the dependencies are in place when installing the packages.
Updated by Javier Bértoli over 3 years ago
- Copied from Bug #17750: [deployment][arvados-formula] centos 7 needs to install using rvm for api and workbench added
Updated by Javier Bértoli over 3 years ago
- Status changed from New to In Progress
Updated by Javier Bértoli over 3 years ago
- Status changed from In Progress to Feedback
Added changes in branch 17990-add-rvm-to-ubuntu1804
Updated by Javier Bértoli over 3 years ago
- Blocks Story #17535: Jenkins step to test provision.sh + salt formula added
Updated by Javier Bértoli over 3 years ago
- Status changed from Feedback to In Progress
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-08-18 sprint to 2021-09-01 sprint
Updated by Ward Vandewege over 3 years ago
Javier Bértoli wrote:
Added changes in branch 17990-add-rvm-to-ubuntu1804
Just one comment; there are gpg calls to the ubuntu keyservers in there. GPG keyservers are quite flakey. Why not just store those 2 keys in the repo and load them from files? We do that almost everywhere else.
Otherwise, LGTM.
Updated by Javier Bértoli over 3 years ago
@Ward Vandewege, added your suggestions on arvados-formula:commit:ab04a4c, branch17990-add-rvm-to-ubuntu1804
Updated by Javier Bértoli over 3 years ago
- Status changed from In Progress to Resolved
Merged, tests pass