use wownero/wownero git
This commit is contained in:
parent
45142e0ecb
commit
51bf95597d
|
@ -118,7 +118,7 @@ def main():
|
||||||
parser = argparse.ArgumentParser(description='Script for running full Gitian builds.', usage='%(prog)s [options] signer version')
|
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('-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('-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://git.wownero.com/qvqc/wownero', help='Specify the URL of the repository. Default is %(default)s')
|
parser.add_argument('-u', '--url', dest='url', default='https://git.wownero.com/wownero/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('-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', '--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')
|
parser.add_argument('-B', '--buildsign', action='store_true', dest='buildsign', help='Build both signed and unsigned binaries')
|
||||||
|
|
|
@ -32,7 +32,7 @@ packages:
|
||||||
- "libprotobuf-dev"
|
- "libprotobuf-dev"
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/qvqc/wownero.git"
|
- "url": "https://git.wownero.com/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -43,13 +43,13 @@ packages:
|
||||||
- "libprotobuf-dev"
|
- "libprotobuf-dev"
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/qvqc/wownero.git"
|
- "url": "https://git.wownero.com/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu i686-linux-gnu"
|
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu"
|
||||||
FAKETIME_HOST_PROGS=""
|
FAKETIME_HOST_PROGS=""
|
||||||
FAKETIME_PROGS="date"
|
FAKETIME_PROGS="date"
|
||||||
HOST_CFLAGS="-O2 -g"
|
HOST_CFLAGS="-O2 -g"
|
||||||
|
|
|
@ -24,7 +24,7 @@ packages:
|
||||||
- "python-dev"
|
- "python-dev"
|
||||||
- "python-setuptools"
|
- "python-setuptools"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/qvqc/wownero.git"
|
- "url": "https://git.wownero.com/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files:
|
files:
|
||||||
- "MacOSX10.11.sdk.tar.gz"
|
- "MacOSX10.11.sdk.tar.gz"
|
||||||
|
|
|
@ -36,12 +36,12 @@ alternatives:
|
||||||
package: "x86_64-w64-mingw32-gcc"
|
package: "x86_64-w64-mingw32-gcc"
|
||||||
path: "/usr/bin/x86_64-w64-mingw32-gcc-posix"
|
path: "/usr/bin/x86_64-w64-mingw32-gcc-posix"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/qvqc/wownero.git"
|
- "url": "https://git.wownero.com/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
|
HOSTS="x86_64-w64-mingw32"
|
||||||
FAKETIME_HOST_PROGS="windres objcopy"
|
FAKETIME_HOST_PROGS="windres objcopy"
|
||||||
FAKETIME_PROGS="date zip"
|
FAKETIME_PROGS="date zip"
|
||||||
HOST_CFLAGS="-O2 -g"
|
HOST_CFLAGS="-O2 -g"
|
||||||
|
|
Loading…
Reference in New Issue