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

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

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

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

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

3
doc/build-openbsd.md

@ -18,7 +18,7 @@ pkg_add automake # (select highest version, e.g. 1.15) @@ -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 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.
@ -97,4 +97,3 @@ If your user is in the `staff` group the limit can be raised with: @@ -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
make the change system-wide, change `datasize-cur` and `datasize-max` in
`/etc/login.conf`, and reboot.

2
doc/build-unix.md

@ -259,7 +259,7 @@ Setup and Build Example: Arch Linux @@ -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:
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/
./autogen.sh
./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 @@ -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.
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
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 @@ -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.
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
Then build using:

2
doc/release-process.md

@ -36,7 +36,7 @@ Check out the source code in the following directory hierarchy. @@ -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/kevacoin-detached-sigs.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

Loading…
Cancel
Save