Actions
action #124757
closedMove AssetPack plugins into a config file
Description
Motivation¶
in tools/generate-packed-assets
we do:
ASSETPACK_PLUGINS=$(grep 'plugin.*AssetPack' lib/OpenQA/WebAPI.pm | head -1 | awk -F '[()]' '{print $3}')
This was just fixed because the previous regex returned too much.
Still this can easily break again, so this should be moved to a config file
See also #124739
Updated by tinita over 1 year ago
- Copied from action #124739: o3 deployment failed due to "run(/usr/bin/ruby) failed: Permission denied at /usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/AssetPack/Pipe.pm line 27" and then "run(/bin/sass) failed: No such file or directory" size:M added
Updated by tinita over 1 year ago
- Description updated (diff)
- Start date deleted (
2023-02-17)
Updated by livdywan over 1 year ago
- Target version set to Ready
As I understand it this is something we want to fix sooner rather than later, hence putting it in the backlog.
Updated by kraih over 1 year ago
Updated by kraih over 1 year ago
- Status changed from Feedback to Resolved
Looks like there were no issues.
Actions