summaryrefslogtreecommitdiff
path: root/examples/linux.yaml.disabled
blob: 0230bcd3c2611b8d234c10906324943e56b7c205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: linux
kind: firehose
description: |
  This is an example for tracking Linux kernel tags.  We attempt to follow any
  tag which happens to be made and then we update the chunk listed in the
  x86_64 BSP.

landing:
  repo: baserock:baserock/definitions
  baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline
  myref: ct-mcr-1/danielsilverstone/firehose-test-1
  stratum: bsp-x86_64-generic
  chunk: linux-x86-64-generic
  method: absolute-sha1

tracking:
  mode: refs
  filters:
    - ^refs/tags/
  # Turn vX.Y-rcZ into vX.Y~rcZ so that versions can be ordered
  transforms:
    - match: (.*)-rc(.*)
      replacement: $1~rc$2