From c2bf2f9961bea6c382fe17bbf1057a58ce6a3d2b Mon Sep 17 00:00:00 2001 From: Firehose merge bot Date: Thu, 7 Aug 2014 09:25:45 +0100 Subject: More firehose bits --- examples/linux.yaml.disabled | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/linux.yaml.disabled (limited to 'examples/linux.yaml.disabled') 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 -- cgit v1.2.1