update github url

This commit is contained in:
Evan Duffield 2015-05-06 13:49:49 -07:00
parent e7557f2baf
commit 9646c5ffcb
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ suites:
architectures: architectures:
- "i386" - "i386"
- "amd64" - "amd64"
packages: packages:
- "g++" - "g++"
- "git-core" - "git-core"
- "unzip" - "unzip"
@ -22,7 +22,7 @@ packages:
- "libqt4-test" - "libqt4-test"
reference_datetime: "2014-01-10 00:00:00" reference_datetime: "2014-01-10 00:00:00"
remotes: remotes:
- "url": "https://github.com/darkcoin/darkcoin.git" - "url": "https://github.com/dashpay/dash.git"
"dir": "dash" "dir": "dash"
files: files:
- "bitcoin-deps-linux32-gitian-r9.zip" - "bitcoin-deps-linux32-gitian-r9.zip"
@ -73,7 +73,7 @@ script: |
mkdir -p distsrc mkdir -p distsrc
cd distsrc cd distsrc
tar --strip-components=1 -xf ../$DISTNAME tar --strip-components=1 -xf ../$DISTNAME
do_configure --bindir=$BINDIR do_configure --bindir=$BINDIR
make $MAKEOPTS make $MAKEOPTS
make $MAKEOPTS install-strip make $MAKEOPTS install-strip
make $MAKEOPTS clean make $MAKEOPTS clean

View File

@ -14,7 +14,7 @@ packages:
reference_datetime: "2014-01-10 00:00:00" reference_datetime: "2014-01-10 00:00:00"
remotes: remotes:
- "url": "https://github.com/darkcoin/darkcoin.git" - "url": "https://github.com/dashpay/dash.git"
"dir": "dash" "dir": "dash"
files: files:
- "osx-native-depends-r3.tar.gz" - "osx-native-depends-r3.tar.gz"

View File

@ -19,7 +19,7 @@ packages:
reference_datetime: "2014-01-10 00:00:00" reference_datetime: "2014-01-10 00:00:00"
remotes: remotes:
- "url": "https://github.com/darkcoin/darkcoin.git" - "url": "https://github.com/dashpay/dash.git"
"dir": "dash" "dir": "dash"
files: files:
- "qt-win32-5.2.0-gitian-r3.zip" - "qt-win32-5.2.0-gitian-r3.zip"

View File

@ -82,7 +82,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it
1. Clone the github tree to get the source code and go into the directory. 1. Clone the github tree to get the source code and go into the directory.
git clone https://github.com/darkcoin/darkcoin.git git clone https://github.com/dashpay/dash.git
cd dash cd dash
2. Build dashd: 2. Build dashd: