Skip to content

cgroups: Fix layering violations

Patrick Steinhardt requested to merge pks-cgroups-fix-layering-violations into master

This MR fixes two layering violations in the cgroups package:

  • A cyclic dependency between the command and the cgroups package.
  • The cgroups package actually caring about Git repositories.

Merge request reports