Actions
Bug #4822
closedProcedure on how to update the Technique Librairy is invalid
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Documentation
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The procedure states that we should execute the following commands:
cd /var/rudder/configuration-repository/techniques cp -a /opt/rudder/share/techniques/* . git commit -am "Upgraded the Technique library (by $USER)"
but this does not add the new files (here the new techniques), in the git repo, only update the existing ones
the correct procedure should be
cd /var/rudder/configuration-repository/techniques cp -a /opt/rudder/share/techniques/* . git add -A git commit -am "Upgraded the Technique library (by $USER)"
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.6.13 to 2.6.14
Updated by Jonathan CLARKE over 10 years ago
- Status changed from New to Pending technical review
- Assignee set to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-doc/pull/64
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:43f7ff100c1ed86e78e3480c0e009186d414f1bd.
Updated by Nicolas CHARLES over 10 years ago
Applied in changeset commit:724e6811219488ec937d594d8ce67e415daa079a.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder versions that were released today.
- 2.6.14 (announcement , changelog)
- 2.9.6 (announcement , changelog)
- 2.10.2 (announcement , changelog)
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 30 to Rudder
- Category set to Documentation
Actions