Skip to content

add patch_user - #3332

Merged
czoido merged 1 commit into
conan-io:develop2from
memsharded:feature/patch_user
Aug 28, 2023
Merged

czoido merged 1 commit into
conan-io:develop2from
memsharded:feature/patch_user

Conversation

@memsharded

Copy link
Copy Markdown
Member

@czoido
czoido merged commit 5a09afe into conan-io:develop2 Aug 28, 2023
@memsharded
memsharded deleted the feature/patch_user branch August 28, 2023 10:46
- patch_file: "patches/0003-fix-content-length-calculation.patch"


For each patch, a ``patch_file``, a ``patch_string`` or a ``patch_user`` field must be provided. The first two are automatically applied by ``apply_conandata_patches()``, while ``patch_user`` are ignored, and must be handled by the user directly in the ``conanfile.py`` recipe.

@franramirez688 franramirez688 Aug 28, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd have rephrased it a little bit:

Fields like ``patch_file``, ``patch_string`` or ``patch_user`` must be provided for each patch. The first two
are automatically applied by ``apply_conandata_patches()``, while ``patch_user``is ignored and must be
handled by the user directly in the ``conanfile.py`` recipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants