Bug #5611
closed
Technique upgrade documentation is not correct
Added by Dennis Cabooter about 10 years ago.
Updated about 10 years ago.
Description
This:
- Jump to the Rudder Technique tree
cd /var/rudder/configuration-repository/techniques
- Copy the reference Technique library to your local tree
cp -a /opt/rudder/share/techniques/* .
- Update the GIT repository to match the new tree state
git commit -am "Upgraded the Technique library (by $USER)"
Doesn't work and should be this:
- Jump to the Rudder Technique tree
cd /var/rudder/configuration-repository/techniques
- Copy the reference Technique library to your local tree
cp -a /opt/rudder/share/techniques/* .
- Update the GIT repository to match the new tree state
cd /var/rudder/configuration-repository
git add .
git commit -m "Upgraded the Technique library (by $USER)"
- Description updated (diff)
- Category set to Documentation
- Status changed from New to 8
- Priority changed from N/A to 3
- Target version set to 2.6.19
(for reference: our current process does not allow to ADD new techniques/technique version, only update what is modified/removed.)
Denis, would you mind open a pull request on documentation project (https://github.com/Normation/rudder-doc) targeting branch 2.6 with that patch ?
- Status changed from 8 to Pending technical review
- Assignee set to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-doc/pull/77
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-doc:commit:4c616541146000283d69824ad34beef3bc933dc4.
Applied in changeset rudder-doc:commit:219969e3114c92badbf45bc81adcd8de93ebed0c.
- Subject changed from http://www.rudder-project.org/rudder-doc-2.11/rudder-doc.html#_technique_upgrade not correct to Technique upgrade documentation is not correct
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.19, 2.10.7 and 2.11.4, which were these days.
Also available in: Atom
PDF