mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
Merge pull request 'update gitian urls' (#486) from wowario/wownero:pr into master
Reviewed-on: https://codeberg.org/wownero/wownero/pulls/486
This commit is contained in:
@@ -41,10 +41,10 @@ RUN useradd -ms /bin/bash -U ubuntu -G docker
|
|||||||
USER ubuntu:docker
|
USER ubuntu:docker
|
||||||
WORKDIR $WORKDIR
|
WORKDIR $WORKDIR
|
||||||
|
|
||||||
RUN git clone https://git.wownero.com/wownero/gitian.sigs.git sigs; \
|
RUN git clone https://codeberg.org/wownero/gitian.sigs.git sigs; \
|
||||||
git clone https://github.com/devrandom/gitian-builder.git builder; \
|
git clone https://github.com/devrandom/gitian-builder.git builder; \
|
||||||
cd builder; git checkout c0f77ca018cb5332bfd595e0aff0468f77542c23; mkdir -p inputs var; cd inputs; \
|
cd builder; git checkout c0f77ca018cb5332bfd595e0aff0468f77542c23; mkdir -p inputs var; cd inputs; \
|
||||||
git clone https://git.wownero.com/wownero/wownero
|
git clone https://codeberg.org/wownero/wownero
|
||||||
|
|
||||||
CMD ["sleep", "infinity"]
|
CMD ["sleep", "infinity"]
|
||||||
EOF
|
EOF
|
||||||
@@ -109,7 +109,7 @@ if [ "$check" != "sign" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d sigs ]; then
|
if [ ! -d sigs ]; then
|
||||||
git clone https://git.wownero.com/wownero/gitian.sigs.git sigs
|
git clone https://codeberg.org/wownero/gitian.sigs.git sigs
|
||||||
cd sigs
|
cd sigs
|
||||||
git remote add $GH_USER git@github.com:$GH_USER/gitian.sigs.git
|
git remote add $GH_USER git@github.com:$GH_USER/gitian.sigs.git
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ packages:
|
|||||||
- "cmake"
|
- "cmake"
|
||||||
- "unzip"
|
- "unzip"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/wownero/wownero.git"
|
- "url": "https://codeberg.org/wownero/wownero.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://git.wownero.com/wownero/gitian.sigs.git'
|
gsigs = 'https://codeberg.org/wownero/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'],
|
||||||
@@ -113,7 +113,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/wownero/wownero', help='Specify the URL of the repository. Default is %(default)s')
|
parser.add_argument('-u', '--url', dest='url', default='https://codeberg.org/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')
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ packages:
|
|||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/wownero/wownero.git"
|
- "url": "https://codeberg.org/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ packages:
|
|||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/wownero/wownero.git"
|
- "url": "https://codeberg.org/wownero/wownero.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://git.wownero.com/wownero/wownero.git"
|
- "url": "https://codeberg.org/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@@ -35,7 +35,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://git.wownero.com/wownero/wownero.git"
|
- "url": "https://codeberg.org/wownero/wownero.git"
|
||||||
"dir": "wownero"
|
"dir": "wownero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user