You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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()
thesync_release()
updates the dist-git repo which makes the laterupdate_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.
The text was updated successfully, but these errors were encountered: