Project

General

Profile

Actions

User story #4046

closed

Upgrade script commits updates of configuration-repository from the repository base directory

Added by Vincent MEMBRÉ over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
2
Category:
Packaging
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

rudder-upgrade scripts update system techniques on every run.

but the git commands are run from /var/rudder/confiugration-repository/techniques, which could update the wrong git (a subgit may have been created to handle Techniques updates)

/var/rudder/configuration-repository/techniques/ && git add -A system/ && git commit -m "Upgrade system Techniques - automatically done by rudder-upgrade script" 

should be replaced by:

/var/rudder/configuration-repository/ && git add -A techniques/system/ && git commit -m "Upgrade system Techniques - automatically done by rudder-upgrade script" 

Subtasks 1 (0 open1 closed)

User story #4047: Change folder where rudder-upgrade commitsReleasedJonathan CLARKE2013-10-10Actions
Actions

Also available in: Atom PDF