Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
FrostyX committed Dec 15, 2023
1 parent 4ee9df5 commit c67f22a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py
Original file line number Diff line number Diff line change
@@ -475,6 +475,9 @@ def copr_repeat_build(copr, build_id):
@login_required
@req_with_copr
def copr_repeat_build_ssh(copr, build_id):
"""
Resubmit a build and keep the builder alive for user SSH
"""
return _copr_repeat_build(copr, build_id, True)


0 comments on commit c67f22a

Please sign in to comment.