rpm-software-management / createrepo_c

C implementation of the createrepo.
http://rpm-software-management.github.io/createrepo_c
GNU General Public License v2.0
100 stars 93 forks source link

`modifyrepo_c` and `mergerepo_c` generate `--no-pretty` metadata by default #413

Closed kontura closed 9 months ago

kontura commented 11 months ago

Since https://github.com/rpm-software-management/createrepo_c/pull/395 both modifyrepo_c and mergerepo_c generate metadata without full indentation.

This is because the default to full indentation is set in cr_xml_dump_init() but neither of the tools calls that.