Home
last modified time | relevance | path

Searched refs:tarball_file (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/scripts/
H A Dfetch-vendor50 tarball_file = os.path.join(args.cache_dir, tarball_name)
51 if not os.path.exists(tarball_file):
56 ["curl", "--location", "--output", tarball_file, "--silent", tarball_url]
61 subprocess.check_call(["tar", "-C", args.destination_dir, "-xf", tarball_file])
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/scripts/
H A Dfetch-vendor50 tarball_file = os.path.join(args.cache_dir, tarball_name)
51 if not os.path.exists(tarball_file):
56 ["curl", "--location", "--output", tarball_file, "--silent", tarball_url]
61 subprocess.check_call(["tar", "-C", args.destination_dir, "-xf", tarball_file])
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/
H A Dupdate.py17 tarball_file = os.path.join(base, 'libyuv.tar.gz')
22 tarball_file)
24 tarfile.open(tarball_file).extractall(path=lib_path)
25 os.remove(tarball_file)
/dports/www/firefox/firefox-99.0/media/libyuv/
H A Dupdate.py17 tarball_file = os.path.join(base, 'libyuv.tar.gz')
22 tarball_file)
24 tarfile.open(tarball_file).extractall(path=lib_path)
25 os.remove(tarball_file)
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/
H A Dupdate.py17 tarball_file = os.path.join(base, 'libyuv.tar.gz')
22 tarball_file)
24 tarfile.open(tarball_file).extractall(path=lib_path)
25 os.remove(tarball_file)
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/
H A Dupdate.py17 tarball_file = os.path.join(base, 'libyuv.tar.gz')
22 tarball_file)
24 tarfile.open(tarball_file).extractall(path=lib_path)
25 os.remove(tarball_file)
/dports/www/yt-dlp/yt-dlp-2021.12.27/devscripts/
H A Dupdate-formulae.py25 tarball_file = next(x for x in pypi_release['urls'] if x['filename'].endswith('.tar.gz')) variable
27 sha256sum = tarball_file['digests']['sha256']
28 url = tarball_file['url']
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/
H A Dupdate.py101 tarball_file = cStringIO.StringIO(tarball_contents)
102 self.tarball = tarfile.open(fileobj=tarball_file, mode="r:gz")
/dports/devel/kerl/kerl-2.2.2/
H A Dkerl1791 tarball_file="$KERL_DOWNLOAD_DIR/$2"
1799 if [ ! -s $tarball_file ]; then
1801 curl -f -L -o $tarball_file $tarball_url || exit 1
1805 if ! gunzip -t $tarball_file 2>/dev/null; then
1806 echo "$tarball_file corrupted and redownloading..."
1807 rm -rf $tarball_file
1808 curl -f -L -o $tarball_file $tarball_url || exit 1
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py3626 tarball_file = repo._get_tarball('bz2')
3629 self.assertEqual(self.tarball_content, tarball_file.read())
3631 tarball_file.close()