Skip to content

Commit

Permalink
Fix documentation mistake for copy API
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Jan 8, 2021
1 parent 1309c4d commit 3336745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES/8009.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a mistake in the copy API documentation - dependency solving was described as defaulting to OFF when in fact it defaults to ON.
10 changes: 5 additions & 5 deletions docs/workflows/copy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ in the destination repository. In Pulp 2, this feature was documented as "advanc
the Pulp3 behavior matches the "recursive-conservative" option from Pulp2 (copies **latest missing**
dependencies)

Unfortunately, solving these complex dependency relationships can be quite expensive. For this
reason, the functionality to perform these checks is **not enabled by default**, and is instead
provided by setting the "dependency_solving" parameter to a value of True when making calls against
the API. Note that if you do not choose dependency-solving (or configure it incorrectly), it
is possible to create incomplete repositories.
Solving these complex dependency relationships can be quite expensive, but is often necessary for
correctness. It is **enabled by default**, but can be disabled by setting the "dependency_solving"
parameter to a value of False when making calls against the API. Note that if you do choose not to
use dependency-solving, (or if you configure it incorrectly), it is possible to create incomplete
repositories.

.. note::

Expand Down

0 comments on commit 3336745

Please sign in to comment.