HomeSort by relevance Sort by last modified time
    Searched refs:tarball (Results 1 - 18 of 18) sorted by null

  /external/e2fsprogs/util/
Makefile.in 23 all:: $(PROGS) gen-tarball
37 gen-tarball: $(srcdir)/gen-tarball.in $(top_builddir)/config.status
39 $(Q) cd $(top_builddir); CONFIG_FILES=util/gen-tarball ./config.status
40 $(Q) chmod +x gen-tarball
42 tarballs: gen-tarball
43 sh gen-tarball debian
44 sh gen-tarball all
45 sh gen-tarball subset
48 $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball \
    [all...]
  /external/llvm/utils/crosstool/
create-snapshots.sh 30 local tarball="${module}-${REV}.tar.bz2"
31 echo "Creating tarball: ${tarball}"
32 tar cjf ${tarball} ${module}
  /external/chromium_org/third_party/binutils/
download.py 56 tarball = os.path.join(archdir, BINUTILS_FILE)
59 sha1file = tarball + '.sha1'
66 stampfile = tarball + '.stamp'
68 if (os.path.exists(tarball) and
75 print "Downloading", tarball
82 assert os.path.exists(tarball)
90 print "Extracting", tarball
91 subprocess.check_call(['tar', 'axf', tarball], cwd=outdir)
  /build/core/tasks/
factory_bundle.mk 41 tarball := $(PRODUCT_OUT)/$(leaf).tgz macro
69 $(tarball): PRIVATE_ROOT_DIR := $(root_dir)
70 $(tarball): PRIVATE_NAMED_DIR := $(named_dir)
72 $(tarball): $(copied_files)
73 @echo "Tarball: $@"
79 INSTALLED_FACTORY_BUNDLE_TARGET := $(tarball)
  /external/chromium_org/build/linux/
install-arm-sysroot.py 42 TARBALL = 'debian_wheezy_arm_sysroot.tgz'
71 url = "%s/%s/%s/%s" % (URL_PREFIX, URL_PATH, REVISION, TARBALL)
84 tarball = os.path.join(sysroot, TARBALL)
85 curl = ['curl', '--fail', '-L', url, '-o', tarball]
91 sha1sum = get_sha1(tarball)
93 print 'Tarball sha1sum is wrong.'
96 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
97 os.remove(tarball)
install-chromeos-fonts.py 55 tarball = os.path.join(dest_dir, URL_FILE)
56 subprocess.check_call(['curl', '-L', url, '-o', tarball])
58 '-xf', tarball, '-C', dest_dir])
59 os.remove(tarball)
  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py 103 'Failed to download tarball for issue %s patchset %s. Status: %s' %
110 'Error loading tarball for issue %s patchset %s.' % (self._issue,
122 # Show appropriate error message in the unlikely case that the tarball
125 'Error extracting tarball for issue %s patchset %s file %s.' %
129 'File %s not found in the tarball for issue %s patchset %s' %
138 return self._fetcher.FetchAsync('tarball/%s/%s' % (self._issue,
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 123 tarball = os.path.join(sysroot, tarball_filename)
124 subprocess.check_call(['curl', '-L', url, '-o', tarball])
125 sha1sum = get_sha1(tarball)
127 print 'Tarball sha1sum is wrong.'
130 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
131 os.remove(tarball)
sysroot-creator.sh 185 local tarball=$1
186 Banner "Creating tar ball ${tarball}"
187 tar zcf ${tarball} -C ${INSTALL_ROOT} .
197 echo "ERROR: tarball name required"
400 #@ BuildSysrootAmd64 <tarball-name>
418 #@ BuildSysrootI386 <tarball-name>
436 #@ BuildSysrootARM <tarball-name>
  /external/chromium_org/tools/
sync-webkit-git.py 72 """Extract the 'webkit_revision' variable out of tarball DEPS."""
142 parser.add_option('-t', '--tarball', help="switch to desired tarball release")
159 if options.tarball:
160 print "WARNING: --revision is given, so ignore --tarball"
162 if options.tarball:
163 webkit_rev = GetWebKitRevFromTarball(options.tarball)
  /external/dhcpcd/mk/
dist.mk 1 # rules to make a distribution tarball from a svn repo
  /external/jsoncpp/
makerelease.py 25 from devtools import antglob, fixeol, tarball namespace
115 """Set file EOL for tarball distribution.
250 Generates the document tarball.
254 Performs an svn export of tag release version, and build a source tarball.
314 tarball.decompress( doc_tarball_path, doc_distcheck_dir )
323 print 'Generating source tarball to', source_tarball_path
324 tarball.make_tarball( source_tarball_path, [export_dir], export_dir, prefix_dir=source_dir )
327 print 'Generating amalgamation source tarball to', amalgamation_tarball_path
331 tarball.make_tarball( amalgamation_tarball_path, [amalgamation_dir],
334 # Decompress source tarball, download and install scons-loca
    [all...]
doxybuild.py 9 from devtools import tarball namespace
126 print 'Generating doc tarball to', tarball_path
135 tarball.make_tarball( tarball_path, tarball_sources, tarball_basedir, html_output_dirname )
141 Optionaly makes a tarball of the documentation to dist/.
160 parser.add_option('--tarball', dest="make_tarball", action='store_true', default=False,
161 help="""Generates a tarball of the documentation in dist/ directory""")
  /external/bison/
Makefile.am 55 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
GNUmakefile 56 .tarball-version \
  /external/libogg/
libogg.spec 100 - take out case where configure doesn't exist; a tarball should have it
  /external/libexif/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 317 milliseconds