-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
With following slice in slices/base-passwd.yaml:
package: base-passwd
slices:
base:
contents:
/usr/share/base-passwd/group.master:
mutate: |
data = content.read("/usr/share/base-passwd/group.master")
The chisel fails with following:
$ ~/devel/chisel-releases
$ chisel cut --release $PWD --root output base-passwd_base
...
2022/06/14 10:52:43 Fetching pool/main/b/base-passwd/base-passwd_3.5.52build1_amd64.deb...
2022/06/14 10:52:43 Extracting files from package "base-passwd"...
error: slice base-passwd_base: invalid content path: /usr/share/base-passwd/group.master
Adding { mutable: true } option to the file in contents has no effect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels