From b1791e116640eb270331190be9f927c7b545f339 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Dec 21 2021 11:29:56 +0000 Subject: buildtag_inherits_from docs --- diff --git a/docs/source/defining_hub_policies.rst b/docs/source/defining_hub_policies.rst index 21bf8aa..a0b67ee 100644 --- a/docs/source/defining_hub_policies.rst +++ b/docs/source/defining_hub_policies.rst @@ -273,13 +273,16 @@ Available tests * checks the current tags for the build in question against the arguments. ``buildtag`` - * checks the build tag name against the arguments * for the build_from_* policies the build tag is determined by the build target requested * for the tag policies, determines the build tag from the build data, which will by null for imported builds +``buildtag_inherits_from`` + * check if some tag is in inheritance chain of the buildtag + * All parents are checked excluding the buildtag itself + ``buildtype`` * checks the build type(s) against the arguments