Revision b642f737
b/ci/utils.py | ||
---|---|---|
347 | 347 |
curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add - |
348 | 348 |
apt-get update |
349 | 349 |
git config --global user.name {1} |
350 |
git config --global user.mail {2} |
|
350 |
git config --global user.email {2}
|
|
351 | 351 |
""".format(self.config.get('Global', 'apt_repo'), |
352 | 352 |
self.config.get('Global', 'git_config_name'), |
353 | 353 |
self.config.get('Global', 'git_config_mail')) |
Also available in: Unified diff