Skip to content

Commit

Permalink
use tar --owner=0 --group=0 for deterministic results
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jan 29, 2017
1 parent 7fcd96f commit 490b379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/prepare_release
Expand Up @@ -71,7 +71,7 @@ libvirt_compress() {
tar \
--create \
--verbose \
--owner=root --group=root --numeric-owner \
--owner=0 --group=0 --numeric-owner \
--mode=go=rX,u+rw,a-s \
--sort=name \
--sparse \
Expand Down
2 changes: 1 addition & 1 deletion release/upload_whonix_news_v4
Expand Up @@ -55,7 +55,7 @@ compress_news() {
--no-recursion \
--create \
--verbose \
--owner=root --group=root --numeric-owner \
--owner=0 --group=0 --numeric-owner \
--mode=go=rX,u+rw,a-s \
--sort=name \
--mtime='2015-10-21 00:00Z' \
Expand Down

0 comments on commit 490b379

Please sign in to comment.