Skip to content

Commit

Permalink
Merge pull request coreos#346 from darkmuggle/revert-335
Browse files Browse the repository at this point in the history
Revert "Merge pull request coreos#335 from darkmuggle/mirror_iso"
  • Loading branch information
dustymabe authored Feb 12, 2019
2 parents f6c41be + 7812d94 commit 7812b8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ repository_dirs[ppc64le]=fedora-secondary
repository_dirs[s390x]=fedora-secondary

repository_dir=${repository_dirs[$arch]}
INSTALLER_MIRROR="${INSTALLER_MIRROR:-https://download.fedoraproject.org}"
INSTALLER_URL="${INSTALLER_MIRROR}/pub/$repository_dir/releases/$release/Everything/$arch/iso"
INSTALLER="${INSTALLER_URL}/Fedora-Everything-netinst-$arch-$release-1.2.iso"
INSTALLER_CHECKSUM="${INSTALLER//.iso/-CHECKSUM}"
INSTALLER=https://download.fedoraproject.org/pub/$repository_dir/releases/$release/Everything/$arch/iso/Fedora-Everything-netinst-$arch-$release-1.2.iso
INSTALLER_CHECKSUM=https://download.fedoraproject.org/pub/$repository_dir/releases/$release/Everything/$arch/iso/Fedora-Everything-$release-1.2-$arch-CHECKSUM

# Overriding install URL
if [ -n "${INSTALLER_URL_OVERRIDE-}" ]; then
Expand Down

0 comments on commit 7812b8a

Please sign in to comment.