aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2018-10-09 11:12:32 +0200
committerTheCharlatan <seb.kung@gmail.com>2018-10-09 11:12:32 +0200
commitfed4e59886c3410429f9625caff0298ac7523bcb (patch)
treefa8c2f7dc0317054ff38b941e07df8aa4c0e4442
parentAdd checksums for download tools (diff)
downloadmonero-fed4e59886c3410429f9625caff0298ac7523bcb.tar.xz
Change gitian.sigs repo from bitcoin-core to monero-project remote host
Diffstat (limited to '')
-rwxr-xr-xcontrib/gitian/gitian-build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py
index 2f4c93625..0a93dbf5b 100755
--- a/contrib/gitian/gitian-build.py
+++ b/contrib/gitian/gitian-build.py
@@ -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'):