set uid and gid when using bsd tar
authorGraham Knop <haarg@haarg.org>
Tue, 14 Apr 2020 08:40:25 +0000 (10:40 +0200)
committerGraham Knop <haarg@haarg.org>
Tue, 14 Apr 2020 08:41:50 +0000 (10:41 +0200)
commitc34106970628efc3f1b176bcbffe99e6186fa825
treed7c4215850e1d998d6b2780809b85c2acafe1de9
parent77ece1ed54853ca38779d99418f8e86100fec81b
set uid and gid when using bsd tar

It's possible to set the user and group when using bsd tar, but the
options are different from GNU tar.  Use these options, and simplify the
code that handles this.
helpers/verify-tarball
lib/Distar.pm