commit | 5b98fb43ecaa6a9343ba4aa649f74193f0cf0956 | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp@peloton-tech.com> | Tue Sep 26 13:59:31 2017 -0400 |
committer | John Cater <jcater@google.com> | Wed Sep 27 10:01:06 2017 -0400 |
tree | ee2cb58745f3588184197edb4b044b28e7dff9c9 | |
parent | ee33b634a40a39997e561130ab4918c68ba7eaa1 [diff] |
Make gzipped pkg_tar outputs repeatable The current implementation allows the gzip module to use the current time as a timestamp. Python2 unfortunately doesn't expose this in the tarfile module so it's easy to overlook. This patch separates the gzip process by creating a separate file object manually and bypassing the gzip compression in the tarfile module. Fixes #1844 Change-Id: I19b265bf55314d38bdd53ccf20c49ecfe6d7618b PiperOrigin-RevId: 170077036
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.