Lines Matching refs:echo
81 def echo(args, msg): function
108 echo(args, "checking version={} id={}".format(check_version, check_id))
127 echo(args, "try to get dl_path from {}".format(url))
134 echo(args, "found download path for version {}".format(version))
145 echo(args, "fetch tar file from {}".format(url))
148 echo(args, "extract tar file {} into {}".format(tar_file, tmp_dir))
154 echo(args, "untared package in {}".format(pkg_tmp_dir))
160 echo(args, "move {} to {}".format(pkg_tmp_dir, dest_dir))
162 echo(args, "delete downloaded tar file {}".format(tar_file))
164 echo(args, "delete temp directory {}".format(tmp_dir))
168 echo(args, "Calling add3prf.py in {}".format(dest_dir))
178 echo(args, "Ask crates.io for {} ...".format(pkg))
366 echo(args, pattern.format(len(core_pkgs), set2list(core_pkgs)))
390 echo(args, msg)
395 echo(args, pattern.format(pkg, len(deps), set2list(deps)))
431 echo(args, "to fetch packages = {}".format(args.pkgs))
434 echo(args, "trying to fetch package '{}'".format(pkg))