From 448ab1e5865777f7b612ad8b3d6840b6f9e274f8 Mon Sep 17 00:00:00 2001 From: qvqc Date: Wed, 3 Jun 2020 15:53:33 -0400 Subject: [PATCH] fix source for 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..c6c463062 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://github.com/wowbux/wow-cli.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py index d6f89e836..b76ebd78e 100755 --- a/contrib/gitian/gitian-build.py +++ b/contrib/gitian/gitian-build.py @@ -5,7 +5,7 @@ import os import subprocess import sys -gsigs = 'https://github.com/qvqc/gitian.sigs.git' +gsigs = 'https://github.com/wowbux/gitian.sigs.git' gbrepo = 'https://github.com/devrandom/gitian-builder.git' platforms = {'l': ['Linux', 'linux', 'tar.bz2'], diff --git a/contrib/gitian/gitian-freebsd.yml b/contrib/gitian/gitian-freebsd.yml index 8670ce095..a461fa907 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://github.com/wowbux/wow-cli.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index 164e1637a..daa07b631 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://github.com/wowbux/wow-cli.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 7488c417b..62ccf318a 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://github.com/wowbux/wow-cli.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..82ba01b40 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://github.com/wowbux/wow-cli.git" "dir": "wownero" files: [] script: |