Skip to content

Commit

Permalink
Merge pull request #1334 from jstodola/fix_ftp_path
Browse files Browse the repository at this point in the history
Fix KSTEST_FTP_URL for rhel-10
  • Loading branch information
rvykydal authored Nov 11, 2024
2 parents a5624bc + 8000c15 commit 54ab7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/defaults-rhel10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export KSTEST_OSINFO_NAME=fedora-eln
source ./network-device-names.cfg
export KSTEST_URL='http://download.devel.redhat.com/rhel-10/nightly/RHEL-10/latest-RHEL-10.0/compose/BaseOS/x86_64/os/'
export KSTEST_MODULAR_URL='http://download.devel.redhat.com/rhel-10/nightly/RHEL-10/latest-RHEL-10.0/compose/AppStream/x86_64/os/'
export KSTEST_FTP_URL='ftp://download.devel.redhat.com/rhel-10/nightly/RHEL-10/latest-RHEL-10.0/compose/BaseOS/x86_64/os/'
export KSTEST_FTP_URL='ftp://download.devel.redhat.com/mnt/redhat/rhel-10/nightly/RHEL-10/latest-RHEL-10.0/compose/BaseOS/x86_64/os/'
export KSTEST_OSTREECONTAINER_URL='quay.io/centos-bootc/centos-bootc:stream10'

0 comments on commit 54ab7e2

Please sign in to comment.