Ticket #524 (assigned enhancement)

Opened 2 years ago

Last modified 2 years ago

Turn off checksuming in YumInstalledPackage.verify()

Reported by: jjneely Assigned to: skvidal (accepted)
Priority: minor Milestone:
Component: yum Version: Stable: 3.2.x
Keywords: Cc:

Description

I would like the ability to use YumInstalledPackage.verify() and tell it to not perform checksums on each file. This is for situations where I'd like to speed things up a bit. Another optional agrument or some such.

Change History

07/09/10 20:10:32 changed by skvidal

  • status changed from new to assigned.

Can you do:

installpkg.verify(fast=True)

That may be only in latest git of 3.2.X but it should let you disable checksum checks.