Ticket #522 (closed defect: fixed)
Overriding an existing Package/PackList for a group in Pkgmgr needs bcfg2-server restart
Reported by: | Matt Baker <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.5 Release |
Component: | bcfg2-server | Version: | 0.9.x |
Keywords: | Cc: |
Description
In Pkgmgr/ I have files generated from the create-debian-pkglist.py. This is the source for an installed package defined in a bundle. I add the sources for different Debian releases (etch/backports/etc) to apt sources via Bcfg so that I can "pin" newer versions.
e.g. <PackageList? priority="99" type="deb">
<Group name="grpname">
<Package name="pkgname" version="0.1.1-1" type="deb"/>
</Group>
Problem:
If I add a new PackList? for a group and a Package specification to effectively "upgrade" the package I get the message on the client:
Incomplete information for entry Package:packagename; cannot verify
... due to absense of version attribute(s)
If I restart the bcfg2-server and rerun on the client the "upgrade" succeeds as expected.
This is fixed in [2fa3c8f5bdec91ea0c4fbdea46700c6ab628c7fe] (SVN r4303)