Add support for GIT.

The git module allows basic access to git. Hosts are now required
to provide git support.

The defaults module now returns options as a list split on '='.
This commit is contained in:
Chris Johns
2013-03-03 13:24:19 +11:00
parent 45ca8cf134
commit d7e4900fe7
5 changed files with 333 additions and 68 deletions

View File

@@ -59,6 +59,7 @@ def load():
'_smp_mflags': ('none', 'none', smp_mflags),
'__bash': ('exe', 'optional', '/usr/local/bin/bash'),
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
'__git': ('exe', 'required', '/usr/local/bin/git'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake')
}