kiwi-el8/package
Marcus Schäfer 640284f48c
Refactor incremental changelog update
The creation of the package changelog is based on a reference file.
However that reference file contained log information in a specific
timezone which requires to hardcode the region of that timezone
in the code to correctly run date/time calculations. This can
be done better from a conceptual point of view. This patch changes
the handling in a way that the reference file is a git log
excerpt including the dates as git log lists them. The dates
contains complete numeric time/date/zone information and can be
used for calculations. The changelog helper tool converts the
result data to match the requirements of rpm changelog files
and prints the time/date information localized to the callers
timezone or as UTC if the --utc switch is given. By default the
user local timezone settings applies. That way the setup of
the local timezone is immaterial to the changelog processor
and the workaround in the gitlab-ci rpm stage can be deleted
too.
2019-03-15 20:56:19 +01:00
..
python-kiwi-rpmlintrc Remove xml_parse.py shebang in spec 2018-03-21 15:54:25 +01:00
python-kiwi-spec-template Extend the GitLab-CI pipeline 2019-03-12 12:29:56 +01:00
python-kiwi.changes Refactor incremental changelog update 2019-03-15 20:56:19 +01:00