update gitian urls

This commit is contained in:
wowario
2024-09-26 15:59:14 +03:00
parent 9a8bbc6091
commit 9e4ae1a36a
7 changed files with 10 additions and 10 deletions

View File

@@ -41,10 +41,10 @@ RUN useradd -ms /bin/bash -U ubuntu -G docker
USER ubuntu:docker
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; \
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"]
EOF
@@ -109,7 +109,7 @@ if [ "$check" != "sign" ]; then
fi
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
git remote add $GH_USER git@github.com:$GH_USER/gitian.sigs.git
cd ..

View File

@@ -26,7 +26,7 @@ packages:
- "cmake"
- "unzip"
remotes:
- "url": "https://git.wownero.com/wownero/wownero.git"
- "url": "https://codeberg.org/wownero/wownero.git"
"dir": "wownero"
files: []
script: |

View File

@@ -5,7 +5,7 @@ import os
import subprocess
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'
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.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://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('-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')

View File

@@ -26,7 +26,7 @@ packages:
- "python"
- "cmake"
remotes:
- "url": "https://git.wownero.com/wownero/wownero.git"
- "url": "https://codeberg.org/wownero/wownero.git"
"dir": "wownero"
files: []
script: |

View File

@@ -38,7 +38,7 @@ packages:
- "python"
- "cmake"
remotes:
- "url": "https://git.wownero.com/wownero/wownero.git"
- "url": "https://codeberg.org/wownero/wownero.git"
"dir": "wownero"
files: []
script: |

View File

@@ -24,7 +24,7 @@ packages:
- "python-dev"
- "python-setuptools"
remotes:
- "url": "https://git.wownero.com/wownero/wownero.git"
- "url": "https://codeberg.org/wownero/wownero.git"
"dir": "wownero"
files: []
script: |

View File

@@ -35,7 +35,7 @@ alternatives:
package: "x86_64-w64-mingw32-gcc"
path: "/usr/bin/x86_64-w64-mingw32-gcc-posix"
remotes:
- "url": "https://git.wownero.com/wownero/wownero.git"
- "url": "https://codeberg.org/wownero/wownero.git"
"dir": "wownero"
files: []
script: |