716937b028
Lift most test cases to the new syntax, just with few exceptions: - tests/test_refspec/test2.yml actually stresses the mixed usage (but clean per repo) - tests/test_repo_includes references kas as external repo at a point where there was no new syntax yet; this needs to be migrated differently later on Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
46 lines
895 B
YAML
46 lines
895 B
YAML
header:
|
|
version: 14
|
|
|
|
repos:
|
|
this:
|
|
|
|
kas:
|
|
url: https://github.com/siemens/kas.git
|
|
commit: 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
|
|
branch: master
|
|
patches:
|
|
plain:
|
|
repo: this
|
|
path: patches/kas-branch/003.patch
|
|
|
|
hello:
|
|
url: https://www.mercurial-scm.org/repo/hello/
|
|
commit: 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/
|
|
branch: default
|
|
type: hg
|
|
patches:
|
|
plain:
|
|
repo: this
|
|
path: patches/hello-branch/003.patch
|