diff options
author | Howard Chu <hyc@symas.com> | 2019-11-10 09:19:52 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-11-17 13:42:01 +0000 |
commit | bf00d984c8c486734441888e4427ba0190aa3fd4 (patch) | |
tree | 0f8d5fa3f112561f58d55740c3a204f1058b36f3 | |
parent | Merge pull request #6138 (diff) | |
download | monero-bf00d984c8c486734441888e4427ba0190aa3fd4.tar.xz |
gitian: Update to latest gitian-builder
Diffstat (limited to '')
-rwxr-xr-x | contrib/gitian/gitian-build.py | 6 |
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'): |