Actions
Bug #6458
closedOn centos6, the gitconfig is not correct
Status:
Rejected
Priority:
1 (highest)
Assignee:
Category:
Rudder tests
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Git cannot be used on centos6, since the .gitconfig we use is not valid for git 1.7.1.
push.default option is not valid:
error: Malformed value for push.default: simple error: Must be one of nothing, matching, tracking or current.
Not sure if we should remove that line and use default one or adapt the value to git version (or use an always valid version)
Actions