summaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-18 15:41:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-18 15:41:07 +0200
commit6fd22c1084e561d572e43fb614b307347a5e7f83 (patch)
treec34856ff006a478ebeecc79f54a5f290e1ae5ad2 /bpkg
parentffff44d6e43ca07366d1e70b76ade30894063596 (diff)
Drop feature: Add --trust-force option
No need since we have '--auth none'.
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/list6
1 files changed, 0 insertions, 6 deletions
diff --git a/bpkg/list b/bpkg/list
index bda3cbc..e69de29 100644
--- a/bpkg/list
+++ b/bpkg/list
@@ -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.