diskimage-builder/elements/fedora
Andreas Florath 9fbc462e00 Remove Fedora 21 from test-build
Because Fedora 21 is EOL, the appropriate cloud images were
removed from the mirrors during the last days.
Because of the removal, currently all CI tests are failing.

This patch removes the Fedora 21 CI tests.

(Adding and supporting Fedora 23 is done with another patch -
because some additional changes are needed here.)

Change-Id: Ib85bb6fafd4f56ecc55dd420048f4d9e6e6969f3
Signed-off-by: Andreas Florath <andreas@florath.net>
2016-05-30 22:54:58 +02:00
..
environment.d Update default Fedora to 22 2015-07-20 09:08:06 +10:00
pre-install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
root.d Revert "Revert "Ensure DIB_RELEASE is exported for fedora"" 2015-06-17 11:24:35 +10:00
test-elements/build-succeeds Remove Fedora 21 from test-build 2016-05-30 22:54:58 +02:00
element-deps add some missing \n at end of file 2014-05-06 13:43:53 +02:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00
package-installs.yaml Fedora: install redhat-rpm-config 2015-03-18 08:25:18 -04:00
README.rst Fix title of env vars section of fedora README to match template 2015-10-08 17:10:05 -07:00

======
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``