Bug #15335
Look for Gemfile.in in gem root directory
Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy Dynflow
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
It's currently looking for it in a relative path 1 directory too high, in lib:
[2] pry(SmartProxyDynflowCore::BundlerHelper)> File.expand_path('../../Gemfile.in', '/opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_dynflow_core-0.1.0/lib/smart_proxy_dynflow_core/bundler_helper.rb')=> "/opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_dynflow_core-0.1.0/lib/Gemfile.in"
Associated revisions
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart_proxy_dynflow/pull/17 added
#2
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/theforeman/smart_proxy_remote_execution_ssh/pull/24 added
#3
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset smart_proxy_dynflow|e307256aae8b2afcf7676960def046ae8404a027.
#4
Updated by Marek Hulán about 6 years ago
- Legacy Backlogs Release (now unused) set to 164
fixes #15335 - fixes required for packaging (#17)
This looks for the Gemfile in the root directory, adds the gemspec to
the gem, and loads plugins like smart_proxy_remote_execution_ssh_core
from the bundler.d/* directory.