Bug 231628 - [planner] Planner should handle locks
Summary: [planner] Planner should handle locks
Status: CLOSED INVALID
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-05-12 14:42 EDT by Pascal Rapicault CLA
Modified: 2010-03-12 13:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2008-05-12 14:42:03 EDT
Late in 3.4 we have added the concept of lock to prevent an IU to be updated or uninstalled (see bug 227678). Currently the UI is taking into account these markers, but it should really be done by the planner.
There is also an interesting intersection here with what we use to call Governor (bug 205068).
Comment 1 Pascal Rapicault CLA 2010-03-12 13:46:14 EST
The planner is about providing mechanisms to do dependency resolution. Locks and such are more policies layered on top. As such I'm closing this as invalid.