Ensure consistent file ordering in observatory tarball

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org/2545783002 .
This commit is contained in:
Jonas Termansen 2016-12-01 16:01:09 +01:00
parent 117924ed15
commit 3676af3168

View file

@ -132,6 +132,9 @@ def main(args):
continue
files.append(src_path)
# Ensure consistent file ordering for reproducible builds.
files.sort()
# Write out archive.
makeArchive(options.tar_output,
options.client_root,