File: move_tidy_logs_to_main-a8c03427fe1a445c.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 (8 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
features:
  - Cleaning logs was split, some was done in the
    img-functions.finalise_base, some was done in the base element.
    The version unifies tidy up logs in the lib/img-functions.
    Especially when building docker container images the base element
    cannot be used. This patch removes about some hundreds KB of
    useless logs in cases when the base element is not used.