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. --- rules/TARGETS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/TARGETS b/rules/TARGETS index 0967ef4..ae73742 100644 --- a/rules/TARGETS +++ b/rules/TARGETS @@ -1 +1,3 @@ -{} +{ "tree": + {"type": "install", "deps": [["TREE", null, "."]], "tainted": ["test"]} +} -- cgit v1.2.3