From c590033558bfa93d6b45f18b6fe7f28070b67574 Mon Sep 17 00:00:00 2001 From: qvqc Date: Sat, 29 Aug 2020 13:22:16 -0400 Subject: [PATCH] update git url for deterministic test --- contrib/gitian/gitian-android.yml | 2 +- contrib/gitian/gitian-build.py | 2 +- contrib/gitian/gitian-freebsd.yml | 2 +- contrib/gitian/gitian-linux.yml | 2 +- contrib/gitian/gitian-osx.yml | 2 +- contrib/gitian/gitian-win.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/gitian/gitian-android.yml b/contrib/gitian/gitian-android.yml index c47d17337..6c542e0ec 100644 --- a/contrib/gitian/gitian-android.yml +++ b/contrib/gitian/gitian-android.yml @@ -32,7 +32,7 @@ packages: - "python3-zmq" - "unzip" remotes: -- "url": "https://github.com/wownero/wownero.git" +- "url": "https://git.wownero.com/qvqc/wownero.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py index 07b052b1c..dfdb7ee79 100755 --- a/contrib/gitian/gitian-build.py +++ b/contrib/gitian/gitian-build.py @@ -118,7 +118,7 @@ def main(): parser = argparse.ArgumentParser(description='Script for running full Gitian builds.', usage='%(prog)s [options] signer version') parser.add_argument('-c', '--commit', action='store_true', dest='commit', help='Indicate that the version argument is for a commit or branch') parser.add_argument('-p', '--pull', action='store_true', dest='pull', help='Indicate that the version argument is the number of a github repository pull request') - parser.add_argument('-u', '--url', dest='url', default='https://github.com/wownero/wownero', help='Specify the URL of the repository. Default is %(default)s') + parser.add_argument('-u', '--url', dest='url', default='https://git.wownero.com/qvqc/wownero', help='Specify the URL of the repository. Default is %(default)s') parser.add_argument('-v', '--verify', action='store_true', dest='verify', help='Verify the Gitian build') parser.add_argument('-b', '--build', action='store_true', dest='build', help='Do a Gitian build') parser.add_argument('-B', '--buildsign', action='store_true', dest='buildsign', help='Build both signed and unsigned binaries') diff --git a/contrib/gitian/gitian-freebsd.yml b/contrib/gitian/gitian-freebsd.yml index 8670ce095..f4b625b3c 100644 --- a/contrib/gitian/gitian-freebsd.yml +++ b/contrib/gitian/gitian-freebsd.yml @@ -32,7 +32,7 @@ packages: - "libprotobuf-dev" - "python3-zmq" remotes: -- "url": "https://github.com/wownero/wownero.git" +- "url": "https://git.wownero.com/qvqc/wownero.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index 164e1637a..215870ba9 100644 --- a/contrib/gitian/gitian-linux.yml +++ b/contrib/gitian/gitian-linux.yml @@ -43,7 +43,7 @@ packages: - "libprotobuf-dev" - "python3-zmq" remotes: -- "url": "https://github.com/wownero/wownero.git" +- "url": "https://git.wownero.com/qvqc/wownero.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 7488c417b..9178e9868 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -24,7 +24,7 @@ packages: - "python-dev" - "python-setuptools" remotes: -- "url": "https://github.com/wownero/wownero.git" +- "url": "https://git.wownero.com/qvqc/wownero.git" "dir": "wownero" files: - "MacOSX10.11.sdk.tar.gz" diff --git a/contrib/gitian/gitian-win.yml b/contrib/gitian/gitian-win.yml index 5ad37b0c3..cbbdbb143 100644 --- a/contrib/gitian/gitian-win.yml +++ b/contrib/gitian/gitian-win.yml @@ -36,7 +36,7 @@ alternatives: package: "x86_64-w64-mingw32-gcc" path: "/usr/bin/x86_64-w64-mingw32-gcc-posix" remotes: -- "url": "https://github.com/wownero/wownero.git" +- "url": "https://git.wownero.com/qvqc/wownero.git" "dir": "wownero" files: [] script: |