c4c21967d8
The python3/python3-pyyaml packages both are never installed and dnf itself never updated when $DIB_DISTRIBUTION_MIRROR set and used. This change fix the order of the operations: 1. yum/dnf configure. 2. *.repo patching. 3. yum/dnf update/install execution. Change-Id: Ifbbf1f0190fe8c8a77fb3be820e8056447e755f6 Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com> |
||
---|---|---|
.. | ||
environment.d | ||
pre-install.d | ||
root.d | ||
test-elements/build-succeeds | ||
element-deps | ||
element-provides | ||
package-installs.yaml | ||
README.rst |
====== fedora ====== Use Fedora cloud images as the baseline for built disk images. For further details see the redhat-common README. Environment Variables --------------------- DIB_DISTRIBUTION_MIRROR: :Required: No :Default: None :Description: To use a Fedora Yum mirror, set this variable to the mirror URL before running bin/disk-image-create. This URL should point to the directory containing the ``releases/updates/development`` and ``extras`` directories. :Example: ``DIB\_DISTRIBUTION\_MIRROR=http://download.fedoraproject.org/pub/fedora/linux``