Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/build/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Apply patches

| Name | Required | Description | Default |
| ---- | -------- | ----------- | ------- |
| fuzz | false | Sets the maximum fuzz factor. This option only applies to context diffs, and causes patch to ignore up to that many lines in looking for places to install a hunk. | 2 |
| fuzz | false | Sets the maximum fuzz factor. This option only applies to context diffs, and causes patch to ignore up to that many lines in looking for places to install a hunk. | 0 |
| patches | false | A list of patches to apply, as a whitespace delimited string. | |
| series | false | A quilt-style patch series file to apply. | |
| strip-components | false | The number of path components to strip while extracting. | 1 |
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/pipelines/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
fuzz:
description: |
Sets the maximum fuzz factor. This option only applies to context diffs, and causes patch to ignore up to that many lines in looking for places to install a hunk.
default: 2
default: 0

patches:
description: |
Expand Down
Loading