summaryrefslogtreecommitdiff
path: root/examples/linux.yaml
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2014-08-07 09:25:45 +0100
committerFirehose merge bot <firehose@merge.bot>2014-08-07 09:25:45 +0100
commitc2bf2f9961bea6c382fe17bbf1057a58ce6a3d2b (patch)
tree5989f17641312d598c85d3fbbef10b89016bbe9c /examples/linux.yaml
parent9db62b92fa21b955eca4a2672e191c56f98eb6ff (diff)
downloadfirehose-c2bf2f9961bea6c382fe17bbf1057a58ce6a3d2b.tar.gz
More firehose bits
Diffstat (limited to 'examples/linux.yaml')
-rw-r--r--examples/linux.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/linux.yaml b/examples/linux.yaml
deleted file mode 100644
index 7d7e9d0..0000000
--- a/examples/linux.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-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
- base-ref: master
- my-ref: baserock/firehose
- 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