Skip to content

Commit

Permalink
Updated all old references to github repo to the current repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed May 9, 2019
1 parent 8a638e9 commit b8ea06c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ osx=true
SIGNER=
VERSION=
commit=false
url=https://github.com/navcoindev/navcoin-core
url=https://github.com/navcoin/navcoin-core
proc=2
mem=2000
lxc=true
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages:
- "python"
- "libexpat1-dev"
remotes:
- "url": "https://github.com/navcoindev/navcoin-core.git"
- "url": "https://github.com/navcoin/navcoin-core.git"
"dir": "navcoin-core"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages:
- "python"
- "libexpat1-dev"
remotes:
- "url": "https://github.com/navcoindev/navcoin-core.git"
- "url": "https://github.com/navcoin/navcoin-core.git"
"dir": "navcoin-core"
files: []
script: |
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages:
- "fonts-tuffy"
- "libexpat1-dev"
remotes:
- "url": "https://github.com/navcoindev/navcoin-core.git"
- "url": "https://github.com/navcoin/navcoin-core.git"
"dir": "navcoin-core"
files:
- "MacOSX10.11.sdk.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
- "python"
- "libexpat1-dev"
remotes:
- "url": "https://github.com/navcoindev/navcoin-core.git"
- "url": "https://github.com/navcoin/navcoin-core.git"
"dir": "navcoin-core"
files: []
script: |
Expand Down
4 changes: 2 additions & 2 deletions doc/gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Output from `gbuild` will look something like
remote: Total 57959 (delta 0), reused 0 (delta 0), pack-reused 57958
Receiving objects: 100% (57959/57959), 53.76 MiB | 484.00 KiB/s, done.
Resolving deltas: 100% (41590/41590), done.
From https://github.com/navcoindev/navcoin-core
From https://github.com/navcoin/navcoin-core
... (new tags, new branch etc)
--- Building for trusty amd64 ---
Stopping target if it is up
Expand All @@ -390,7 +390,7 @@ and inputs.

For example:
```bash
URL=https://github.com/navcoindev/navcoin-core.git
URL=https://github.com/navcoin/navcoin-core.git
COMMIT=2014_03_windows_unicode_path
./bin/gbuild --commit navcoin-core=${COMMIT} --url navcoin-core=${URL} ../navcoin-core/contrib/gitian-descriptors/gitian-arm.yml
./bin/gbuild --commit navcoin-core=${COMMIT} --url navcoin-core=${URL} ../navcoin-core/contrib/gitian-descriptors/gitian-linux.yml
Expand Down

0 comments on commit b8ea06c

Please sign in to comment.