summaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-17 21:01:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-17 21:01:20 +0300
commit68d015cab40e902f507a457a7e3e81b73cf50e6a (patch)
treea116c4d67bde8878da8fbadabb10f40435c83646 /bpkg
parenta1b299dcfde989e9589014db15721bcd57c0a94c (diff)
Don't prompt if build/drop plan is obvious
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/list9
1 files changed, 0 insertions, 9 deletions
diff --git a/bpkg/list b/bpkg/list
index e8ee478..e69de29 100644
--- a/bpkg/list
+++ b/bpkg/list
@@ -1,9 +0,0 @@
-- 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?