diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-18 02:49:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-18 02:49:43 +0200 |
commit | ffff44d6e43ca07366d1e70b76ade30894063596 (patch) | |
tree | 258afd4338969d707a293daac297615207deac86 /bpkg | |
parent | a5b126f21f4ab21d3a3d67e794b11668d3ce6df9 (diff) |
Add feature: Add --trust-force option
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/list | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +- Add --trust-force option [feature karen] + + When certificate name does not match repository name then we fail even with + --trust-yes. However, sometimes it can be desirable to override trust checks + completely (need to think what else is there that we check). Probably makes + sense to still issue a warning. |