Home
last modified time | relevance | path

Searched refs:tarball (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_archive_util.py117 # check if the compressed tarball was created
118 tarball = base_name + suffix
119 self.assertTrue(os.path.exists(tarball))
120 self.assertEqual(self._tarinfo(tarball), self._created_files)
161 # check if the compressed tarball was created
162 tarball = base_name + '.tar.gz'
163 self.assertTrue(os.path.exists(tarball))
165 # now create another tarball using `tar`
179 self.assertEqual(self._tarinfo(tarball), self._created_files)
190 tarball
[all...]
/third_party/skia/infra/bots/assets/clang_win/
H A Dcreate.py39 tarball = 'clang.tgz'
40 subprocess.check_call(['wget', '-O', tarball, GS_URL])
41 subprocess.check_call(['tar', 'zxvf', tarball])
42 os.remove(tarball)
/third_party/node/deps/npm/test/lib/commands/
H A Dci.js69 await registry.tarball({
71 tarball: path.join(npm.prefix, 'abbrev'),
92 await registry.tarball({
94 tarball: path.join(npm.prefix, 'abbrev'),
129 await registry.tarball({
131 tarball: path.join(npm.prefix, 'abbrev'),
153 await registry.tarball({
155 tarball: path.join(npm.prefix, 'abbrev'),
H A Dview.js50 tarball: 'http://hm.blue.com/1.0.0.tgz',
61 tarball: 'http://hm.blue.com/1.0.1.tgz',
84 tarball: 'http://hm.cyan.com/1.0.0.tgz',
171 tarball: 'http://hm.green.com/1.0.0.tgz',
200 tarball: 'http://hm.black.com/1.0.0.tgz',
225 tarball: 'http://hm.pink.com/1.0.0.tgz',
246 tarball: 'http://hm.orange.com/1.0.0.tgz',
/third_party/skia/infra/bots/assets/linux_vulkan_sdk/
H A Dcreate.py31 tarball = 'vulkansdk-linux.tar.gz'
32 subprocess.check_call(['curl', SDK_URL, '--output', tarball])
34 '--file=%s' % tarball, '--gunzip',
/third_party/node/deps/npm/lib/commands/
H A Dview.js366 tarball: chalk.cyan(manifest.dist.tarball),
411 this.npm.output(`.tarball: ${info.tarball}`)
/kernel/linux/linux-6.6/tools/perf/
H A DMakefile105 build-test-tarball:
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh156 # Download and expand the tarball on all systems.
157 echo Build-products tarball: `du -h $T/binres.tgz` | tee -a "$oldrun/remote-log"
160 echo Downloading tarball to $i `date` | tee -a "$oldrun/remote-log"
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dgit.js57 // use hosted.tarball() when we shell to RemoteFetcher later
78 // likely a hosted git repo with a sha, so get the tarball url
151 // either a git url with a hash, or a tarball download URL
208 // check it out and then shell out to the DirFetcher tarball packer
212 throw new Error('GitFetcher requires an Arborist constructor to pack a tarball')
235 // TODO: after cloning, create a tarball of the folder, and add to the cache
246 h && resolved === repoUrl(h, { noCommittish: false }) && h.tarball
249 // if we're resolved, and have a tarball url, shell out to RemoteFetcher
252 return new RemoteFetcher(h.tarball({ noCommittish: false }), {
259 // fall back to ssh download if tarball fail
[all...]
H A Dregistry.js59 new Error('Invalid package manifest: no `dist.tarball` field'),
147 this.resolved = mani._resolved = dist.tarball
156 // previously for the tarball, but the manifest only
306 // Verify the statement subject matches the tarball integrity
353 // we use a RemoteFetcher to get the actual tarball stream
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dindex.js150 tarball (opts) {
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dnode-gyp.js47 tarball: String, // 'install'
H A Dinstall.js22 // Used to prevent downloading tarball if only new node.lib is required on Windows.
174 // now download the node tarball
175 const tarPath = gyp.opts.tarball
181 // checks if a file to be extracted from the tarball is valid.
186 log.verbose('extracted file from tarball', path)
190 log.silly('ignoring from tarball', path)
197 log.error('error while extracting tarball', code, message)
200 // download the tarball and extract!
205 // extract the tarball to a temp directory first and then copy over
242 // something went wrong downloading the tarball
[all...]
/third_party/python/Lib/test/
H A Dtest_shutil.py1356 tarball = make_archive(rel_base_name, 'gztar', root_dir, '.')
1358 # check if the compressed tarball was created
1359 self.assertEqual(tarball, base_name + '.tar.gz')
1360 self.assertTrue(os.path.isfile(tarball))
1361 self.assertTrue(tarfile.is_tarfile(tarball))
1362 with tarfile.open(tarball, 'r:gz') as tf:
1369 tarball = make_archive(rel_base_name, 'tar', root_dir, '.')
1370 self.assertEqual(tarball, base_name + '.tar')
1371 self.assertTrue(os.path.isfile(tarball))
1372 self.assertTrue(tarfile.is_tarfile(tarball))
[all...]
/third_party/node/
H A DMakefile742 $(warning Testing V8 is not available through the source tarball.)
775 # If it's a source tarball, doc/api already contains the generated docs.
781 # If it's a source tarball, assets are already in doc/api/assets
786 # If it's not a source tarball, we need to copy assets from doc/api_assets
1050 echo "Please commit changes before building release tarball." >&2 ; \
1158 curl -qLo /tmp/node-corepack/package.tgz "$$(npm view corepack dist.tarball)"
1213 tar: $(TARBALL) ## Create a source tarball.
1255 tar-headers: $(TARBALL)-headers ## Build the node header tarball.
1581 $(info Linting is not available through the source tarball.)
H A Dvcbuild.bat738 echo Linting is not available through the source tarball.

Completed in 13 milliseconds