Commit cb810ffa authored by Yingjie Xu's avatar Yingjie Xu

Parameters 'file' and 'urlmd5' are required now.

parent da827f1f
......@@ -120,6 +120,8 @@ def upload_network_cached(software_root, software_url, cached_key,
logger.info('Uploading %s binary into network cache.' % software_url)
kw = dict(
file=software_url,
urlmd5=cached_key,
software_url=software_url,
gcc_version="gcc-version",
libc_version="libc-version",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment