-
- Downloads
feat(db-remove): revamp arguments to handle all arches in one batch
This effectively also fixes multiple issues with combinations of any packages and their native subset removal. The sacrifice is a different CLI interface that caller need to adapt to. For specific use cases a new --arch options has been introduced to just remove a specific architecture. For removing only partial packages from a split pkgbase, the option --partial must be passed. By default only allow removing complete pkgbase. This makes both operation mutual and explicit, either remove partial packages or remove complete pkgbases. Fixes #21 Fixes #39
Showing
- db-functions 3 additions, 3 deletionsdb-functions
- db-remove 120 additions, 24 deletionsdb-remove
- test/cases/common.bats 10 additions, 1 deletiontest/cases/common.bats
- test/cases/db-remove.bats 38 additions, 10 deletionstest/cases/db-remove.bats
- test/cases/ftpdir-cleanup.bats 23 additions, 23 deletionstest/cases/ftpdir-cleanup.bats
- test/cases/sourceballs.bats 1 addition, 3 deletionstest/cases/sourceballs.bats
- test/lib/common.bash 1 addition, 1 deletiontest/lib/common.bash
Loading
Please register or sign in to comment