Jonathan Lebon

Results 653 comments of Jonathan Lebon

When that's possible, `make install DESTDIR=overrides/rootfs` in the git repo feels like it's good enough already, no? The idea here is leveraging the uniformity of RPM building so you don't...

Yeah, agreed. This is why I suggested having at least rawhide built with it so we have an incentive to fix issues.

FCOS pipeline recently failed with this related error: ``` + cosa fetch --strict info: Missing CAP_SYS_ADMIN; using virt Formatting 'cache/cache2.qcow2', fmt=qcow2 size=10737418240 cluster_size=65536 lazy_refcounts=off refcount_bits=16 removed 'cache/cache.qcow2' Config commit: 8db8857f3f480f0909d4d4eb6bcd759d1748034c...

Hit the same error as the pipeline locally: ``` $ cosa run --qemu-image /srv/fcos/tmp/fastbuild/fastbuildinitrd-fedora-coreos-qemu.qcow2 --qemu-multipath -c qemu-system-x86_64: -drive if=none,id=mpath10,file=nbd:unix:/tmp/mantle-qemu099162466/disk738004825.socket,auto-read-only=off,media=disk: Failed to connect socket /tmp/mantle-qemu099162466/disk738004825.socket: No such file or directory Error:...

> Hmm. I'm OK with this, but IMO it also cuts against the "elegance" of the current architecture. For example, suddenly pull requests don't quite work because there are two...

> Thanks. This looks good to me. I would prefer another name for the option (`repo`, `add(itional)-repo`, `private-repo`, `extra-repo`?) but this is close to a bikeshed discussion so not blocking...

> In a follow-up, I'll add support for symlinking. This will allow devs to point to their existing checkouts just like for the config repo, which should help counter that...