diff --git a/frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py b/frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py index 2e6090e6f..e8de1f75d 100644 --- a/frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py +++ b/frontend/coprs_frontend/coprs/views/coprs_ns/coprs_builds.py @@ -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)