diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-18 15:41:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-18 15:41:07 +0200 |
commit | 6fd22c1084e561d572e43fb614b307347a5e7f83 (patch) | |
tree | c34856ff006a478ebeecc79f54a5f290e1ae5ad2 /bpkg | |
parent | ffff44d6e43ca07366d1e70b76ade30894063596 (diff) |
Drop feature: Add --trust-force option
No need since we have '--auth none'.
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/list | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,6 +0,0 @@ -- 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. |