90a347707c
Now that fedora-25 is released, bump fedora-minimal / fedora elements to use it. Change-Id: Ifdb05255e7a138b99099252fe17041fe4621b6f4 Depends-On: I3cc467a2d08486458b3f625f94ba969532f6cd04 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 lines
188 B
Bash
6 lines
188 B
Bash
export DISTRO_NAME=fedora
|
|
export DIB_RELEASE=${DIB_RELEASE:-25}
|
|
if [ -n "${DIB_FEDORA_DISTRIBUTION_MIRROR:-}" ]; then
|
|
export DIB_DISTRIBUTION_MIRROR=$DIB_FEDORA_DISTRIBUTION_MIRROR
|
|
fi
|