#292 Fix installation of debuginfo packages
Merged 5 years ago by astepano. Opened 5 years ago by astepano.

@@ -12,10 +12,9 @@ 

        }}

      pkgs_debuginfo_req: >

        {{

-         pkgs_debuginfo_req|d|list|union([item]) |

-         select('match', '.*-debuginfo$') |

-         list |

-         regex_replace('-debuginfo')

+         [[item] | select('match', '.*-debuginfo$') | list | join | regex_replace('-debuginfo')] |

+         difference([""]) |

+         union(pkgs_debuginfo_req|d|list)

        }}

    with_flattened:

      - "{{ param_req_pkgs }}"

Signed-off-by: Andrei Stepanov astepano@redhat.com
List of debuginfo packages always got truncated to the last element.
This PR fixes it.

rebased onto dfa4504

5 years ago

Commit 1f06c59 fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago