You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, copr and ui learned how to re-run a build with ssh access. This gives a chance to inspect more than the build products, especially when there are none. But so far, inspecting the build dir requires another manual mock run.
I suggest to run mock with "--no-cleanup-after" when run from "rebuild with ssh access". This saves resources because there is no need for another mock run, and the chroot is life-time limited anyways so that the secondary artefacts "lie there" for at most half an hour by default.
The text was updated successfully, but these errors were encountered:
Recently, copr and ui learned how to re-run a build with ssh access. This gives a chance to inspect more than the build products, especially when there are none. But so far, inspecting the build dir requires another manual mock run.
I suggest to run mock with "--no-cleanup-after" when run from "rebuild with ssh access". This saves resources because there is no need for another mock run, and the chroot is life-time limited anyways so that the secondary artefacts "lie there" for at most half an hour by default.
The text was updated successfully, but these errors were encountered: