aboutsummaryrefslogtreecommitdiff
path: root/tests/mappings/utf8_manifest.golden
diff options
context:
space:
mode:
authorAustin Schuh <AustinSchuh@users.noreply.github.com>2023-05-01 10:36:09 -0700
committerGitHub <noreply@github.com>2023-05-01 13:36:09 -0400
commite7a1ba187c96df78d83f1adb0eac1b7db24f96bc (patch)
tree18811c22e6224ba40b7ae84e9243ac6b6e47615b /tests/mappings/utf8_manifest.golden
parent0aa9277cc66fa26b519a1ad8abac0215fc987484 (diff)
downloadrules_pkg-e7a1ba187c96df78d83f1adb0eac1b7db24f96bc.tar.gz
Add support for setting uid/gid from pkg_attributes (#671)
This enables the user to produce identical tarballs to fix https://github.com/bazelbuild/rules_pkg/issues/670 Signed-off-by: Austin Schuh <austin.linux@gmail.com> Co-authored-by: aiuto <aiuto@google.com>
Diffstat (limited to 'tests/mappings/utf8_manifest.golden')
-rw-r--r--tests/mappings/utf8_manifest.golden12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/mappings/utf8_manifest.golden b/tests/mappings/utf8_manifest.golden
index a875085..11352ca 100644
--- a/tests/mappings/utf8_manifest.golden
+++ b/tests/mappings/utf8_manifest.golden
@@ -1,8 +1,8 @@
[
- {"type": "file", "dest": "1-a", "src": "tests/testdata/utf8/1-a", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"},
- {"type": "file", "dest": "2-λ", "src": "tests/testdata/utf8/2-λ", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"},
- {"type": "file", "dest": "3-世", "src": "tests/testdata/utf8/3-世", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"},
- {"type": "file", "dest": "BUILD", "src": "tests/testdata/utf8/BUILD", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"},
- {"type": "file", "dest": "sübdir/2-λ", "src": "tests/testdata/utf8/sübdir/2-λ", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"},
- {"type": "file", "dest": "sübdir/hello", "src": "tests/testdata/utf8/sübdir/hello", "mode": "0644", "user": null, "group": null, "origin": "@//tests/mappings:utf8_files"}
+ {"type": "file", "dest": "1-a", "src": "tests/testdata/utf8/1-a", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"},
+ {"type": "file", "dest": "2-λ", "src": "tests/testdata/utf8/2-λ", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"},
+ {"type": "file", "dest": "3-世", "src": "tests/testdata/utf8/3-世", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"},
+ {"type": "file", "dest": "BUILD", "src": "tests/testdata/utf8/BUILD", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"},
+ {"type": "file", "dest": "sübdir/2-λ", "src": "tests/testdata/utf8/sübdir/2-λ", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"},
+ {"type": "file", "dest": "sübdir/hello", "src": "tests/testdata/utf8/sübdir/hello", "mode": "0644", "user": null, "group": null, "uid": null, "gid": null, "origin": "@//tests/mappings:utf8_files"}
]