File: patch.yaml

package info (click to toggle)
silver-platter 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,564 kB
  • sloc: python: 348; makefile: 33; sh: 1
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Example of a recipe that applies a patch file to the source code.
---
name: apply-patch
command: |-
    patch -p1 < $PATCH
    echo "Apply patch $PATCH"
mode: propose
merge-request:
  commit-message: Apply patch $PATCH
  description:
    markdown: |-
      Apply the patch file $PATCH