Browse Source

Add documentation to test-depends-sources-mirror.py

pull/4/head
Taylor Hornby 9 years ago
parent
commit
eed49655f3
  1. 8
      qa/zerocash/test-depends-sources-mirror.py

8
qa/zerocash/test-depends-sources-mirror.py

@ -1,5 +1,13 @@
#!/usr/bin/env python2
# This script tests that the package mirror at https://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
# build, all of the dependency packages have been downloaded into the
# depends/sources directory (inside the root of this repository). The script
# checks that all of those files are accessible on the mirror.
import sys
import os
import requests

Loading…
Cancel
Save