Modify ↓
Ticket #1051 (closed enhancement: fixed)
Do not show y/N proposal for Packages that can not be installed
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.3.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
In interactive mode of Bcfg2 client:
Loaded tool drivers: APT Action DebInit POSIX VCS The following entries are not handled by any tool: Package:None:apache2 Package:None:mysql-server Package:None:php5 The following packages are specified in bcfg2: apache2 mysql-server php5 The following packages are prereqs added by Packages: Phase: initial Correct entries: 0 Incorrect entries: 3 Total managed entries: 3 Unmanaged entries: 264 Install Package: apache2? (y/N): y Install Package: mysql-server? (y/N): y Install Package: php5? (y/N): y Phase: final Correct entries: 0 Incorrect entries: 3 Package:apache2 Package:mysql-server Package:php5 Total managed entries: 3 Unmanaged entries: 264
It would more intuitive to see the following messages:
... Unmanaged entries: 264 Can't install Package: apache2 (no plugins can handle operation) [Press Enter] Can't install Package: mysql-server (no plugins can handle operation) [Press Enter] Can't install Package: php5 (no plugins can handle operation) [Press Enter] Phase: final ...
If -d (debug) option is specified, the prompts can also show names of the plugins that will be called to process the command, e.g:
Install Package (Packages,): apache2? (y/N): y Install Package (Packages,): mysql-server? (y/N): y
Attachments
Change History
Note: See
TracTickets for help on using
tickets.