From d1401e45d2bc5033a14366d272971a2973e85762 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 24 Jun 2024 18:12:44 +0200 Subject: repos.json: split main and testing repositories... ...such that user can just-import-git only the strictly required repository. --- etc/imports/rules.TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/imports/rules.TARGETS') diff --git a/etc/imports/rules.TARGETS b/etc/imports/rules.TARGETS index 5b41441..d898f5d 100644 --- a/etc/imports/rules.TARGETS +++ b/etc/imports/rules.TARGETS @@ -1,6 +1,6 @@ { "tree": { "type": "install" - , "dirs": [[["TREE", null, "rules"], "rules"]] + , "dirs": [[["@", "rules-rust", "", "tree"], "rules"]] , "tainted": ["test"] } } -- cgit v1.2.3