golden hour
/opt/imunify360/venv/lib/python3.11/site-packages/clcommon/__pycache__
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.cpython-311.pyc
1.54 KB
Del
OK
clcagefs.cpython-311.pyc
15.5 KB
Del
OK
clcaptain.cpython-311.pyc
4.31 KB
Del
OK
clconfig.cpython-311.pyc
3.19 KB
Del
OK
clconfpars.cpython-311.pyc
16.37 KB
Del
OK
clcustomscript.cpython-311.pyc
1.85 KB
Del
OK
cldebug.cpython-311.pyc
1.29 KB
Del
OK
clemail.cpython-311.pyc
2.42 KB
Del
OK
clexception.cpython-311.pyc
1.7 KB
Del
OK
clfunc.cpython-311.pyc
11.95 KB
Del
OK
clhook.cpython-311.pyc
6.16 KB
Del
OK
cllog.cpython-311.pyc
2.78 KB
Del
OK
cloutput.cpython-311.pyc
846 B
Del
OK
clproc.cpython-311.pyc
8.93 KB
Del
OK
clpwd.cpython-311.pyc
11.97 KB
Del
OK
clquota.cpython-311.pyc
1.79 KB
Del
OK
clsec.cpython-311.pyc
1.55 KB
Del
OK
clwpos_lib.cpython-311.pyc
20.95 KB
Del
OK
const.cpython-311.pyc
293 B
Del
OK
evr_utils.cpython-311.pyc
5.06 KB
Del
OK
features.cpython-311.pyc
6.08 KB
Del
OK
group_info_reader.cpython-311.pyc
6.46 KB
Del
OK
lock.cpython-311.pyc
1.97 KB
Del
OK
mail_helper.cpython-311.pyc
7.2 KB
Del
OK
mysql_lib.cpython-311.pyc
10.01 KB
Del
OK
php_conf_reader.cpython-311.pyc
11.29 KB
Del
OK
sysctl.cpython-311.pyc
10.42 KB
Del
OK
ui_config.cpython-311.pyc
4.69 KB
Del
OK
utils.cpython-311.pyc
40.28 KB
Del
OK
utils_cmd.cpython-311.pyc
4.19 KB
Del
OK
Edit: group_info_reader.cpython-311.pyc
� ��i% � � � d dl Z d dlmZ d dlmZ d dlZd dlmZmZm Z m Z d dlmZ G d� de� � Z G d� d � � ZdS ) � N)�sleep)�Dict)�is_testing_enabled_repo�get_cl_version� is_ubuntu�get_os_version)�FormattedExceptionc � � � e Zd Zd� fd� Z� xZS )�GroupInfoReaderErrorNc �^ �� |�d}t � � � |d|i|d�� � d S )Nz�Encountered an error while getting the remote available groups info. Try again later. If the same problem occurs again - contact CloudLinux support.�reason)�message�context�details)�super�__init__)�selfr r r � __class__s ��z/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib/python3.11/site-packages/clcommon/group_info_reader.pyr zGroupInfoReaderError.__init__ sS �� ��?�b� � ������ �&�)�� � � � � � � � )NN)�__name__� __module__�__qualname__r � __classcell__)r s @r r r s= �� � � � � � � � � � � � � � � r r c �z � e Zd ZdZdZdZdZdZed� � � Z ed� � � Z ed� � � Zed� � � ZdS ) �GroupInfoReaderaZ The purpose of this class is to get remote yum info about available groups: 1. alt-php 2. alt-nodejs 3. alt-ruby 4. alt-python There we get special url with json which depends on machine features: cl version: 6, 7, 6 hybrid architecture: x84_64, i386 enabled testing repositories status: beta, stable Nz"https://repo.cloudlinux.com/other/z.https://repo.cloudlinux.com/cloudlinux-ubuntu/c �P � | j �| � � � | _ | j S )z"Get url with available groups json)� GROUP_URL�_get_group_url)�clss r � group_urlzGroupInfoReader.group_url4 s'