|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /lib/python3/dist-packages/pbr/__pycache__/ |
Upload File : |
U
jP�^<- � @ s d dl mZ d dlZd dlmZ d dlZd dlZd dlZd dlZd dl Z d dl
Z
d dlZd dlm
Z
d dlmZ d,dd �Zd
d� Zdd
� Zdd� Zdd� Zd-dd�Zdd� Zdd� Zdd� Zd.dd�Zdd� Zdd � Zd/d!d"�Zd#d$� Zd%d&� Zdejjddfd'd(�Z dd)e!� fd*d+�Z"dS )0� )�unicode_literalsN)�log)�options)�versionFTc C s� |rt j}t j}nd }d }tj�� }|r2|�|� t j| |||d�}|�� }|jrl|rlt j
�d| |jf ��t|�dks�|d r�|d �
� s�dS |d �
� �dd�S )N)�stdout�stderr�envz%s returned %dr � �utf-8�replace)�
subprocess�PIPE�os�environ�copy�update�PopenZcommunicate�
returncode� distutils�errorsZDistutilsError�len�strip�decode) �cmdZthrow_on_error�bufferr Zout_locationZerr_locationZnewenv�output�out� r �)/usr/lib/python3/dist-packages/pbr/git.py�_run_shell_command"