Actions
Bug #5611
closedTechnique upgrade documentation is not correct
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
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)"
Updated by François ARMAND about 10 years ago
- 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 ?
Updated by Dennis Cabooter about 10 years ago
Updated by François ARMAND about 10 years ago
- 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
Thanks Denis for that contribution. I reposted the pull request here, yours seemed to have embeded some already commited modification (perhaps your repos wasn't up to date ?) :
https://github.com/Normation/rudder-doc/pull/77
Updated by Dennis Cabooter about 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-doc:commit:4c616541146000283d69824ad34beef3bc933dc4.
Updated by Jonathan CLARKE about 10 years ago
Applied in changeset rudder-doc:commit:219969e3114c92badbf45bc81adcd8de93ebed0c.
Updated by Vincent MEMBRÉ about 10 years ago
- 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
Updated by Vincent MEMBRÉ about 10 years ago
- Status changed from Pending release to Released
Actions