From d53dd958f57291e4d89264365fad6210a89eb463 Mon Sep 17 00:00:00 2001 From: jlausuch Date: Fri, 28 Jun 2024 16:59:47 +0200 Subject: [PATCH] Sync json assets to ISO directory instead of other This is needed by SL Micro maintenance pipeline. The variable ISO is needed in those tests but the content is not an actually iso, but a json file. --- script/cfg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cfg.py b/script/cfg.py index 1e5594db..5e0a9026 100644 --- a/script/cfg.py +++ b/script/cfg.py @@ -71,6 +71,7 @@ def rsync_commands(checksum): ''' + rsync_fix_dest(distri, version, staging, use_staging_patterns) + ''' asset_folder=other [[ ! $dest =~ \.iso$ ]] || asset_folder=iso + [[ ! $dest =~ \.json$ ]] || asset_folder=iso [[ ! $dest =~ \.(qcow2|raw|vhd|vmdk|vhdx|xz)$ ]] || asset_folder=hdd ''' + rsync_commands(checksum) + ''' repo0folder=${dest%.iso}