You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This header should work just like includes, but the client should force that bundle to be tracked. Bundles installed on a regular include shouldn't be tracked.
bundleB and bundleC are both still installed in the system, but only bundleC is tracked. In the future we want to have a garbage collector we would remove bundleB, but not bundleC.
The text was updated successfully, but these errors were encountered:
@rchiossi in Clear Linux today we handle bundle splits by adding an include on the split off bundles since we don't want users to lose features they had from the previous bundle state. I may consider a slight revision to the implementation though in that it would only set the force-includes bundle to be tracked if the bundle that includes it is also tracked though (I was just thinking this and I should probably think about that a little more).
This header should work just like includes, but the client should force that bundle to be tracked. Bundles installed on a regular include shouldn't be tracked.
Example:
in Manifest.BundleA:
If you run:
bundleB and bundleC are both still installed in the system, but only bundleC is tracked. In the future we want to have a garbage collector we would remove bundleB, but not bundleC.
The text was updated successfully, but these errors were encountered: