From a4001cd5f652c5be02137e8e517b6583271c3ffd Mon Sep 17 00:00:00 2001 From: Gael Duperrey Date: Tue, 12 Sep 2023 10:27:33 +0200 Subject: [PATCH] Ignore GPG check for install or upgrade in the script As a temporary fix, we added an option to the script install_xcpng.py to ignore the gpg check in the install and upgrade mode. It will last until we have a signed netinstall iso to create the repo on the PXE. Signed-off-by: Gael Duperrey --- scripts/install_xcpng.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_xcpng.py b/scripts/install_xcpng.py index 821b84e83..473359350 100755 --- a/scripts/install_xcpng.py +++ b/scripts/install_xcpng.py @@ -56,7 +56,7 @@ def generate_answerfile(directory, installer, hostname_or_ip, target_hostname, a with open(f'{directory}/answerfile.xml', 'w') as answerfile: if action == 'install': answerfile.write(f""" - + fr {hdd} {hdd} @@ -72,7 +72,7 @@ def generate_answerfile(directory, installer, hostname_or_ip, target_hostname, a """) elif action == 'upgrade': answerfile.write(f""" - + {hdd} {installer}