Actions
Bug #5534
closedrake tasks are failing due to "uninitialized constant AngularRailsTemplates::Engine::Tilt"
Description
See the following jenkins job:
http://ci.theforeman.org/job/test_katello/lastCompletedBuild/
It looks like there's a bug in the new 0.1.0 version of angular-rails-templates.
Updated by David Davis almost 11 years ago
I opened an issue against the gem for this error:
https://github.com/pitr/angular-rails-templates/issues/42
Hopefully after it gets fixed we can upgrade.
Updated by David Davis almost 11 years ago
Sorry, here's the non-dynamic link to the job
http://ci.theforeman.org/job/test_katello/615/
And the output:
rake aborted! NameError: uninitialized constant AngularRailsTemplates::Engine::Tilt /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates/engine.rb:13:in `block in <class:Engine>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates/engine.rb:10:in `each' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates/engine.rb:10:in `<class:Engine>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates/engine.rb:2:in `<module:AngularRailsTemplates>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates/engine.rb:1:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/angular-rails-templates-0.1.0/lib/angular-rails-templates.rb:1:in `<top (required)>' /var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/1.9.3/plugin/lib/katello.rb:22:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:76:in `require' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:72:in `each' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:72:in `block in require' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:61:in `each' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler/runtime.rb:61:in `require' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/gems/bundler-1.6.2/lib/bundler.rb:132:in `require' /var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/1.9.3/foreman/config/application.rb:22:in `<top (required)>' /var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/1.9.3/foreman/Rakefile:1:in `require' /var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/1.9.3/foreman/Rakefile:1:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/bin/ruby_executable_hooks:15:in `eval' /usr/local/rvm/gems/ruby-1.9.3-p392@test_katello_core-2/bin/ruby_executable_hooks:15:in `<main>' (See full trace by running task with --trace)
Updated by David Davis almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:463c96a4f8d6ee89f6e578e4907f01be35f0f659.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions