summaryrefslogtreecommitdiff
path: root/examples/linux.yaml
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-07-31 11:17:57 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-07-31 11:17:57 +0100
commit0288f3d4a350894adee1f3a0a4abce9874c0fa4a (patch)
tree7645fd3f87081eb87e78d00025c7b0cdf0da054b /examples/linux.yaml
parent8820957f747e9b07d9fa32dad5bd774917b65aa4 (diff)
downloadfirehose-0288f3d4a350894adee1f3a0a4abce9874c0fa4a.tar.gz
Add an ignore, and the examples derived for the chunks we're doing initial implementation for
Diffstat (limited to 'examples/linux.yaml')
-rw-r--r--examples/linux.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/linux.yaml b/examples/linux.yaml
new file mode 100644
index 0000000..85def50
--- /dev/null
+++ b/examples/linux.yaml
@@ -0,0 +1,22 @@
+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
+ 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