Project

General

Profile

Actions

Bug #5611

closed

Technique upgrade documentation is not correct

Added by Dennis Cabooter over 9 years ago. Updated over 9 years ago.

Status:
Released
Priority:
3
Category:
Documentation
Target version:
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)"
Actions #1

Updated by François ARMAND over 9 years ago

Thanks for reporting!

Actions #2

Updated by François ARMAND over 9 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 ?

Actions #4

Updated by François ARMAND over 9 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

Actions #5

Updated by Dennis Cabooter over 9 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100

Applied in changeset rudder-doc:commit:4c616541146000283d69824ad34beef3bc933dc4.

Actions #6

Updated by Jonathan CLARKE over 9 years ago

Applied in changeset rudder-doc:commit:219969e3114c92badbf45bc81adcd8de93ebed0c.

Actions #7

Updated by Vincent MEMBRÉ over 9 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
Actions #8

Updated by Vincent MEMBRÉ over 9 years ago

  • 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.

Actions

Also available in: Atom PDF