Package pulp :: Package client :: Module repolib :: Class RepoLib
[hide private]
[frames] | no frames]

Class RepoLib

source code

Library for performing yum repo management.

Instance Methods [hide private]
 
__init__(self, lock=ActionLock()) source code
 
update(self)
Update yum repos based on pulp bind (subscription).
source code
Instance Variables [hide private]
Lock lock
The action lock.
Method Details [hide private]

__init__(self, lock=ActionLock())
(Constructor)

source code 
Parameters:
  • lock (Lock) - A lock.

Instance Variable Details [hide private]

lock

The action lock. Ensures only 1 instance updating repos.
Type:
Lock