summaryrefslogtreecommitdiff
path: root/examples/linux.yaml.disabled
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linux.yaml.disabled')
-rw-r--r--examples/linux.yaml.disabled23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/linux.yaml.disabled b/examples/linux.yaml.disabled
new file mode 100644
index 0000000..fa9c5f3
--- /dev/null
+++ b/examples/linux.yaml.disabled
@@ -0,0 +1,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: master
+ myref: 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