OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARBALL
(Results
1 - 7
of
7
) sorted by null
/external/iptables/
release.sh
11
TARBALL
="iptables-$VERSION.tar.bz2";
24
tar -cjf "$
TARBALL
" "iptables-$VERSION";
25
gpg -u "Netfilter Core Team" -sb "$
TARBALL
";
26
md5sum "$
TARBALL
" >"$
TARBALL
.md5sum";
27
sha1sum "$
TARBALL
" >"$
TARBALL
.sha1sum";
/system/core/init/
grab-bootchart.sh
12
TARBALL
=bootchart.tgz
19
(cd $TMPDIR && tar -czf $
TARBALL
$FILES)
20
bootchart ${TMPDIR}/${
TARBALL
}
21
gnome-open ${
TARBALL
%.tgz}.png
22
echo "Clean up ${TMPDIR}/ and ./${
TARBALL
%.tgz}.png when done"
/external/ltp/
Makefile.release
40
TARBALL
:= $(TARBALL_PREFIX)-$(TARBALL_VERSION).tgz
46
tar -cvz --exclude "$(
TARBALL
)" -f $(
TARBALL
) .
/external/libxml2/xstc/
Makefile.am
7
TARBALL
=xsts-2002-01-16.tar.gz
11
TARBALLURL=http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(
TARBALL
)
47
-@(if [ ! -f $(
TARBALL
) ] ; then \
48
if [ -f $(srcdir)/$(
TARBALL
) ] ; then \
49
$(LN_S) $(srcdir)/$(
TARBALL
) $(
TARBALL
) ; else \
54
-@(if [ -f $(
TARBALL
) ] ; then \
56
$(TAR) -C Tests -xzf $(
TARBALL
) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \
/external/skia/infra/bots/assets/valgrind/
create.py
26
TARBALL
= '%s.tar.bz2' % VALGRIND
27
DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' %
TARBALL
34
if os.path.isfile(
TARBALL
):
36
with open(
TARBALL
, 'wb') as f:
44
subprocess.check_call(['tar', 'xvjf',
TARBALL
])
/external/skqp/infra/bots/assets/valgrind/
create.py
26
TARBALL
= '%s.tar.bz2' % VALGRIND
27
DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' %
TARBALL
34
if os.path.isfile(
TARBALL
):
36
with open(
TARBALL
, 'wb') as f:
44
subprocess.check_call(['tar', 'xvjf',
TARBALL
])
/external/autotest/server/site_tests/platform_GCC/
platform_GCC.py
17
TARBALL
= '/usr/local/dejagnu/gcc/tests.tar.gz'
82
# If there is no directory present, try untarring the
tarball
85
% self.
TARBALL
)
87
os.system('tar -xzf %s' % self.
TARBALL
)
Completed in 155 milliseconds