Skip to content

Commit

Permalink
doc: exempt projects with manual createrepo from pruning old results
Browse files Browse the repository at this point in the history
Fix #3104

We skipping such projects with the following explanation.

    Exploring projectdir 'kde6' with path: /var/lib/copr/public_html/results/solopasha/kde6
    Going to prune solopasha/kde6
    projectname = kde6
    Skipped solopasha/kde6 since auto createrepo option is disabled

So I am just documenting the status quo.
  • Loading branch information
FrostyX committed Feb 20, 2024
1 parent 9fcb724 commit a94711e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/user_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ only in Copr and ignored by Koji. It is easy to do::
# This happens only in Copr
%endif

.. _creating_repositories_manually:

Creating repositories manually
------------------------------
Expand Down Expand Up @@ -767,6 +768,9 @@ even though that build might not be the newest one. Also, if there are
two builds of the same package version, it is undefined which one is going
to be kept.

Projects that opted-in for :ref:`creating_repositories_manually`, are
exempt from the old package removal because of technical limitations.

.. _`How is Copr pronounced?`:

.. rubric:: How is Copr pronounced? :ref:`¶ <How is Copr pronounced?>`
Expand Down

0 comments on commit a94711e

Please sign in to comment.