search for: b336f56

Displaying 1 result from an estimated 1 matches for "b336f56".

Did you mean: 133656
2015 Jul 15
1
[PATCH 1/2] actions: tar_out: add xattrs and selinux optargs
...@@ -431,5 +439,5 @@ int do_txz_out (const char *dir) { optargs_bitmask = GUESTFS_TAR_OUT_COMPRESS_BITMASK; - return do_tar_out (dir, "xz", 0, NULL); + return do_tar_out (dir, "xz", 0, NULL, 0, 0); } diff --git a/generator/actions.ml b/generator/actions.ml index 16aeb4b..b336f56 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -4824,7 +4824,7 @@ compression types)." }; { defaults with name = "tar_out"; added = (1, 0, 3); - style = RErr, [String "directory"; FileOut "tarfile"], [OString "compress"; OBo...