tools: zip: add option for reproducible archives
authorMathias Kresin <dev@kresin.me>
Sat, 12 Jan 2019 18:39:33 +0000 (19:39 +0100)
committerMathias Kresin <dev@kresin.me>
Tue, 15 Jan 2019 18:11:53 +0000 (19:11 +0100)
commit18c9faa03211e29252413671610a93c00dcc7ad1
tree61e95d4abbe40bb4b88920a9490e21d6eebe3903
parentad8c2d6099a7da5192ee6e2c52a8303642271877
tools: zip: add option for reproducible archives

Add the option -mt/--mtime to pass a timestamp which is used as filedate
for the containing files.

So far, it isn't used for anything written to the extra fields,
therefore requires the -X (eXclude eXtra file attributes) parameter to
be effective.

Signed-off-by: Mathias Kresin <dev@kresin.me>
tools/zip/patches/011-add-option-for-reproducible-archives.patch [new file with mode: 0644]