Skip to content

Commit e549f18

Browse files
committed
Update repo as it now moved to another repo from branch
Update repo as it now moved to another repo from branch
1 parent 2f2493b commit e549f18

File tree

15 files changed

+21
-21
lines changed

15 files changed

+21
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bitweb Core
22
=====================================
33

4-
[Website](https://bitwebcore.net/) | [Explorer](https://explorer.bitwebcore.net/) | [Wallet](https://github.com/bitweb-project/bitweb/releases) | [RU/EU/US/Asia Mining Pool](https://pool.rplant.xyz/) | [France Mining Pool](https://pool-jg1000.fr/) | [Germany Mining Pool](http://miner123.win/) | [Poland Mining Pool](https://pool.coinsdev.pl/) | [Germany Mining Pool-1](https://murkapool.it/) | [China Mining Pool](http://multi.walemo.com/)
4+
[Website](https://bitwebcore.net/) | [Explorer](https://explorer.bitwebcore.net/) | [Wallet](https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility/releases) | [RU/EU/US/Asia Mining Pool](https://pool.rplant.xyz/) | [France Mining Pool](https://pool-jg1000.fr/) | [Germany Mining Pool](http://miner123.win/) | [Poland Mining Pool](https://pool.coinsdev.pl/) | [Germany Mining Pool-1](https://murkapool.it/) | [China Mining Pool](http://multi.walemo.com/)
55
-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------
66

77
[Community](https://community.bitwebcore.net/)
@@ -23,7 +23,7 @@ out collectively by the network. Bitweb Core is the name of open source
2323
software which enables the use of this currency.
2424

2525
For more information, as well as an immediately useable, binary version of
26-
the Bitweb Core software, **[see Release](https://github.com/bitweb-project/bitweb/releases)**.
26+
the Bitweb Core software, **[see Release](https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility/releases)**.
2727

2828
Specifications
2929
------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2021)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitweb Core]])
11-
AC_INIT([Bitweb Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitweb-project/bitweb/issues],[bitweb],[https://bitwebcore.net/])
11+
AC_INIT([Bitweb Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility/issues],[bitweb],[https://bitwebcore.net/])
1212
AC_CONFIG_SRCDIR([src/validation.cpp])
1313
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
1414
AC_CONFIG_AUX_DIR([build-aux])

contrib/gitian-build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ def setup():
2323
programs += ['lxc', 'debootstrap']
2424
subprocess.check_call(['sudo', 'apt-get', 'install', '-qq'] + programs)
2525
if not os.path.isdir('gitian.sigs'):
26-
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/bitweb/gitian.sigs.git'])
26+
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility/gitian.sigs.git'])
2727
if not os.path.isdir('bitweb-detached-sigs'):
28-
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/bitweb/bitweb-detached-sigs.git'])
28+
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility/bitweb-detached-sigs.git'])
2929
if not os.path.isdir('gitian-builder'):
3030
subprocess.check_call(['git', 'clone', 'https://github.com/devrandom/gitian-builder.git'])
3131
if not os.path.isdir('bitweb'):
32-
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/bitweb.git'])
32+
subprocess.check_call(['git', 'clone', 'https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility.git'])
3333
os.chdir('gitian-builder')
3434
make_image_prog = ['bin/make-base-vm', '--suite', 'bionic', '--arch', 'amd64']
3535
if args.docker:
@@ -140,7 +140,7 @@ def main():
140140
parser = argparse.ArgumentParser(usage='%(prog)s [options] signer version')
141141
parser.add_argument('-c', '--commit', action='store_true', dest='commit', help='Indicate that the version argument is for a commit or branch')
142142
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')
143-
parser.add_argument('-u', '--url', dest='url', default='https://github.com/bitweb-project/bitweb', help='Specify the URL of the repository. Default is %(default)s')
143+
parser.add_argument('-u', '--url', dest='url', default='https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility', help='Specify the URL of the repository. Default is %(default)s')
144144
parser.add_argument('-v', '--verify', action='store_true', dest='verify', help='Verify the Gitian build')
145145
parser.add_argument('-b', '--build', action='store_true', dest='build', help='Do a Gitian build')
146146
parser.add_argument('-s', '--sign', action='store_true', dest='sign', help='Make signed binaries for Windows and MacOS')

contrib/gitian-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VERSION=
1919
commit=false
2020

2121
# GITHUB repo select
22-
url=https://github.com/bitweb-project/bitweb
22+
url=https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility
2323

2424
proc=2
2525
mem=2000
@@ -42,7 +42,7 @@ version Version number, commit, or branch to build. If building a commit or bra
4242
4343
Options:
4444
-c|--commit Indicate that the version argument is for a commit or branch
45-
-u|--url Specify the URL of the repository. Default is https://github.com/bitweb-project/bitweb
45+
-u|--url Specify the URL of the repository. Default is https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility
4646
-v|--verify Verify the Gitian build
4747
-b|--build Do a Gitian build
4848
-s|--sign Make signed binaries for Windows and Mac OSX
@@ -234,7 +234,7 @@ if [[ $setup = true ]]
234234
then
235235
sudo apt-get install ruby apache2 git apt-cacher-ng python-vm-builder qemu-kvm qemu-utils
236236
git clone https://github.com/bitweb-project/gitian.sigs.git
237-
git clone https://github.com/bitweb-project/bitweb-detached-sigs.git
237+
git clone https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility-detached-sigs.git
238238
git clone https://github.com/devrandom/gitian-builder.git
239239
pushd ./gitian-builder
240240
if [[ -n "$USE_LXC" ]]

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
- "ca-certificates"
2929
- "python"
3030
remotes:
31-
- "url": "https://github.com/bitweb-project/bitweb.git"
31+
- "url": "https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility.git"
3232
"dir": "bitweb"
3333
files: []
3434
script: |

contrib/gitian-descriptors/gitian-osx-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ architectures:
77
packages:
88
- "faketime"
99
remotes:
10-
- "url": "https://github.com/bitweb-project/bitweb-detached-sigs.git"
10+
- "url": "https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility-detached-sigs.git"
1111
"dir": "signature"
1212
files:
1313
- "bitweb-osx-unsigned.tar.gz"

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
- "python-setuptools"
2929
- "fonts-tuffy"
3030
remotes:
31-
- "url": "https://github.com/bitweb-project/bitweb.git"
31+
- "url": "https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility.git"
3232
"dir": "bitweb"
3333
files:
3434
- "MacOSX10.11.sdk.tar.gz"

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- "libssl1.0-dev"
1010
- "autoconf"
1111
remotes:
12-
- "url": "https://github.com/bitweb-project/bitweb-detached-sigs.git"
12+
- "url": "https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility-detached-sigs.git"
1313
"dir": "signature"
1414
files:
1515
- "osslsigncode-1.7.1.tar.gz"

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
- "python"
2424
- "rename"
2525
remotes:
26-
- "url": "https://github.com/bitweb-project/bitweb.git"
26+
- "url": "https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility.git"
2727
"dir": "bitweb"
2828
files: []
2929
script: |

doc/build-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This means you cannot use a directory that located directly on the host Windows
8585
The next three steps are an example of how to acquire the source in an appropriate way.
8686

8787
cd /usr/src
88-
sudo git clone https:/https://github.com/bitweb-project/bitweb.git
88+
sudo git clone https:/https://github.com/bitweb-project/Bitweb_old_api_for_back_compatibility.git
8989
sudo chmod -R a+rw BTE
9090

9191
Once the source code is ready the build steps are below.

0 commit comments

Comments
 (0)