Skip to content

Commit 1c8acf5

Browse files
authored
Merge pull request #250 from jlausuch/json_asset
Sync json assets to ISO directory instead of other
2 parents 031b1be + d53dd95 commit 1c8acf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/cfg.py

Lines changed: 1 addition & 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 =~ \.json$ ]] || asset_folder=iso
7475
[[ ! $dest =~ \.(qcow2|raw|vhd|vmdk|vhdx|xz)$ ]] || asset_folder=hdd
7576
''' + rsync_commands(checksum) + '''
7677
repo0folder=${dest%.iso}

0 commit comments

Comments
 (0)