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

This commit is contained in:
Taylor Hornby 2016-02-03 12:53:20 -07:00
parent ba083f083c
commit eed49655f3
1 changed files with 8 additions and 0 deletions

View File

@ -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