summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade029.py
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21remove support for .pacorig filesAndrew Gregory1-1/+0
Leave user files in place and save new config files with a .pacnew extension. This reduces the complexity of file extraction and respects the principle that pacman shouldn't modify files it didn't create. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee1-0/+24
The bulk of this commit is adding new tests to ensure the new behavior works without disrupting old behavior. This is a relatively sane maneuver when a package adds a conf file (e.g. '/etc/mercurial/hgrc') that was not previously in the package, but it is placed in the backup array. In essence, we can treat the existing file as having always been a part of the package and do our normal compare/install as pacnew logic checks. Signed-off-by: Dan McGee <dan@archlinux.org>