Modify

Ticket #959 (closed enhancement: fixed)

Opened 13 years ago

Last modified 13 years ago

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

vflags.patch (903 bytes) - added by Joe Digilio <[email protected]…> 13 years ago.

Change History

Changed 13 years ago by Joe Digilio <[email protected]…>

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.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.