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/cross-bootstrap-morph.yaml | 4 ++-- examples/linux-master.yaml | 4 ++-- examples/linux.yaml | 23 ----------------------- examples/linux.yaml.disabled | 23 +++++++++++++++++++++++ examples/morph.yaml | 4 ++-- examples/screen.yaml | 4 ++-- examples/vim.yaml | 6 +++--- 7 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 examples/linux.yaml create mode 100644 examples/linux.yaml.disabled (limited to 'examples') diff --git a/examples/cross-bootstrap-morph.yaml b/examples/cross-bootstrap-morph.yaml index a2cc66d..7d112bd 100644 --- a/examples/cross-bootstrap-morph.yaml +++ b/examples/cross-bootstrap-morph.yaml @@ -9,8 +9,8 @@ description: | landing: repo: baserock:baserock/definitions - base-ref: master - my-ref: baserock/firehose + baseref: master + myref: baserock/firehose stratum: cross-bootstrap chunk: morph method: absolute-sha1 diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml index c0c1732..81cf151 100644 --- a/examples/linux-master.yaml +++ b/examples/linux-master.yaml @@ -6,8 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - base-ref: master - my-ref: baserock/firehose + baseref: master + myref: baserock/firehose stratum: bsp-x86_64-generic chunk: linux-x86-64-generic method: absolute-sha1 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 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 diff --git a/examples/morph.yaml b/examples/morph.yaml index 86e2592..d43ba89 100644 --- a/examples/morph.yaml +++ b/examples/morph.yaml @@ -6,8 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - base-ref: master - my-ref: baserock/firehose + baseref: master + myref: baserock/firehose stratum: tools chunk: morph method: absolute-sha1 diff --git a/examples/screen.yaml b/examples/screen.yaml index a847a52..f49baeb 100644 --- a/examples/screen.yaml +++ b/examples/screen.yaml @@ -6,8 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - base-ref: master - my-ref: baserock/firehose + baseref: master + myref: baserock/firehose stratum: tools chunk: screen method: absolute-sha1 diff --git a/examples/vim.yaml b/examples/vim.yaml index b7543e2..5f71731 100644 --- a/examples/vim.yaml +++ b/examples/vim.yaml @@ -7,8 +7,8 @@ description: | landing: repo: baserock:baserock/definitions - base-ref: master - my-ref: baserock/firehose + baseref: master + myref: baserock/firehose stratum: tools chunk: vim method: absolute-sha1 @@ -20,5 +20,5 @@ tracking: # Turns vX-YaZ into vX-Y~aZ so that tags can be usefully ordered transforms: - match: v([0-9]-[0-9])([^-].*) - replacement: $1~$2 + replacement: \1~\2 -- cgit v1.2.1