Actions
Feature #6129
closedtar debug output should be available in all builds
Start date:
2015-08-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
There are various debugging print statements that tar can allegedly generate, if built correctly. We should just compile them in all the time and switch the debug output on with an environment variable, e.g. DEBUG_TAR=1
.
NB: This bug mirrors Joyent-internal bug OS-4529 .
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 28c4d110d9dd87af1d9dcf1bf503cea2e7c03b91
commit 28c4d110d9dd87af1d9dcf1bf503cea2e7c03b91 Author: Joshua M. Clulow <jmc@joyent.com> Date: 2015-10-13T00:03:01.000Z 6128 tar should check prefix field when detecting EOT 6129 tar debug output should be available in all builds Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Piotr Jasiukajtis <estibi@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions