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 Jonathan CLARKE almost 11 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 almost 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Updated by Benoît PECCATTE about 10 years ago
- Project changed from 30 to Rudder
- Category set to Documentation
Actions