Skip to content
Snippets Groups Projects
Commit 7772ce9c authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Add an alternative interface for 'D.C.Install.install'.

Splits 'D.C.Install.install' into three parts:

    * makeInstallContext - load common data
    * makeInstallPlan    - produce the install plan
    * processInstallPlan - actually perform the installations

This allows to manipulate the install plan produced with 'makeInstallPlan'
before performing the installations with 'processInstallPlan'. The high-level
'install' action is still present; most clients should use it instead.
parent b33260df
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment