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

  /system/core/init/
grab-bootchart.sh 13 TARBALL=bootchart.tgz
20 (cd $TMPDIR && tar -czf $TARBALL $FILES)
21 cp -f $TMPDIR/$TARBALL ./$TARBALL
22 echo "look at $TARBALL"
  /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";
  /external/chromium_org/remoting/tools/
build_me2me_tarball.sh 7 # Build a tarball distribution of the Virtual Me2Me host for Linux.
9 # tarball will be created in the parent directory (to avoid accidentally
47 TARBALL="../virtual_me2me$REVISION_SUFFIX.tgz"
49 tar -zcf "$TARBALL" -C "$TEMP_DIR" "$TARBALL_DIR"
51 echo "Tarball built: $TARBALL"
  /external/chromium_org/build/linux/
install-arm-sysroot.py 27 TARBALL = 'naclsdk_linux_arm-trusted.tgz'
43 url = "%s/%s/%s/%s" % (URL_PREFIX, URL_PATH, REVISION, TARBALL)
56 tarball = os.path.join(sysroot, TARBALL)
57 subprocess.check_call(['curl', '-L', url, '-o', tarball])
58 subprocess.check_call(['tar', 'xf', tarball, '-C', sysroot])
59 os.remove(tarball)

Completed in 135 milliseconds