Actions
Bug #3893
closedhammer-cli and hammer-cli foreman build gem from source errors
Description
hammer-cli and hammer-cli-foreman use 'git ls-files' on their gemspec to build the gem. However this might fail.
git ls-files does not always give the right result, and installations from source might fail to build the gem properly because of this (see http://pastie.org/8557757).
Fixes here:
https://github.com/theforeman/hammer-cli-foreman/pull/58
https://github.com/theforeman/hammer-cli/pull/62
Updated by Daniel Lobato Garcia almost 11 years ago
- Status changed from New to Ready For Testing
Updated by Daniel Lobato Garcia almost 11 years ago
- Status changed from Ready For Testing to Closed
Actions