aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2019-11-10 09:19:52 +0000
committerHoward Chu <hyc@symas.com>2019-11-11 08:35:53 +0000
commit75c5a04ca5025629c4db6fdefa844a6addf1d5e1 (patch)
tree2ef706ed5431a844e75fd3fa20280548965cd9d5
parentMerge pull request #6088 (diff)
downloadmonero-75c5a04ca5025629c4db6fdefa844a6addf1d5e1.tar.xz
gitian: Update to latest gitian-builder
-rwxr-xr-xcontrib/gitian/gitian-build.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py
index b60cc9309..28f2d9d4a 100755
--- a/contrib/gitian/gitian-build.py
+++ b/contrib/gitian/gitian-build.py
@@ -22,11 +22,7 @@ def setup():
if not os.path.isdir('builder'):
subprocess.check_call(['git', 'clone', gbrepo, 'builder'])
os.chdir('builder')
- subprocess.check_call(['git', 'config', 'user.email', 'gitianuser@localhost'])
- subprocess.check_call(['git', 'config', 'user.name', 'gitianuser'])
- subprocess.check_call(['git', 'checkout', '963322de8420c50502c4cc33d4d7c0d84437b576'])
- subprocess.check_call(['git', 'fetch', 'origin', '72c51f0bd2adec4eedab4dbd06c9229b9c4eb0e3'])
- subprocess.check_call(['git', 'cherry-pick', '72c51f0bd2adec4eedab4dbd06c9229b9c4eb0e3'])
+ subprocess.check_call(['git', 'checkout', 'c0f77ca018cb5332bfd595e0aff0468f77542c23'])
os.makedirs('inputs', exist_ok=True)
os.chdir('inputs')
if not os.path.isdir('monero'):