Modify ↓
Ticket #744 (closed defect: wontfix)
Packages.py determines version to install using Yum instead of its own metadata
Reported by: | strauss | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
See summary.
This causes installation of newer versions than expected if the client has newer packages available.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
This is an intended feature of the Packages plugin. (explicit delegation to the underlying packaging system of package version choice)
This is the same as the problem that would happen if you needed to rebuild a machine when the old version of the package was gone from an upstream package source.
For this reason, we recommend the use of local mirrors of package sources (for yum or apt, or whatever) so that these variables are all kept under local control.