PTU5KAS/tests/test_patch/test.yml
Henning Schild e29035407f tests: test patching of symbolic refspecs i.e branches
That once caused issues when rolling back (checkout) since our local
branch we patched and commited on had the desired name.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2019-09-25 10:14:22 +02:00

46 lines
898 B
YAML

header:
version: 8
repos:
this:
kas:
url: https://github.com/siemens/kas.git
refspec: 907816a5c4094b59a36aec12226e71c461c05b77
patches:
plain:
repo: this
path: patches/kas/001.patch
quilt:
repo: this
path: patches/kas/quilt/
kas-branch:
url: https://github.com/siemens/kas.git
refspec: master
patches:
plain:
repo: this
path: patches/kas-branch/003.patch
hello:
url: https://www.mercurial-scm.org/repo/hello/
refspec: 82e55d328c8c
type: hg
patches:
plain:
repo: this
path: patches/hello/001.patch
quilt:
repo: this
path: patches/hello/quilt/
hello-branch:
url: https://www.mercurial-scm.org/repo/hello/
refspec: default
type: hg
patches:
plain:
repo: this
path: patches/hello-branch/003.patch