Project

General

Profile

action #124757

Updated by tinita about 1 year ago

## 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

Back