1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

qpkg: adding handling of conflicts (in progress)

- prereq.c (conflicts): detect conflicts
- prereq.c (prereq): pass list of conflicts of initial package
- test/conflict: regression test for basic conflict handling
- TODO: updated for partial implementation of conflicts
This commit is contained in:
Werner Almesberger
2010-11-21 23:24:44 -03:00
parent b181db5b9e
commit be31904f5d
3 changed files with 175 additions and 2 deletions

View File

@@ -3,6 +3,9 @@ Still left to do
- check whether introducing a new package would cause a conflict
Update: conflicts among the packages considered for installation are now
checked.
- compile the list of conflicts of installed packages
- handle Provides: