File: test.yml

package info (click to toggle)
kas 5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: python: 5,745; sh: 1,095; makefile: 210
file content (45 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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: ../example
    commit: 82e55d328c8c
    type: hg
    patches:
      plain:
        repo: this
        path: patches/hello/001.patch
      quilt:
        repo: this
        path: patches/hello/quilt/

  hello-branch:
    url: ../example
    branch: default
    type: hg
    patches:
      plain:
        repo: this
        path: patches/hello-branch/003.patch