Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Check sync status in DistGitMRHandler #54

@jpopelka

Description

@jpopelka

We should amend the PackitAPI.sync_release() which we call in DistGitMRHandler to pass check_sync_status=True to PackitAPI.update_dist_git().
The argument was added in packit/packit#1534 and defaults to False because the method is used also by non-source-git-related workflow.

Prior to calling update_dist_git() the sync_release() updates the dist-git repo which makes the later update_dist_git(check_sync_status=True) call fail saying that there are no commits with trailers.

Note: This would be mostly a change in packit but utilized mostly in hardly, that's why it's tracked here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions