diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 53b0663f8b..28e795a583 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -5,7 +5,7 @@ suites: architectures: - "i386" - "amd64" -packages: +packages: - "g++" - "git-core" - "unzip" @@ -22,7 +22,7 @@ packages: - "libqt4-test" reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/darkcoin/darkcoin.git" +- "url": "https://github.com/dashpay/dash.git" "dir": "dash" files: - "bitcoin-deps-linux32-gitian-r9.zip" @@ -73,7 +73,7 @@ script: | mkdir -p distsrc cd distsrc tar --strip-components=1 -xf ../$DISTNAME - do_configure --bindir=$BINDIR + do_configure --bindir=$BINDIR make $MAKEOPTS make $MAKEOPTS install-strip make $MAKEOPTS clean diff --git a/contrib/gitian-descriptors/gitian-osx-dash.yml b/contrib/gitian-descriptors/gitian-osx-dash.yml index 6228b6a8d6..78e6c4d07b 100755 --- a/contrib/gitian-descriptors/gitian-osx-dash.yml +++ b/contrib/gitian-descriptors/gitian-osx-dash.yml @@ -14,7 +14,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/darkcoin/darkcoin.git" +- "url": "https://github.com/dashpay/dash.git" "dir": "dash" files: - "osx-native-depends-r3.tar.gz" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index e34447f34e..19adfb4135 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -19,7 +19,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/darkcoin/darkcoin.git" +- "url": "https://github.com/dashpay/dash.git" "dir": "dash" files: - "qt-win32-5.2.0-gitian-r3.zip" diff --git a/doc/build-osx.md b/doc/build-osx.md index b46e5190e9..c79837ca02 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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. - git clone https://github.com/darkcoin/darkcoin.git + git clone https://github.com/dashpay/dash.git cd dash 2. Build dashd: