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 #1

Updated by Vincent MEMBRÉ over 10 years ago

  • Status changed from New to 14
  • Assignee set to Vincent MEMBRÉ
  • Target version set to 2.8.0~beta1
Actions #2

Updated by Nicolas PERRON over 10 years ago

  • Status changed from 14 to Pending release
Actions #3

Updated by Vincent MEMBRÉ over 10 years ago

  • Subject changed from Upgrade script should not commit updates of configuration-repository from techniques folder to Upgrade script commits updates of configuration-repository from the repository base directory
Actions #4

Updated by Vincent MEMBRÉ over 10 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.8.0~beta1, which was released today.
Check out:

Actions #5

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF