Modify ↓
Ticket #959 (closed enhancement: fixed)
YUMng ignores verify_flags
Reported by: | Joe Digilio <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.1.1 Release (Bugfix) |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
Currently, YUMng ignores verify_flags. I would like to use something like this:
<BoundPackage name="GConf2" version="auto" type="yum" verify_flags="nomtime"/>
Attached is a patch which addresses this issue.
One question... When it does the check, instead of:
elif 'no' + p.type in verify_flags:
would you prefer it does an explicit check of each flag? Eg:
elif p.type == 'mtime' and 'nomtime' in verify_flags:
Attachments
Change History
comment:1 Changed 13 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.1.1 Release (Bugfix)
Jack added this in [53a383ab2afcbcac748b5387cbfb786feb5f7acf]. Thanks for the patch.
Note: See
TracTickets for help on using
tickets.