Comment 2 for bug 1735547

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to diskimage-builder (master)

Reviewed: https://review.openstack.org/524341
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=c247cb41bbc3d5f06d55746ad2391058f3eb8938
Submitter: Zuul
Branch: master

commit c247cb41bbc3d5f06d55746ad2391058f3eb8938
Author: goldyfruit <email address hidden>
Date: Thu Nov 30 15:25:30 2017 -0500

    Fix wrong epel-release-7* package URL

    When "epel" element is used during a build process
    with "rhel7" distribution, the build failed
    because the "epel-release-7*" package cannot be
    installed.

    The reason is because the URL is not correct, it
    should be:
      URL=$BASE_URL/$RELEASE/x86_64/Packages/e/

    Change-Id: I90c26892361f7611645b85f2eddc949b2f0d76fc
    Closes-Bug: #1735547