You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create release tarball without preserving current user
As of now the tarball we produce from the CI to distribute,
have user/group info associated with current jenkins user, with
this commit we remove this user:group info.
```
$ tar -tvf crc-linux-amd64.tar.xz
drwxrwxr-x prkumar/prkumar 0 2020-06-01 03:54 crc-linux-1.11.0-amd64/
-rw-rw-r-- prkumar/prkumar 11325 2020-06-01 03:54 crc-linux-1.11.0-amd64/LICENSE
-rw-r--r-- prkumar/prkumar 319164 2020-06-01 03:54 crc-linux-1.11.0-amd64/doc.pdf
-rwxrwxr-x prkumar/prkumar 2195573725 2020-06-01 03:55 crc-linux-1.11.0-amd64/crc
```
- https://www.gnu.org/software/tar/manual/html_section/tar_33.html#SEC69
0 commit comments