Actions
Bug #21029
closedkatello-change-hostname uses fail_with_message before defining it
Description
sudo ./katello/katello-change-hostname --help
./katello/katello-change-hostname:16:in `run_cmd': undefined method `fail_with_message' for main:Object (NoMethodError)
from ./katello/katello-change-hostname:22:in `disable_system_check_option?'
from ./katello/katello-change-hostname:75:in `block in <main>'
from /usr/share/ruby/optparse.rb:1062:in `initialize'
from ./katello/katello-change-hostname:51:in `new'
from ./katello/katello-change-hostname:51:in `<main>'
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-packaging/pull/537 added
Updated by Evgeni Golov over 7 years ago
to reproduce the error:
- apply fix for http://projects.theforeman.org/issues/21028
- run k-c-h without katello-installer-base RPM installed
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 250
Updated by Evgeni Golov about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-packaging|94074414f1865d45a85f722ea5ae7a81cef87320.
Actions