summaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-18 02:49:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-18 02:49:43 +0200
commitffff44d6e43ca07366d1e70b76ade30894063596 (patch)
tree258afd4338969d707a293daac297615207deac86 /bpkg
parenta5b126f21f4ab21d3a3d67e794b11668d3ce6df9 (diff)
Add feature: Add --trust-force option
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/list6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/list b/bpkg/list
index e69de29..bda3cbc 100644
--- a/bpkg/list
+++ b/bpkg/list
@@ -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.