6 Apr
2013
6 Apr
'13
6:43 a.m.
On 03/04/13 10:30, Andrew Gregory wrote:
TarInfo objects default to mode 0644 while mkfile in util.py uses 0755, causing pacman warnings about differing permissions on tests involving package updates. Set the mode on TarInfo objects to 0755 unless the test specifies a different mode.
Bug referenced in FS#30723.
Hrm... I'd prefer to stick to "defaults" of 0755 for directories and 0644 for files. Not sure how difficult that is though. Also, if we must go this root, mode002.py needs adjusted to do something other than the default (or another test added). Allan