From 396150494ff3626d08b3cee006ab813ae4be743c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 3 Nov 2015 13:06:42 -0500 Subject: [PATCH] configure TAG and default it to true Signed-off-by: Alfredo Deza --- ceph-next/config/definitions/ceph-next.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph-next/config/definitions/ceph-next.yml b/ceph-next/config/definitions/ceph-next.yml index f3d0b9e3..0404d984 100644 --- a/ceph-next/config/definitions/ceph-next.yml +++ b/ceph-next/config/definitions/ceph-next.yml @@ -29,6 +29,10 @@ If this is unchecked, then the builds will be pushed to chacra with the correct ref. This is the default. If this is checked, then the builds will be pushed to chacra under the 'test' ref." + - bool: + name: TAG + description: "Removes the previous private tag to recreate it again, changing the control files and committing again" + default: true - bool: name: FORCE -- 2.39.5