fafc017392
This adds a test where we clone a git and a hg repo and apply a single patch and later a quilt series on each of them. Signed-off-by: Henning Schild <henning.schild@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
29 lines
539 B
YAML
29 lines
539 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/
|
|
|
|
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/
|