Actions
Bug #7129
closedBug #7127: Order of directive in a rule is only for ncf or standard lib
Port #7127 into branch master
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since cf-clerk does not exist anymore on branch master, we have to backport fixes from branch 3.1 of cf-clerk to branch master of Rudder repo
commands to do that are:
- generate patch
cd cf-clerk git format-patch -1 <commit-id>
- Apply patch
cd rudder rudder-dev <backport-branch-issue-number> git am --directory rudder-core 0001-Fixes-7127-Order-of-directive-in-a-rule-is-only-for-.patch git commit --amend # Rename commit number rudder-dev commit
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ about 9 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/pull/915
Updated by Anonymous about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|f6992fa79eb10da980710e80b3593ffa325c8c43.
Updated by François ARMAND about 9 years ago
Applied in changeset rudder|8abe72d17704ff7abcdf4478b677b4332bd9f106.
Updated by Jonathan CLARKE about 9 years ago
- Subject changed from Backport #7127 into branch master to Port #7127 into branch master
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions