From 9e4ae1a36ab595c9d1ee69f0b0f79e584a008aa1 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 26 Sep 2024 15:59:14 +0300 Subject: [PATCH] update gitian urls --- contrib/gitian/dockrun.sh | 6 +++--- contrib/gitian/gitian-android.yml | 2 +- contrib/gitian/gitian-build.py | 4 ++-- contrib/gitian/gitian-freebsd.yml | 2 +- contrib/gitian/gitian-linux.yml | 2 +- contrib/gitian/gitian-osx.yml | 2 +- contrib/gitian/gitian-win.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/gitian/dockrun.sh b/contrib/gitian/dockrun.sh index e4149e4cd..816454bf0 100755 --- a/contrib/gitian/dockrun.sh +++ b/contrib/gitian/dockrun.sh @@ -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 .. diff --git a/contrib/gitian/gitian-android.yml b/contrib/gitian/gitian-android.yml index fca851185..4007967f5 100644 --- a/contrib/gitian/gitian-android.yml +++ b/contrib/gitian/gitian-android.yml @@ -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: | diff --git a/contrib/gitian/gitian-build.py b/contrib/gitian/gitian-build.py index c1d9553a8..b02285ebc 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://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') diff --git a/contrib/gitian/gitian-freebsd.yml b/contrib/gitian/gitian-freebsd.yml index 83cec75b1..cb67be573 100644 --- a/contrib/gitian/gitian-freebsd.yml +++ b/contrib/gitian/gitian-freebsd.yml @@ -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: | diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index 0f72c16ec..e151dd499 100644 --- a/contrib/gitian/gitian-linux.yml +++ b/contrib/gitian/gitian-linux.yml @@ -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: | diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 7fe03dadf..8b31e73ab 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://git.wownero.com/wownero/wownero.git" +- "url": "https://codeberg.org/wownero/wownero.git" "dir": "wownero" files: [] script: | diff --git a/contrib/gitian/gitian-win.yml b/contrib/gitian/gitian-win.yml index 992e6edf0..41116999a 100644 --- a/contrib/gitian/gitian-win.yml +++ b/contrib/gitian/gitian-win.yml @@ -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: |