summaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/list9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/list b/bpkg/list
new file mode 100644
index 0000000..e8ee478
--- /dev/null
+++ b/bpkg/list
@@ -0,0 +1,9 @@
+- Don't prompt if only one package to build/drop [bug karen]
+
+ In build/drop commands don't show the plan or ask for confirmation if
+ only one package to be built. Maybe even better if the set of packages
+ is the same as on the command line.
+
+ With build the tricky aspect is if the package is being upgraded or
+ downgraded. Perhaps only omit plan/prompt if it will only contain
+ 'build' actions?