Top Level Namespace
Defined in:
Constant Summary
-
BINTRAY_URL =
"https://dl.bintray.com/"
Method Summary
-
check_file(url, dest)
Verify the downloaded files has the correct file size
- clean_dir(dir)
-
download(url, dest, replace_existing, verbose, check_downloads, errors_only)
Recursively downloads files from bintray.
-
download_file(url, dest)
Downloads a binary file
-
log(message, verbose, errors_only)
Logs a progress message to the terminal.
-
make_check_file(file_path)
Makes the path of the check validation file.
Method Detail
def download(url, dest, replace_existing, verbose, check_downloads, errors_only)
#
Recursively downloads files from bintray.
def make_check_file(file_path)
#
Makes the path of the check validation file. This file acts as a cache so we don't have to check more than once. file_path is the file being checked