Commit db64d46
Only change home files ownership for --rebuild mode
Changing ownership of the entire $HOME directory tree is sometimes an
expensive task and a no-op anyway because there's typically no reason
for files with the wrong ownership to appear. Let's stop doing it to
make the subsequent mock --chroot calls faster and more predictable.
In other words, if users want to shoot themselves in the foot and give
the files in '/builddir' away (e.g., using "privileged" --chroot calls),
Mock will no longer fix the ownership problems. We only continue to fix
the permissions for the --rebuild mode, which shouldn't be expensive
(because there are pre-build cleanups) and seems important enough to
risk changing.
Suggested by @kdudka in #1257.1 parent 27dde5d commit db64d46
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
0 commit comments