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
Because we now support triggers, and because triggers need to run at the absolute end, and because the potential install loop is a pain, we can install build a meta package when many packages are set. So long as that package stays out of the state db, so much the better.
See: #44
Rather than the current approach of iterating through packages in
vin install [foo|bar|baz]
, we should accept many packages here https://github.com/vinyl-linux/vin/blob/main/server/install.pb.go#L27-L35At that point we can create a meta-package on the fly when
Pkg
has many packages.These on-the-fly meta-packages don't need to be added to world.
The text was updated successfully, but these errors were encountered: