aboutsummaryrefslogtreecommitdiff
path: root/tools/scheddomain/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-153/+0
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2022-06-19feat(tools/scheddomain): add a tool to report on scheduler domainsFranck Cuny1-0/+153
Change-Id: Ia4e1aa1e7fc48b8bfb619aba9ba71037ffcc69f8 Reviewed-on: https://cl.fcuny.net/c/world/+/451 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>