Actions
User story #4046
closedUpgrade script commits updates of configuration-repository from the repository base directory
Pull Request:
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"
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from New to 14
- Assignee set to Vincent MEMBRÉ
- Target version set to 2.8.0~beta1
Updated by Nicolas PERRON about 11 years ago
- Status changed from 14 to Pending release
Updated by Vincent MEMBRÉ about 11 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
Updated by Vincent MEMBRÉ about 11 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:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000056.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions