Skip to content

Commit

Permalink
update git descriptors links
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynexus committed Jun 13, 2019
1 parent a169a14 commit 5129a3e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-linux.yml
Expand Up @@ -30,8 +30,8 @@ packages:
- "ca-certificates"
- "python"
remotes:
- "url": "https://github.com/quantisnetcryptocurrency/quantisnet.git"
"dir": "QuantisNet-NewChain"
- "url": "https://github.com/QuantisDev/QuantisNet-Core-v2.1.2.git"
"dir": "QuantisNet-Core-v2.1.2"
files: []
script: |
Expand Down Expand Up @@ -114,7 +114,7 @@ script: |
EOF
chmod +x ${WRAP_DIR}/${prog}
done
cd QuantisNet-NewChain
cd QuantisNet-Core-v2.1.2
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-osx.yml
Expand Up @@ -30,8 +30,8 @@ packages:
- "python-setuptools"
- "fonts-tuffy"
remotes:
- "url": "https://github.com/quantisnetcryptocurrency/quantisnet.git"
"dir": "QuantisNet-NewChain"
- "url": "https://github.com/QuantisDev/QuantisNet-Core-v2.1.2.git"
"dir": "QuantisNet-Core-v2.1.2"
files:
- "MacOSX10.11.sdk.tar.gz"
script: |
Expand Down Expand Up @@ -83,7 +83,7 @@ script: |
# Faketime for depends so intermediate results are comparable
create_global_faketime_wrappers "2000-01-01 12:00:00"
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
cd QuantisNet-NewChain
cd QuantisNet-Core-v2.1.2
BASEPREFIX=`pwd`/depends
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-rpi2.yml
Expand Up @@ -19,8 +19,8 @@ packages:
- "binutils-gold"
reference_datetime: "2017-01-01 00:00:00"
remotes:
- "url": "https://github.com/quantisnetcryptocurrency/quantisnet.git"
"dir": "QuantisNet-NewChain"
- "url": "https://github.com/QuantisDev/QuantisNet-Core-v2.1.2.git"
"dir": "QuantisNet-Core-v2.1.2"
files:
- "raspberrypi-tools.tar.gz"
script: |
Expand Down Expand Up @@ -69,7 +69,7 @@ script: |
done
export PATH=${WRAP_DIR}:${PATH}
cd QuantisNet-NewChain
cd QuantisNet-Core-v2.1.2
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-win.yml
Expand Up @@ -24,8 +24,8 @@ packages:
- "ca-certificates"
- "python"
remotes:
- "url": "https://github.com/quantisnetcryptocurrency/quantisnet.git"
"dir": "QuantisNet-NewChain"
- "url": "https://github.com/QuantisDev/QuantisNet-Core-v2.1.2.git"
"dir": "QuantisNet-Core-v2.1.2"
files: []
script: |
WRAP_DIR=$HOME/wrapped
Expand Down Expand Up @@ -102,7 +102,7 @@ script: |
create_global_faketime_wrappers "2000-01-01 12:00:00"
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
create_per-host_linker_wrapper "2000-01-01 12:00:00"
cd QuantisNet-NewChain
cd QuantisNet-Core-v2.1.2
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
Expand Down
4 changes: 2 additions & 2 deletions doc/build-osx.md
Expand Up @@ -37,8 +37,8 @@ Build Dash Core

1. Clone the bitcoin source code and cd into `dash`

git clone https://github.com/quantisnetcryptocurrency/quantisnet.git
cd QuantisNet-NewChain
git clone https://github.com/QuantisDev/QuantisNet-Core-v2.1.2.git
cd QuantisNet-Core-v2.1.2

2. Build QuantisNet Core:
This will configure and build the headless QuantisNet binaries as well as the gui (if Qt is found).
Expand Down
4 changes: 2 additions & 2 deletions doc/gitian-building.md
Expand Up @@ -315,7 +315,7 @@ Clone the git repositories for QuantisNet Core and Gitian.

```bash
git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/akshaynexus/QuantisNet-NewChain
git clone https://github.com/akshaynexus/QuantisNet-Core-v2.1.2
git clone https://github.com/akshaynexus/gitian.sigs.git
```

Expand Down Expand Up @@ -382,7 +382,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/akshaynexus/QuantisNet-NewChain
From https://github.com/akshaynexus/QuantisNet-Core-v2.1.2
... (new tags, new branch etc)
--- Building for trusty amd64 ---
Stopping target if it is up
Expand Down

0 comments on commit 5129a3e

Please sign in to comment.