summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2022-12-23 15:03:04 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-20 15:47:43 +0100
commit5129bc284cf2372bfbc87b00d3b9bd1117734c43 (patch)
tree0a9b36478fab08ff55dd854e45f6e262931e2e1b /bin
parent0db0064273920c835342dd168f8213b6a567e8c9 (diff)
downloadjustbuild-5129bc284cf2372bfbc87b00d3b9bd1117734c43.tar.gz
Add gc subcommand
Diffstat (limited to 'bin')
-rwxr-xr-xbin/just-mr.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/just-mr.py b/bin/just-mr.py
index 29af9bb3..7e424f70 100755
--- a/bin/just-mr.py
+++ b/bin/just-mr.py
@@ -91,6 +91,10 @@ KNOWN_JUST_SUBCOMMANDS = {
"install-cas": {
"config": False,
"build root": True
+ },
+ "gc": {
+ "config": False,
+ "build root": True
}
}
CURRENT_SUBCOMMAND = None