Browse Source

update repository link

kvazar
kvazar-network 6 months ago
parent
commit
2afbb4472e
  1. 2
      contrib/gitian-descriptors/gitian-linux.yml
  2. 2
      contrib/gitian-descriptors/gitian-osx.yml
  3. 2
      contrib/gitian-descriptors/gitian-win.yml
  4. 3
      doc/build-openbsd.md
  5. 2
      doc/build-unix.md
  6. 4
      doc/build-windows.md
  7. 2
      doc/release-process.md

2
contrib/gitian-descriptors/gitian-linux.yml

@ -28,7 +28,7 @@ packages:
- "ca-certificates" - "ca-certificates"
- "python" - "python"
remotes: remotes:
- "url": "https://github.com/kevacoin-project/kevacoin.git" - "url": "https://github.com/kvazar-network/kevacoin.git"
"dir": "kevacoin" "dir": "kevacoin"
files: [] files: []
script: | script: |

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

@ -28,7 +28,7 @@ packages:
- "python-setuptools" - "python-setuptools"
- "fonts-tuffy" - "fonts-tuffy"
remotes: remotes:
- "url": "https://github.com/kevacoin-project/kevacoin.git" - "url": "https://github.com/kvazar-network/kevacoin.git"
"dir": "kevacoin" "dir": "kevacoin"
files: files:
- "MacOSX10.11.sdk.tar.gz" - "MacOSX10.11.sdk.tar.gz"

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

@ -22,7 +22,7 @@ packages:
- "ca-certificates" - "ca-certificates"
- "python" - "python"
remotes: remotes:
- "url": "https://github.com/kevacoin-project/kevacoin.git" - "url": "https://github.com/kvazar-network/kevacoin.git"
"dir": "kevacoin" "dir": "kevacoin"
files: [] files: []
script: | script: |

3
doc/build-openbsd.md

@ -18,7 +18,7 @@ pkg_add automake # (select highest version, e.g. 1.15)
pkg_add python # (select highest version, e.g. 3.6) pkg_add python # (select highest version, e.g. 3.6)
pkg_add boost pkg_add boost
git clone https://github.com/kevacoin-project/kevacoin.git git clone https://github.com/kvazar-network/kevacoin.git
``` ```
See [dependencies.md](dependencies.md) for a complete overview. See [dependencies.md](dependencies.md) for a complete overview.
@ -97,4 +97,3 @@ If your user is in the `staff` group the limit can be raised with:
The change will only affect the current shell and processes spawned by it. To The change will only affect the current shell and processes spawned by it. To
make the change system-wide, change `datasize-cur` and `datasize-max` in make the change system-wide, change `datasize-cur` and `datasize-max` in
`/etc/login.conf`, and reboot. `/etc/login.conf`, and reboot.

2
doc/build-unix.md

@ -259,7 +259,7 @@ Setup and Build Example: Arch Linux
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux: This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:
pacman -S git base-devel boost libevent python pacman -S git base-devel boost libevent python
git clone https://github.com/kevacoin-project/kevacoin.git git clone https://github.com/kvazar-network/kevacoin.git
cd kevacoin/ cd kevacoin/
./autogen.sh ./autogen.sh
./configure --disable-wallet --without-gui --without-miniupnpc ./configure --disable-wallet --without-gui --without-miniupnpc

4
doc/build-windows.md

@ -85,7 +85,7 @@ This means you cannot use a directory that located directly on the host Windows
The next three steps are an example of how to acquire the source in an appropriate way. The next three steps are an example of how to acquire the source in an appropriate way.
cd /usr/src cd /usr/src
sudo git clone https://github.com/kevacoin-project/kevacoin.git sudo git clone https://github.com/kvazar-network/kevacoin.git
sudo chmod -R a+rw kevacoin sudo chmod -R a+rw kevacoin
Once the source code is ready the build steps are below. Once the source code is ready the build steps are below.
@ -115,7 +115,7 @@ This means you cannot use a directory that located directly on the host Windows
The next three steps are an example of how to acquire the source in an appropriate way. The next three steps are an example of how to acquire the source in an appropriate way.
cd /usr/src cd /usr/src
sudo git clone https://github.com/kevacoin-project/kevacoin.git sudo git clone https://github.com/kvazar-network/kevacoin.git
sudo chmod -R a+rw kevacoin sudo chmod -R a+rw kevacoin
Then build using: Then build using:

2
doc/release-process.md

@ -36,7 +36,7 @@ Check out the source code in the following directory hierarchy.
git clone https://github.com/kevacoin-project/gitian.sigs.ltc.git git clone https://github.com/kevacoin-project/gitian.sigs.ltc.git
git clone https://github.com/kevacoin-project/kevacoin-detached-sigs.git git clone https://github.com/kevacoin-project/kevacoin-detached-sigs.git
git clone https://github.com/devrandom/gitian-builder.git git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/kevacoin-project/kevacoin.git git clone https://github.com/kvazar-network/kevacoin.git
### Kevacoin maintainers/release engineers, suggestion for writing release notes ### Kevacoin maintainers/release engineers, suggestion for writing release notes

Loading…
Cancel
Save