Skip to content

redhat: make Patchlist.changelog generation conditional

redhat: make Patchlist.changelog generation conditional
    
Right now Patchlist.changelog is always generated and contains an
URL to the kernel-ark repository. However, when kernel-ark is forked
into CentOS or any other downstream repo, this file will continue to
be generated and will contains the kernel-ark repo URLs even if we
are already in another repository. Fix this by allowing setting other
URL value in the Makefile.variables file, or if for any reason we
don't want the Patchlist.changelog file, just set the PATCHLIST_URL
value to "none".

Signed-off-by: Herton R. Krzesinski <herton@redhat.com>

This is version 3 of the MR. It returns back to adding the URL to
the changelog after the discussion about it here, and incorporates
bugfixes made in the version 2.

Edited by Herton R. Krzesinski

Merge request reports