Bug #20902
plugin_webpack_directories.rb removes 'katello' from bundle name
Description
The script script/plugin_webpack_directories.rb removes the katello name from the bundle name and thus makes it difficult to specify the bundle in katello. We should fix this so that the bundle is called katello.
Associated revisions
History
#1
Updated by Walden Raines almost 5 years ago
[vagrant@centos7-devel foreman]$ ./script/plugin_webpack_directories.rb {"entries":{"":"/home/vagrant/katello/webpack/index.js"},"paths":["/home/vagrant/katello/webpack"]}
#2
Updated by The Foreman Bot almost 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4824 added
#3
Updated by Walden Raines almost 5 years ago
- Category set to Web Interface
- Target version set to 213
#4
Updated by Walden Raines almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3d12e0dfad0be94b0cb302b05ee37695bbd61f76.
#5
Updated by Marek Hulán almost 5 years ago
- Legacy Backlogs Release (now unused) set to 296
Fixes #20902: ensure 'katello' is webpack bundle name.
We were removing the bundle name for katello and thus making it
difficult to reference the katello bundle. This commit changes the
script to ensure that the katello bundle name is retained.
http://projects.theforeman.org/issues/20902