commit | 47f39585b74bbae445a3702e9b0b7e9525d54e8c | [log] [tgz] |
---|---|---|
author | Andy Doan <andy.doan@linaro.org> | Thu Sep 29 16:59:54 2016 -0500 |
committer | Benjamin Copeland <ben.copeland@linaro.org> | Wed May 27 12:09:15 2020 +0100 |
tree | 55fd78708910cba3b8f01a40775a8b59c0be6067 | |
parent | 4f12b70c15bc248ddaa86c5095fc15a07a7d25e8 [diff] |
ui-repolist: add ability to control what repos a user see The auth-filter works at the repository level but still shows repositories in ui-repolist. This change allows you to limit what a user sees based on the STDOUT of a command. The existing filter code doesn't handle the capture of stdout, so a new mechanism was created just for this. Signed-off-by: Andy Doan <andy.doan@linaro.org>