| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/uaclient/__pycache__/ |
Upload File : |
U
UٵgD � @ sN d dl Z d dlZd dlZd dlmZmZ e �e�e��Z e
e
dd�dd�ZdS )� N)�
exceptions�util)�source_keyfile�destination_keyfile�returnc C s@ t �d| � tj�| �s$tj| d��t�| |� t� |d� dS )aX Copy a specific key from source_keyring_dir into destination_keyfile
:param source_keyfile: Path of source keyring file to export.
:param destination_keyfile: The filename created with the single exported
key.
:raise UbuntuProError: Any GPG errors or if specific key does not exist in
the source_keyring_file.
zExporting GPG key %s)Zkeyfilei� N)
�LOG�debug�os�path�existsr ZGPGKeyNotFound�shutil�copy�chmod)r r � r �./usr/lib/python3/dist-packages/uaclient/gpg.py�export_gpg_key
s
r )Zloggingr r Zuaclientr r Z getLoggerZreplace_top_level_logger_name�__name__r �strr r r r r �<module> s