Whamcloud - gitweb
gen-tarball: handle symlinks correctly in the created the tar file
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 04:06:40 +0000 (00:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Aug 2018 04:06:40 +0000 (00:06 -0400)
commit748d60575c6ed9f0c8bafd124477b10212186cb0
treeb51b786f259d4b124950e0845fe1db8fdb139dea
parent80a55276b3738e94581c9e92dc45a0358c81f67c
gen-tarball: handle symlinks correctly in the created the tar file

Now that we use a symlink for the top-level RELEASE-NOTES file, the
previous strategy of using a symlink to force the prefix in the tar
file and then using tar -h won't work.  So change how we generate the
tar file to take advantage of GNU tar's --transform option.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
util/gen-tarball.in