Actions
Bug #2516
closeddbmigrate not compatible with SCL and bundler_ext
Description
The installer currently calls extras/dbmigrate, but it tries to do a bundle exec without being aware that bundler_ext moves the Gemfile. It should check for Gemfile.in and skip the bundle exec if bundler_ext is in use.
It also calls rake directly rather than the SCL rake. It might be best to fix this during the package build, in a similar way to how foreman.spec updates the init.d script.
Updated by Lukas Zapletal over 11 years ago
- Status changed from New to Assigned
- Assignee set to Lukas Zapletal
Taking.
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Lukas Zapletal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8431ebea9c39c5c76385f9317a6163bc1f8c3e1b.
Actions