Actions
Bug #5243
closedError in parsing of bundle names causing ncf to use technique names like "ntp {"
Bug #5243:
Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
This has an impact on the ncf Python lib, the ncf-api and therefore ncf-builder.
The culprit is a badly formed regex in ncf.py:
match = re.match("[^#]*bundle\s+agent\s+([^(]+)\(?([^)]*)\)?.*$", line)
This matches " }" as part of the name.
Actions