mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 16:30:18 -04:00
gpg: use more consistent key names
This commit is contained in:
@@ -14,7 +14,7 @@ KEYRING=/usr/lib/systemd/import-pubring.gpg
|
||||
rm -rf "$GNUPGHOME"
|
||||
mkdir "$GNUPGHOME"
|
||||
rm -f "$KEYRING"
|
||||
gpg --no-options --no-default-keyring --keyring="$KEYRING" --homedir="$GNUPGHOME" --import "$SRCDIR/.secure_files/gpg.key"
|
||||
gpg --no-options --no-default-keyring --keyring="$KEYRING" --homedir="$GNUPGHOME" --import "$SRCDIR/.secure_files/gpg.public.key"
|
||||
|
||||
rm -rfv /etc/pacman.d/gnupg
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ go -C ./upload-vacuum/ build -o upload-vacuum .
|
||||
|
||||
# For this script only
|
||||
export GNUPGHOME="$PWD/.secure_files/gpg"
|
||||
gpg --no-options --homedir="$GNUPGHOME" --import "$SRCDIR/.secure_files/gpg.private.key"
|
||||
REMOTE=$SSH_USER@$SSH_HOST:$SSH_PATH
|
||||
echo "files.kde.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUjdH4S7otYIdLUkOZK+owIiByjNQPzGi7GQ5HOWjO6" >> ~/.ssh/known_hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user