Modify ↓
Ticket #631 (closed defect: fixed)
APT version='any' verifies, but doesn't install
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-client | Version: | |
Keywords: | patch | Cc: |
Description
Using the special version string 'any' with the APT client tool, packages are verified no matter what the version is, but it won't install new packages. This patch installs the same version that would be installed with version='auto' in the case that no previous version of the package was installed.
Attachments
Change History
Changed 14 years ago by [email protected]…
- Attachment apt-any-install.patch added
comment:1 Changed 14 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Committed in [c953c93084872820aa33dc3d38af1ddfe80f86ca] (SVN r5018) thanks for the patch.
Note: See
TracTickets for help on using
tickets.
Allow version='any' to install a new package with the APT driver