feat(db): confirm list of all packages that will be removed
Sometimes it isn't obvious which set of packages are removed from a
split package when the pkgbase matches also a subset of a pkgbase. This
can happen for example with bootstrapping packages, when the intention
is to just remove a partial part of the bootstrap pkgbase.
To make the intention more explicit, list all to be removed packages and
await for confirmation.
Component: pkgctl db remove
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Showing
- README.md 1 addition, 0 deletionsREADME.md
- config/pacman/universe.conf 112 additions, 0 deletionsconfig/pacman/universe.conf
- config/pacman/unstable.conf 83 additions, 0 deletionsconfig/pacman/unstable.conf
- contrib/completion/bash/devtools.in 1 addition, 0 deletionscontrib/completion/bash/devtools.in
- contrib/completion/zsh/_devtools.in 1 addition, 0 deletionscontrib/completion/zsh/_devtools.in
- doc/man/pkgctl-db-remove.1.asciidoc 3 additions, 0 deletionsdoc/man/pkgctl-db-remove.1.asciidoc
- src/lib/build/build.sh 1 addition, 1 deletionsrc/lib/build/build.sh
- src/lib/db/remove.sh 56 additions, 1 deletionsrc/lib/db/remove.sh
- src/lib/release.sh 1 addition, 1 deletionsrc/lib/release.sh
- src/lib/util/pacman.sh 33 additions, 3 deletionssrc/lib/util/pacman.sh
- src/lib/util/term.sh 16 additions, 0 deletionssrc/lib/util/term.sh
Loading
Please register or sign in to comment