![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /lib/python3.6/site-packages/up2date_client/ |
# 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'