Actions
Bug #6249
closedrudderify ncf-hook does not work on first run
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
At first ncf technique creation, ncf hooks tries to commit ncf_techniques forlder but failed in its check since command to check ncf_techniques existence fails:
git ls-tree -r master --name-only | grep -c "${CATEGORY_PATH}"
This return exit status 1 (grep does not find CATEGORY_PATH and that is what we want)
Just adding '|| true' at the end works
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-packages/pull/621
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset packages:rudder-packages|commit:925a88e6f6296c65662424f565bcd078eb454ac1.
Updated by François ARMAND almost 10 years ago
Applied in changeset packages:rudder-packages|commit:6313b6210d25dbee0b0200ea792a0ec5036d39f3.
Updated by Vincent MEMBRÉ over 9 years ago
- Category changed from System integration to Web - Technique editor
Updated by Vincent MEMBRÉ over 9 years ago
This bug has been fixed in Rudder 2.11.8 and 3.0.2 which were were released today.
- Announcement 2.11 3.0
- Changelog 2.11 3.0
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
Actions