File: add-autoupdates-element-8225a5d8b19cec74.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    A new element ``autoupdates`` is added to DIB. This element, with proper
    configuration, will enable and configure cloud images to have a system that
    automatically updates the image, from the upstream binaries. To this end,
    ``DIB_DEB_UPDATES_CONF`` or ``DIB_YUM_UPDATES_CONF`` must be set during build time.
other:
  - |
    The ``autoupdates`` element has only been tested in Rocky and Ubuntu images.
    In addition, the element does not check the validity of the configuration files in any way.