]> Git Repo - VerusCoin.git/blobdiff - qa/zcash/test-depends-sources-mirror.py
Incorporate all Zcash updates through 2.0.7-3 in addition to PBaaS, reserves, etc.
[VerusCoin.git] / qa / zcash / test-depends-sources-mirror.py
index 6b612d715077e8b571feba4c7e68f2ecb40ffc47..69a82e6b62d7907728f516d1bbae0822430c0b99 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python2
 
-# This script tests that the package mirror at https://z.cash/depends-sources/
+# This script tests that the package mirror at https://download.z.cash/depends-sources/
 # contains all of the packages required to build this version of Zcash.
 #
 # This script assumes you've just built Zcash, and that as a result of that
@@ -12,7 +12,7 @@ import sys
 import os
 import requests
 
-MIRROR_URL_DIR="https://z.cash/depends-sources/"
+MIRROR_URL_DIR="https://download.z.cash/depends-sources/"
 DEPENDS_SOURCES_DIR=os.path.realpath(os.path.join(
     os.path.dirname(__file__),
     "..", "..", "depends", "sources"
This page took 0.029767 seconds and 4 git commands to generate.