File: dib-checksum-3d0d9af8778176be.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 (10 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    The usage of the ``DIB_CHECKSUM`` variable is extended. Now to be more
    specific the variable can be set to the ``sha256`` or ``md5`` value to
    generate only one checksum file. There also can be provided a
    comma-separated list of the values, but only ``sha256`` and ``md5``
    supported. For backward compatibility using ``DIB_CHECKSUM=1`` or option
    ``--checksum`` in the command line still can be used to generate all
    supported checksums.