-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18837/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-1051
https://issues.apache.org/jira/browse/MESOS-1051
Repository: mesos-git
Description
-------
This removes the J flag from tar command in fetcher so that we'll hopefully be
able to untar all formats with the -xf flags on all platforms.
Diffs
-----
src/launcher/fetcher.cpp 263dd7080693d1455309e648b738cf44fb1d49f5
Diff: https://reviews.apache.org/r/18837/diff/
Testing
-------
make check
tar -cvJf test.tar.xz test
tar -xf test.tar.xz
tar -cvzf test.tar.gz test
tar -xf test.tar.xz
Thanks,
Anton Lindström