From 34cbb6df06592083687bcfb780c2742f4c8f277a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 30 Aug 2018 17:01:01 -0400 Subject: [PATCH] make the board repo list file format consistent with others The files listing the SIG and TC repos use a list under each group with a dict containing the key 'repo' and then the repository name. Make the board file format consistent so that tools parsing these files have fewer formats to deal with. Change-Id: I2466e02be772ff96e43f377c7431af880a4cea1d Signed-off-by: Doug Hellmann --- reference/foundation-board-repos.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/reference/foundation-board-repos.yaml b/reference/foundation-board-repos.yaml index 0e64a40c5..34ff76f9e 100644 --- a/reference/foundation-board-repos.yaml +++ b/reference/foundation-board-repos.yaml @@ -1,11 +1,10 @@ --- # List of repositories owned by Foundation board and subcommittes Interop Working Group: - - repo: - - openstack/interop - - openstack/refstack-client - - openstack/refstack - - openstack/python-tempestconf + - repo: openstack/interop + - repo: openstack/refstack-client + - repo: openstack/refstack + - repo: openstack/python-tempestconf Transparency subcommittee: - repo: openstack/transparency-policy