From 6167117e02d0b62c5b4094e449232718625e4cba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Sep 2016 17:18:08 +0200 Subject: Add bug: Don't prompt if only one package to build/drop --- bpkg/list | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bpkg/list (limited to 'bpkg') 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? -- cgit v1.1