Re: [PATCH] Makefile.local: have all files in release tarball be owned by root

2017-05-13 Thread David Bremner
Tomi Ollila writes: > The tar content `git archive` creates (reproducibly) have owner and > group set to 'root'. (GNU) tar writes user ids to the added file > `version` by default. The contents of tar archive looks better and > more consistent when owner and group in all

[PATCH] Makefile.local: have all files in release tarball be owned by root

2017-04-08 Thread Tomi Ollila
The tar content `git archive` creates (reproducibly) have owner and group set to 'root'. (GNU) tar writes user ids to the added file `version` by default. The contents of tar archive looks better and more consistent when owner and group in all files are the same. While at it, split this long