Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
3
\F! @ sD d Z ddlZddlmZ ddlZyddlZW n ek
rD dZY nX ddlmZ ddl m
Z
ddlmZ ddl
mZ yddlmZ W n ek
r dZY nX ydd lmZ W n ek
r dZY nX d
d Zdd
Zd!ddZd"ddZed#gdfed$gdfed%gdfed&gdfed'gdfeg dfdZdd Zd(dd ZdS ))zodistutils.archive_util
Utility functions for creating archive files (tarballs, zip files,
that sort of thing). N)warn)DistutilsExecError)spawn)mkpath)log)getpwnam)getgrnamc C sN t dks| dkrdS yt | }W n tk
r8 d}Y nX |dk rJ|d S dS )z"Returns a gid, given a group name.N )r KeyError)nameresult r
./usr/lib64/python3.6/distutils/archive_util.py_get_gid s
r c C sN t dks| dkrdS yt | }W n tk
r8 d}Y nX |dk rJ|d S dS )z"Returns an uid, given a user name.Nr )r r
)r r r
r
r _get_uid+ s
r gzipc s. dddddd}dddd d
}|dk r:||j kr:td| d
} |dkrZ| |j|d7 } ttjj| |d ddl}
tj d t
t fdd}|s|
j| d|| }z|j
||d W d|j X |dkr*tdt | || }
tjdkr|| |
g}n
|d| g}t||d |
S | S )a= Create a (possibly compressed) tar file from all the files under
'base_dir'.
'compress' must be "gzip" (the default), "bzip2", "xz", "compress", or
None. ("compress" will be deprecated in Python 3.2)
'owner' and 'group' can be used to define an owner and a group for the
archive that is being built. If not provided, the current owner and group
will be used.
The output tar file will be named 'base_dir' + ".tar", possibly plus
the appropriate compression extension (".gz", ".bz2", ".xz" or ".Z").
Returns the output filename.
Zgzbz2xz )r bzip2r Ncompressz.gzz.bz2z.xzz.Z)r r r r NzKbad value for 'compress': must be None, 'gzip', 'bzip2', 'xz' or 'compress'z.tarr )dry_runr zCreating tar archivec s, d k r | _ | _d k r(| _| _| S )N)gidZgnameuiduname)Ztarinfo)r groupownerr r
r _set_uid_gida s z"make_tarball.._set_uid_gidzw|%s)filterz'compress' will be deprecated.Zwin32z-f)keys
ValueErrorgetr ospathdirnametarfiler infor r openaddcloser PendingDeprecationWarningsysplatformr ) base_namebase_dirr verboser r r Ztar_compressionZcompress_extZarchive_namer% r tarZcompressed_namecmdr
)r r r r r make_tarball7 s<