mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
fix source for test
This commit is contained in:
parent
2e714e67fd
commit
448ab1e586
6 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ packages:
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
- "unzip"
|
- "unzip"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/wownero/wownero.git"
|
- "url": "https://github.com/wowbux/wow-cli.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -5,7 +5,7 @@ import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
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'
|
gbrepo = 'https://github.com/devrandom/gitian-builder.git'
|
||||||
|
|
||||||
platforms = {'l': ['Linux', 'linux', 'tar.bz2'],
|
platforms = {'l': ['Linux', 'linux', 'tar.bz2'],
|
||||||
|
|
|
@ -32,7 +32,7 @@ packages:
|
||||||
- "libprotobuf-dev"
|
- "libprotobuf-dev"
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/wownero/wownero.git"
|
- "url": "https://github.com/wowbux/wow-cli.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -43,7 +43,7 @@ packages:
|
||||||
- "libprotobuf-dev"
|
- "libprotobuf-dev"
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/wownero/wownero.git"
|
- "url": "https://github.com/wowbux/wow-cli.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -24,7 +24,7 @@ packages:
|
||||||
- "python-dev"
|
- "python-dev"
|
||||||
- "python-setuptools"
|
- "python-setuptools"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/wownero/wownero.git"
|
- "url": "https://github.com/wowbux/wow-cli.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files:
|
files:
|
||||||
- "MacOSX10.11.sdk.tar.gz"
|
- "MacOSX10.11.sdk.tar.gz"
|
||||||
|
|
|
@ -36,7 +36,7 @@ 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://github.com/wownero/wownero.git"
|
- "url": "https://github.com/wowbux/wow-cli.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue