From 9a7bb4b339d496cb5a9fd4539c85aac8249de520 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 9 Apr 2020 21:31:54 -1000 Subject: [PATCH] asu: send target to ASU server The updated API requires the target as the 'profiles' are not unique (e.g. for x86 images). Signed-off-by: Paul Spooren --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 09631dc..92fb993 100644 --- a/index.js +++ b/index.js @@ -61,6 +61,7 @@ function build_asa_request() { showStatus(''); var request_data = { + 'target': current_model.target, 'profile': current_model.id, 'packages': split($('packages').value), 'version': $('versions').value -- 2.30.2