HomeSort by: relevance | last modified time | path
    Searched refs:tarball (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/crosstool/
create-snapshots.sh 30 local tarball="${module}-${REV}.tar.bz2"
31 echo "Creating tarball: ${tarball}"
32 tar cjf ${tarball} ${module}
  /src/external/apache2/llvm/dist/libcxx/utils/
ssh.py 80 # to run the test), and copy the tarball over to the remote host.
83 with tarfile.open(fileobj=tmpTar, mode='w') as tarball:
84 tarball.add(args.execdir, arcname=os.path.basename(args.execdir))
97 # Untar the dependencies in the temporary directory and remove the tarball.
  /src/external/apache2/llvm/dist/llvm/utils/
remote-exec.py 90 # to run the test), and copy the tarball over to the remote host.
93 with tarfile.open(fileobj=tmpTar, mode='w') as tarball:
94 tarball.add(args.execdir, arcname=os.path.basename(args.execdir))
107 # Untar the dependencies in the temporary directory and remove the tarball.
  /src/external/gpl3/autoconf/dist/
GNUmakefile 56 .tarball-version \
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 78 -p previous-tarball Location of a previous tarball (to generate diff files).
282 # gcc-"${RELEASE}".tar.xz tarball.
284 # Besides verifying that all files in the tarball were correctly expanded,
286 # tarball was expanded or to verify that a patchfile was correctly applied.
642 error "-p argument must name a tarball"

Completed in 47 milliseconds