public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests-bld: correct file permissions in xfstests.tar.gz
@ 2016-11-18 21:25 Eric Biggers
  2016-12-08  3:18 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2016-11-18 21:25 UTC (permalink / raw)
  To: tytso; +Cc: fstests, Eric Biggers

The bug with --update-files also affected --update-xfstests-tar.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 gen-tarball | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gen-tarball b/gen-tarball
index daa6d4f..2626996 100755
--- a/gen-tarball
+++ b/gen-tarball
@@ -50,4 +50,5 @@ cp bld/lib/client.txt xfstests/lib
 echo "STRIP xfstests/*"
 find xfstests -mindepth 2 -type f -perm /0111 | xargs $STRIP 2> /dev/null
 echo "TAR xfstests"
-tar cf - xfstests | $GZIP -9 > xfstests.tar.gz
+tar c --owner=root --group=root --mode=o+g-w xfstests | \
+	$GZIP -9 > xfstests.tar.gz
-- 
2.8.0.rc3.226.g39d4020


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfstests-bld: correct file permissions in xfstests.tar.gz
  2016-11-18 21:25 [PATCH] xfstests-bld: correct file permissions in xfstests.tar.gz Eric Biggers
@ 2016-12-08  3:18 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2016-12-08  3:18 UTC (permalink / raw)
  To: Eric Biggers; +Cc: fstests

On Fri, Nov 18, 2016 at 01:25:50PM -0800, Eric Biggers wrote:
> The bug with --update-files also affected --update-xfstests-tar.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Thanks, applied.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-08  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 21:25 [PATCH] xfstests-bld: correct file permissions in xfstests.tar.gz Eric Biggers
2016-12-08  3:18 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox