Lines Matching refs:format
66 cmd = 'unzip -o {} -d {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
68 cmd = 'tar -xvzf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
70 cmd = 'tar -xvf {} -C {};echo 0 > {}'.format(src_file, dest_dir, mark_file_path)
80 progress.console.log('Requesting {}'.format(url))
84 progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
91 progress.console.log("Downloaded {}".format(local_file))
94 progress.console.log("Decompressing {}".format(local_file))
96 progress.console.log("Decompressed {}".format(local_file))
101 print('Requesting {}, please wait'.format(url))
105 print("Failed to open {}, HTTPError: {}".format(url, e.code))
109 print("Downloaded {}".format(local_file))
112 print("Decompressing {}, please wait".format(local_file))
114 print("Decompressed {}".format(local_file))
135 … args.progress.console.log('{}, Sha256 markword check OK.'.format(huaweicloud_url), style='green')
137 print('{}, Sha256 markword check OK.'.format(huaweicloud_url))
147 … args.progress.console.log('{}, Sha256 check download OK.'.format(local_file), style='green')
149 … print('{}, Sha256 check download OK. Start decompression, please wait'.format(local_file))
167 …args.progress.console.log('{}, download and decompress completed'.format(tasks.get(task)), style='…
169 print('{}, download and decompress completed'.format(tasks.get(task)))
175 …os.environ['PATH'] = '{}/{}/{}/bin:{}'.format(code_dir, unzip_dir, unzip_filename, os.environ.get(…
179 npm = '{}/{}/{}/bin/npm'.format(code_dir, unzip_dir, unzip_filename)
181 skip_ssl_cmd = '{} config set strict-ssl false;'.format(npm)
184 cmd = 'cd {};{}{} cache clean -f;{} install --registry {} {}'.format(
191 … raise Exception("{} not exist, it shouldn't happen, pls check...".format(full_code_path))
222 cmd = 'mv {}/*.mark {}'.format(dest_dir, tmp_dir)
234 _run_cmd('chmod 755 {} -R'.format(dest_dir))