mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
load a user from the client cert
This commit is contained in:
parent
3f76b3309c
commit
046d91324c
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ class Commands(pyrpkg.Commands):
|
|||
# sig packages are built in the tag that matches the git branch
|
||||
self._target = '{0}-el{1}'.format(self.branch_merge, self.distval)
|
||||
|
||||
def load_user(self):
|
||||
try:
|
||||
self._user = centos_cert.read_user_cert()
|
||||
except Exception, e:
|
||||
super(Commands, self).load_user()
|
||||
|
||||
# These are the commands defined in the base pyrpkg.Commands class
|
||||
# and have been implemented here
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue