Project

General

Profile

Actions

Bug #4822

closed

Procedure on how to update the Technique Librairy is invalid

Added by Nicolas CHARLES almost 10 years ago. Updated about 9 years ago.

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

Actions #1

Updated by Vincent MEMBRÉ almost 10 years ago

  • Target version changed from 2.6.13 to 2.6.14
Actions #2

Updated by Jonathan CLARKE almost 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
Actions #3

Updated by Jonathan CLARKE almost 10 years ago

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

Applied in changeset commit:43f7ff100c1ed86e78e3480c0e009186d414f1bd.

Actions #4

Updated by Nicolas CHARLES almost 10 years ago

Applied in changeset commit:724e6811219488ec937d594d8ce67e415daa079a.

Actions #5

Updated by Vincent MEMBRÉ almost 10 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder versions that were released today.

Actions #6

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 30 to Rudder
  • Category set to Documentation
Actions

Also available in: Atom PDF