• Home
  • Raw
  • Download

Lines Matching refs:format

67         cmd = 'unzip -o {} -d {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
69 cmd = 'tar -xvzf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
71 cmd = 'tar -xvf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
81 progress.console.log('Requesting {}'.format(url))
85 … progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
92 progress.console.log("Downloaded {}".format(local_file))
97 progress.console.log("Decompressing {}".format(local_file))
99 progress.console.log("Decompressed {}".format(local_file))
105 … with three times retry, please check network status. Prebuilts download exit.'.format(local_file))
113 print('Requesting {}, please wait'.format(url))
117 print("Failed to open {}, HTTPError: {}".format(url, e.code))
121 print("Downloaded {}".format(local_file))
124 print("Decompressing {}, please wait".format(local_file))
126 print("Decompressed {}".format(local_file))
154 … args.progress.console.log('{}, Sha256 markword check OK.'.format(huaweicloud_url), style='green')
156 print('{}, Sha256 markword check OK.'.format(huaweicloud_url))
158 _run_cmd(('rm -rf {}/{}/*.{}.mark').format(code_dir, unzip_dir, unzip_filename))
159 _run_cmd(('rm -rf {}/{}/{}').format(code_dir, unzip_dir, unzip_filename))
160 local_file = os.path.join(bin_dir, '{}.{}'.format(md5_huaweicloud_url, bin_file))
164 … args.progress.console.log('{}, Sha256 check download OK.'.format(local_file), style='green')
166 … print('{}, Sha256 check download OK. Start decompression, please wait'.format(local_file))
185 … args.progress.console.log('{}, download and decompress completed'.format(tasks.get(task)),
188 print('{}, download and decompress completed'.format(tasks.get(task)))
193 os.environ['PATH'] = '{}/{}:{}'.format(args.code_dir, node_path, os.environ.get('PATH'))
196 skip_ssl_cmd = '{} config set strict-ssl false;'.format(npm)
198 npm_clean_cmd = '{} cache clean -f'.format(npm)
214 … raise Exception("{} not exist, it shouldn't happen, pls check...".format(full_code_path))
246 cmd = 'mv {}/*.mark {}'.format(dest_dir, tmp_dir)
262 _run_cmd('chmod 755 {} -R'.format(dest_dir))
282 install_dir = '{}/{}'.format(code_dir, config_info.get('install_dir'))
284 cmd = '{}/{}'.format(install_dir, script)
288 cmd = '{} --{}={}'.format(cmd, key, arg[key])
289 dest_dir = '{}/{}'.format(code_dir, config_info.get('destdir'))
290 cmd = '{} --destdir={}'.format(cmd, dest_dir)