diff --git a/doc/release-notes/2024-03-07.rst b/doc/release-notes/2024-03-07.rst index 2c7e41360..beb208ff7 100644 --- a/doc/release-notes/2024-03-07.rst +++ b/doc/release-notes/2024-03-07.rst @@ -15,7 +15,8 @@ Enhancements Once the worker is assigned to your task, the automation grants you root permissions over SSH. This feature is currently available only in the web UI. To experiment, debug - open the page with the failed build and use the - "Resubmit and allow SSH" button. + "Resubmit and allow SSH" button. Please read more in the `SSH access to + Copr builders`_ blog post. - The Copr API documentation provided at ``/api_3/docs`` URI has been updated, and almost all the API endpoints are now documented. @@ -87,6 +88,7 @@ Features/Changes for administrators .. _`#3117`: https://github.com/fedora-copr/copr/issues/3117 .. _`PR#3023`: https://github.com/fedora-copr/copr/pull/3023 .. _`/api_3/docs`: https://copr.fedorainfracloud.org/api_3/docs +.. _`SSH access to Copr builders`: https://frostyx.cz/posts/ssh-access-to-copr-builders .. _`Fedora 38`: https://bodhi.fedoraproject.org/updates/FEDORA-2024-153d2b19a7 .. _`Fedora 39`: https://bodhi.fedoraproject.org/updates/FEDORA-2024-680c9d3f98 diff --git a/doc/user_documentation.rst b/doc/user_documentation.rst index c5e10563b..7a83c6013 100644 --- a/doc/user_documentation.rst +++ b/doc/user_documentation.rst @@ -231,6 +231,16 @@ Reproducing the builds locally There's a separate document :ref:`reproducing_builds`. +SSH access to Copr builders +--------------------------- + +Sometimes it is useful to manually debug failed builds not locally but +within the Copr infrastructure. That's why it is possible to allow SSH +access to a copr builder. More information in the `SSH access to Copr +builders `_ blog +post. + + Temporary projects ------------------