debian-forge/assemblers
Christian Kellner 9a33fabd51 assembler/ostree.commit: fix copying of links
Commit 92cc269 fixed a bug where `/var` was copied into `/var`
resulting in `/var/var`. Sadly the fix broke copying links,
like `bin -> usr/bin`, where now the content of the link would
be copied but not the link itself. Use the `-t` command line
flag for `cp` which should ensure that we copy links as links
but also copy the contents for `/var` should the target dir,
i.e. `/var` already exist.
2021-07-16 10:32:12 +02:00
..
org.osbuild.error assemblers: add org.osbuild.error 2021-03-09 21:40:47 +00:00
org.osbuild.noop pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.oci-archive stages/oci-archive: do not include selinux labels 2021-03-02 17:37:45 +01:00
org.osbuild.ostree.commit assembler/ostree.commit: fix copying of links 2021-07-16 10:32:12 +02:00
org.osbuild.qemu aarch64: use single qemu-img thread 2021-06-09 11:57:26 +02:00
org.osbuild.rawfs pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.tar assembers/tar: add acls, selinux, xattrs options 2021-01-26 12:09:23 +01:00