Huijing Hei
Huijing Hei
Thanks @miabbott, this sounds reasonable
Thanks @travier for your report! Maybe should skip pending deployments? (https://github.com/ostreedev/ostree/blob/main/src/libostree/ostree-sysroot-deploy.c#L3618)
Thanks @cgwalters and @travier for the suggestion, will do this when I finish my handy task
Seems `/usr/lib64/rpm-ostree/rpm-ostree-0-integration-opt-usrlocal-compat.conf` is added by [3dc18c](https://github.com/coreos/rpm-ostree/commit/3dc18caea72496a8dc098a0aa67af73b729fc423#diff-74a057e216142679271fcfc380977e7266b20fb35c519dd95e20618241ffd3b9), which is not included in any release yet. But during `rsync -rlv /cosa/component-install/ overrides/rootfs/`, can find `usr/lib64/rpm-ostree/rpm-ostree-0-integration-opt-usrlocal-compat.conf`.
- Get error: ``` qemu0 kola-runext-misc.sh[2242]: Feb 22 21:33:42 localhost systemd-tmpfiles[1153]: /sysroot/usr/lib/tmpfiles.d/rpm-ostree-autovar.conf:76: Duplicate line for path "/sysroot/var/opt", ignoring. qemu0 kola-runext-misc.sh[2242]: Feb 22 21:33:54 localhost systemd-tmpfiles[1496]: /usr/lib/tmpfiles.d/rpm-ostree-autovar.conf:76: Duplicate line for path...
@dependabot rebase
Agree that the error is not smart, does the format make sense like following? Or maybe we should also add the full command? ``` error: compose tree failed with :...
We already have the child process output to stderr according to https://github.com/coreos/rpm-ostree/pull/4818#discussion_r1479937409 from Colin, it would be better if we have it.
Build fcos with https://github.com/coreos/fedora-coreos-config/pull/2698, run `fcos_groups` and `fcos_users` passed. ``` [coreos-assembler]$ kola run -E src/config/tests/ ext.config.files.fcos_groups === RUN ext.config.files.fcos_groups --- PASS: ext.config.files.fcos_groups (42.60s) PASS, output in tmp/kola/qemu-2023-10-30-0933-16127 [coreos-assembler]$ kola run...
Tried to remove `altfiles` in `composepost_nsswitch_altfiles` with passing arg `sysusers`, but this does not work, find that if checking `usr/etc/nsswitch.conf` is symlink, then will not update the configuration file (refer...