From 95c150b016ba9dc29b1882d43eaa37534b3b91f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 12 Dec 2018 16:14:30 +0100 Subject: [PATCH 1/2] lookup: add debug --- lib/lookup.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index b8ed3f991..4dcb9f1d0 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -106,6 +106,9 @@ "maintainers": "alanshaw", "skip": true }, + "debug": { + "maintainers": ["qix", "tootallnate"] + }, "dicer": { "prefix": "v", "maintainers": "mscdex" From 6490565096cc156d9d57bd209a6ea54a84b6e620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 12 Dec 2018 16:42:09 +0100 Subject: [PATCH 2/2] fixup! lookup: add debug skip IBM and win32 --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4dcb9f1d0..ccbb9f5c6 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -107,7 +107,8 @@ "skip": true }, "debug": { - "maintainers": ["qix", "tootallnate"] + "maintainers": ["qix", "tootallnate"], + "skip": ["aix", "ppc", "s390", "win32"] }, "dicer": { "prefix": "v",