Skip to content

Commit b285438

Browse files
committed
Use spdx.json extension as an ISO
This is needed by SL Micro 6.0 maintenace jobs even though that ISO will not be booted, it will be needed by botmaster to get feedback from openQA jobs.
1 parent 2732a94 commit b285438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def rsync_commands(checksum):
7171
''' + rsync_fix_dest(distri, version, staging, use_staging_patterns) + '''
7272
asset_folder=other
7373
[[ ! $dest =~ \.iso$ ]] || asset_folder=iso
74+
[[ ! $dest =~ \.spdx\.json$ ]] || asset_folder=iso
7475
[[ ! $dest =~ \.(qcow2|raw|vhd|vmdk|vhdx|xz)$ ]] || asset_folder=hdd
7576
''' + rsync_commands(checksum) + '''
7677
repo0folder=${dest%.iso}
@@ -284,6 +285,8 @@ def openqa_call_start_ex(checksum):
284285
:
285286
elif [[ $destiso =~ \.iso$ ]]; then
286287
echo \" ''' + openqa_call_start_ex1(checksum, 'ISO') + '''\"
288+
elif [[ $destiso =~ \.spdx.json$ ]]; then
289+
echo \" ''' + openqa_call_start_ex1(checksum, 'ISO') + '''\"
287290
elif [[ $destiso =~ \.(hdd|qcow2|raw|raw\.xz|raw\.gz|vhdx\.xz|vmdk|vmdk\.xz)$ ]]; then
288291
echo \" ''' + openqa_call_start_ex1(checksum, 'HDD_1') + '''\"
289292
elif [ -n "$destiso" ]; then

0 commit comments

Comments
 (0)