| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| clpwd.py | |||||
| config.py | |||||
| hardware.py | |||||
| pkgplatform.py | |||||
| rhncli.py | |||||
| rhnreg.py | |||||
| rhnserver.py | |||||
| rpcServer.py | |||||
| statistics.py | |||||
| up2dateAuth.py | |||||
| up2dateErrors.py | |||||
| up2dateLog.py | |||||
| up2dateUtils.py |
# Client code for Update Agent
# Copyright (c) 2011--2012 Red Hat, Inc. Distributed under GPLv2.
#
# Author: Simon Lukasik
#
# substituted to the prefered platfrom by Makefile
_platform='rpm'
def getPlatform():
if _platform != '@PLAT' + 'FORM@':
return _platform
else:
return 'rpm'
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| clpwd.py | |||||
| config.py | |||||
| hardware.py | |||||
| pkgplatform.py | |||||
| rhncli.py | |||||
| rhnreg.py | |||||
| rhnserver.py | |||||
| rpcServer.py | |||||
| statistics.py | |||||
| up2dateAuth.py | |||||
| up2dateErrors.py | |||||
| up2dateLog.py | |||||
| up2dateUtils.py |