diskimage-builder/diskimage_builder/elements/dib-run-parts
Ian Wienand 6ee2995214 dib-lint: use yamllint to parse YAML files
This gives us better linting of YAML files that just opening them.
This would have detected the duplicate keys in
I34e27d821fbefe274e7b007f37b0bd34db2e1d26.

The .yamllint is taken from zuul-jobs where it is also used as a
fairly sane set of default rules.

A few minor newline fixes are added.

Change-Id: I96d6644ae24f7deb84fa50fefbda0f0d33e0e009
2020-05-26 12:04:09 +10:00
..
package-installs.yaml dib-lint: use yamllint to parse YAML files 2020-05-26 12:04:09 +10:00
README.rst Trivial fix typos 2017-05-31 11:17:05 +07:00

=============
dib-run-parts
=============

.. warning::

   This element is deprecated and is left only for compatibility.
   Please read the notes.

This element install the ``dib-utils`` package to provide
``dib-run-parts``.

Previously this element was a part of most base images and copied the
internal version of ``dib-run-parts`` to ``/usr/local/bin`` during the
build.  Due to a (longstanding) oversight this was never removed and
stayed in the final image.  The image build process now uses a private
copy of ``dib-run-parts`` during the build, so this element has become
deprecated.

For compatibility this element simply installs the ``dib-utils``
package, which will provide ``dib-run-parts``.  However, this is
probably better expressed as a dependency in individual elements.