Change gitian.sigs repo from bitcoin-core to monero-project remote host

This commit is contained in:
TheCharlatan 2018-10-09 11:12:32 +02:00
parent f2127f9dca
commit fed4e59886
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def setup():
programs += ['lxc', 'debootstrap']
subprocess.check_call(['sudo', 'apt-get', 'install', '-qq'] + programs)
if not os.path.isdir('gitian.sigs'):
subprocess.check_call(['git', 'clone', 'https://github.com/bitcoin-core/gitian.sigs.git'])
subprocess.check_call(['git', 'clone', 'https://github.com/monero-project/gitian.sigs.git'])
if not os.path.isdir('gitian-builder'):
subprocess.check_call(['git', 'clone', 'https://github.com/devrandom/gitian-builder.git'])
if not os.path.isdir('monero'):