PBR

Comment 4 for bug 1738685

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to pbr (master)

Reviewed: https://review.openstack.org/554730
Committed: https://git.openstack.org/cgit/openstack-dev/pbr/commit/?id=183b445c0f8eb84568df6e07cf34dcc3e1935cec
Submitter: Zuul
Branch: master

commit 183b445c0f8eb84568df6e07cf34dcc3e1935cec
Author: Clark Boylan <email address hidden>
Date: Tue Mar 20 16:12:20 2018 -0700

    Better Sem-Ver header handling

    This makes Sem-Ver header handling more reliable by ignoring any
    potential user configured git log output format. Instead PBR supplies
    its own format string that will output the commit message bodies in
    their entirety without wrapping and other whitespace formatting done for
    humans.

    Change-Id: I957a8c182585119534b4e02c34e7140a3e07d1d6
    Related-Bug: 1738685
    Fixes-Bug: 1704625