2
0

Merge pull request #231 from rocket-labs-sysadmins/master

GitPython package name is fixed for RedHat-based OS
This commit is contained in:
Forrest 2016-05-30 11:32:02 -07:00
commit 3bc5aa3bce

View File

@ -29,6 +29,7 @@ that differ from whats in defaults.yaml
},
'RedHat': {
'pygit2': 'python-pygit2',
'python_git': 'GitPython',
'gitfs': {
'pygit2': {
'install_from_source': False,