Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Detect inter-package conflicts between files and directories | Allan McRae | 2012-12-14 |
| | | | | | | | | | | | | Detect a conflict between a file/symlink in one package and a directory in another when both are being installed at once. A side effect is the creation of conflicts between a directory symlink and a real directory (e.g lib -> usr/lib in pkg1 and /lib in pkg2). Given we can not guarantee pkg1 is installed before pkg2, this is a genuine conflict. Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | pactest: conflict between directory and a file | Allan McRae | 2012-08-02 |
Note failure to detect a conflict between a directory in one package and a file in the other when the directory is not currently on the filesystem. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> |