diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 17:18:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 17:18:08 +0200 |
commit | 6167117e02d0b62c5b4094e449232718625e4cba (patch) | |
tree | 0ac274ced071a01c51971309c51a5c54625d8e91 /bpkg | |
parent | e2bf6bdb764e59a17b7d5f65a1a952d517668c2d (diff) |
Add bug: Don't prompt if only one package to build/drop
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/list | 9 |
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? |