Skip to content

Commit

Permalink
Fix a typo in repo path in ln_iso_to_repo code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse committed Sep 16, 2024
1 parent 310d1e6 commit f8a4eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def rsync_commands(checksum):
mkdir /var/lib/openqa/factory/repo/$repo0folder
bsdtar xf /var/lib/openqa/factory/iso/$dest -C /var/lib/openqa/factory/repo/$repo0folder
}"
[ -z "FLAVORTOREPOORS" ] || [ $( echo "$flavor" | grep -E -c "^(FLAVORTOREPOORS)$" ) -eq 0 ] || echo "cp -l /var/lib/openqa/factory/iso/$dest /var/lib/openqa/factory/openqa/factory/repo/"
[ -z "FLAVORTOREPOORS" ] || [ $( echo "$flavor" | grep -E -c "^(FLAVORTOREPOORS)$" ) -eq 0 ] || echo "cp -l /var/lib/openqa/factory/iso/$dest /var/lib/openqa/factory/repo/"
done
done'''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ rsync --timeout=3600 -tlp4 --specials obspublish-other::openqa/systemsmanagement
mkdir /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9
bsdtar xf /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso -C /var/lib/openqa/factory/repo/agama-installer.s390x-9.0.0-openSUSE-Build17.9
}
cp -l /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/openqa/factory/repo/
cp -l /var/lib/openqa/factory/iso/agama-installer.s390x-9.0.0-openSUSE-Build17.9.iso /var/lib/openqa/factory/repo/

0 comments on commit f8a4eb8

Please sign in to comment.