HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/uaclient/__pycache__/gpg.cpython-310.pyc
o

nHJeD�@sRddlZddlZddlZddlmZmZe�e�e��Z	de
de
ddfdd�ZdS)�N)�
exceptions�util�source_keyfile�destination_keyfile�returncCs@t�d|�tj�|�stj|d��t�||�t�	|d�dS)aXCopy 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)�keyfilei�N)
�LOG�debug�os�path�existsr�GPGKeyNotFound�shutil�copy�chmod)rr�r�./usr/lib/python3/dist-packages/uaclient/gpg.py�export_gpg_key
s

r)�loggingr
r�uaclientrr�	getLogger�replace_top_level_logger_name�__name__r�strrrrrr�<module>s