Skip to content

Commit f31382f

Browse files
authored
Merge pull request #463 from navcoin/patch-7
Updated all references to old Repo Address for NavCoin github current url
2 parents 4a62021 + b8ea06c commit f31382f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

contrib/gitian-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ osx=true
1717
SIGNER=
1818
VERSION=
1919
commit=false
20-
url=https://github.com/navcoindev/navcoin-core
20+
url=https://github.com/navcoin/navcoin-core
2121
proc=2
2222
mem=2000
2323
lxc=true

contrib/gitian-descriptors/gitian-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages:
2929
- "python"
3030
- "libexpat1-dev"
3131
remotes:
32-
- "url": "https://github.com/navcoindev/navcoin-core.git"
32+
- "url": "https://github.com/navcoin/navcoin-core.git"
3333
"dir": "navcoin-core"
3434
files: []
3535
script: |

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages:
2929
- "python"
3030
- "libexpat1-dev"
3131
remotes:
32-
- "url": "https://github.com/navcoindev/navcoin-core.git"
32+
- "url": "https://github.com/navcoin/navcoin-core.git"
3333
"dir": "navcoin-core"
3434
files: []
3535
script: |

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages:
2929
- "fonts-tuffy"
3030
- "libexpat1-dev"
3131
remotes:
32-
- "url": "https://github.com/navcoindev/navcoin-core.git"
32+
- "url": "https://github.com/navcoin/navcoin-core.git"
3333
"dir": "navcoin-core"
3434
files:
3535
- "MacOSX10.11.sdk.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
- "libexpat1-dev"
2525
remotes:
26-
- "url": "https://github.com/navcoindev/navcoin-core.git"
26+
- "url": "https://github.com/navcoin/navcoin-core.git"
2727
"dir": "navcoin-core"
2828
files: []
2929
script: |

doc/gitian-building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Output from `gbuild` will look something like
364364
remote: Total 57959 (delta 0), reused 0 (delta 0), pack-reused 57958
365365
Receiving objects: 100% (57959/57959), 53.76 MiB | 484.00 KiB/s, done.
366366
Resolving deltas: 100% (41590/41590), done.
367-
From https://github.com/navcoindev/navcoin-core
367+
From https://github.com/navcoin/navcoin-core
368368
... (new tags, new branch etc)
369369
--- Building for trusty amd64 ---
370370
Stopping target if it is up
@@ -390,7 +390,7 @@ and inputs.
390390

391391
For example:
392392
```bash
393-
URL=https://github.com/navcoindev/navcoin-core.git
393+
URL=https://github.com/navcoin/navcoin-core.git
394394
COMMIT=2014_03_windows_unicode_path
395395
./bin/gbuild --commit navcoin-core=${COMMIT} --url navcoin-core=${URL} ../navcoin-core/contrib/gitian-descriptors/gitian-arm.yml
396396
./bin/gbuild --commit navcoin-core=${COMMIT} --url navcoin-core=${URL} ../navcoin-core/contrib/gitian-descriptors/gitian-linux.yml

0 commit comments

Comments
 (0)