Actions
Bug #10990
closedWhen installing Rudder-Webapp, postinst script runs rudder-upgrade before initializing the git, and it can fail
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
69
Name check:
Fix check:
Regression:
Description
During install of Rudder 4.2 (may happen on other version also), there's an error on rudder-upgrade script
+ for hook_file in 10_commit.sh 50_rudderify.sh 90_reload.sh + hook=ncf-hooks.d/post.write_technique.10_commit.sh + '[' -f ncf-hooks.d/post.write_technique.10_commit.sh ']' + git add ncf-hooks.d/post.write_technique.10_commit.sh fatal: Not a git repository (or any of the parent directories): .git
indeed, /var/rudder/configuration-repository is not yet a git repository, so it fails
Updated by Benoît PECCATTE over 7 years ago
- Severity changed from Critical - prevents main use of Rudder | no workaround | data loss | security to Major - prevents use of part of Rudder | no simple workaround
- Priority changed from 0 to 54
Updated by Alexis Mousset over 7 years ago
- Status changed from New to In progress
Updated by Alexis Mousset over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1367
Updated by Alexis Mousset over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|03cff86e1e7ac4dc1036ad4f63c62bd37e23d5b4.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
- Priority changed from 70 to 69
This bug has been fixed in Rudder 4.1.6 and 4.2.0~beta3 which were released today.
- 4.1.6: Announce Changelog
- 4.2.0~beta3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions