From 78faa5b0820a37439a689709614c84df188ae603 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 10 Sep 2015 13:58:41 +0000 Subject: Update firehose config --- examples/cpython.yaml | 18 ------------------ examples/genivi-persistence-client-library.yaml | 17 +++++++++++++++++ examples/genivi-poi-service.yaml | 17 +++++++++++++++++ examples/genivi-wayland-ivi-extension.yaml | 17 +++++++++++++++++ examples/linux-master.yaml | 4 +++- examples/linux.yaml.disabled | 23 ----------------------- examples/morph.yaml | 19 ------------------- examples/screen.yaml | 19 ------------------- examples/systemd-master.yaml | 19 +++++++++++++++++++ examples/vim.yaml | 24 ------------------------ 10 files changed, 73 insertions(+), 104 deletions(-) delete mode 100644 examples/cpython.yaml create mode 100644 examples/genivi-persistence-client-library.yaml create mode 100644 examples/genivi-poi-service.yaml create mode 100644 examples/genivi-wayland-ivi-extension.yaml delete mode 100644 examples/linux.yaml.disabled delete mode 100644 examples/morph.yaml delete mode 100644 examples/screen.yaml create mode 100644 examples/systemd-master.yaml delete mode 100644 examples/vim.yaml diff --git a/examples/cpython.yaml b/examples/cpython.yaml deleted file mode 100644 index 6f8c5f8..0000000 --- a/examples/cpython.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: cpython -kind: firehose -description: | - This example is for tracking cpython's 2.7 branch. This way we no longer - need to track cpython manually for definitions. - -landing: - repo: baserock:baserock/definitions - baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 - stratum: core - chunk: cpython - method: absolute-sha1 - -tracking: - mode: follow-tip - ref: refs/heads/2.7 - diff --git a/examples/genivi-persistence-client-library.yaml b/examples/genivi-persistence-client-library.yaml new file mode 100644 index 0000000..56f6d23 --- /dev/null +++ b/examples/genivi-persistence-client-library.yaml @@ -0,0 +1,17 @@ +name: genivi-persistence-client-library +kind: firehose +description: Continuous rebasing for the GENIVI POI service + +landing: + repo: baserock:baserock/definitions + #baseref: master + baseref: baserock/jonathanmaw/genivi-demo-platform + #myref: cu010-trove/br6/genivi-persistence-client-library-master + myref: cu010-trove/br6/firehose-test-1 + stratum: genivi + chunk: persistence-client-library + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master diff --git a/examples/genivi-poi-service.yaml b/examples/genivi-poi-service.yaml new file mode 100644 index 0000000..01d6349 --- /dev/null +++ b/examples/genivi-poi-service.yaml @@ -0,0 +1,17 @@ +name: genivi-poi-service +kind: firehose +description: Continuous rebasing for the GENIVI POI service + +landing: + repo: baserock:baserock/definitions + #baseref: master + baseref: baserock/jonathanmaw/genivi-demo-platform + #myref: cu010-trove/br6/genivi-poi-service-master + myref: cu010-trove/br6/firehose-test-1 + stratum: genivi-demo-platform + chunk: poi-service + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master diff --git a/examples/genivi-wayland-ivi-extension.yaml b/examples/genivi-wayland-ivi-extension.yaml new file mode 100644 index 0000000..b54e82d --- /dev/null +++ b/examples/genivi-wayland-ivi-extension.yaml @@ -0,0 +1,17 @@ +name: genivi-wayland-ivi-extension +kind: firehose +description: Continuous rebasing for the GENIVI Wayland IVI extension + +landing: + repo: baserock:baserock/definitions + #baseref: master + baseref: baserock/jonathanmaw/genivi-demo-platform + #myref: cu010-trove/br6/wayland-ivi-extension-master + myref: cu010-trove/br6/firehose-test-1 + stratum: weston-genivi + chunk: wayland-ivi-extension + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml index bbc3ccb..8759390 100644 --- a/examples/linux-master.yaml +++ b/examples/linux-master.yaml @@ -6,7 +6,9 @@ description: | landing: repo: baserock:baserock/definitions - baseref: master + #baseref: master + baseref: baserock/jonathanmaw/genivi-demo-platform + #myref: cu010-trove/br6/linux-master myref: cu010-trove/br6/firehose-test-1 stratum: bsp-x86_64-generic chunk: linux-x86-64-generic diff --git a/examples/linux.yaml.disabled b/examples/linux.yaml.disabled deleted file mode 100644 index 8372b4f..0000000 --- a/examples/linux.yaml.disabled +++ /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 - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline - myref: ct-mcr-1/danielsilverstone/firehose-test-1 - 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 deleted file mode 100644 index d0c6529..0000000 --- a/examples/morph.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: morph -kind: firehose -description: | - This example is for tracking Morph's master branch. This way we no longer - need to track morph manually for definitions. - -landing: - repo: baserock:baserock/definitions - baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 - stratum: tools - chunk: morph - method: absolute-sha1 - -tracking: - mode: follow-tip - ref: refs/heads/master - - diff --git a/examples/screen.yaml b/examples/screen.yaml deleted file mode 100644 index 315da3e..0000000 --- a/examples/screen.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: screen -kind: firehose -description: | - This example is for tracking Screen's master branch. This is because - the screen project doesn't seem to tag releases in their repo. - -landing: - repo: baserock:baserock/definitions - baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 - stratum: tools - chunk: screen - method: absolute-sha1 - -tracking: - mode: follow-tip - ref: refs/heads/master - - diff --git a/examples/systemd-master.yaml b/examples/systemd-master.yaml new file mode 100644 index 0000000..c21a31b --- /dev/null +++ b/examples/systemd-master.yaml @@ -0,0 +1,19 @@ +name: systemd +kind: firehose +description: | + This is an example for tracking systemd master. Every time firehose runs + we will try and build the tip of systemd. + +landing: + repo: baserock:baserock/definitions + #baseref: master + baseref: baserock/jonathanmaw/genivi-demo-platform + #myref: cu010-trove/br6/systemd-master + myref: cu010-trove/br6/firehose-test-1 + stratum: foundation + chunk: systemd + method: absolute-sha1 + +tracking: + mode: follow-tip + ref: refs/heads/master diff --git a/examples/vim.yaml b/examples/vim.yaml deleted file mode 100644 index d02c13d..0000000 --- a/examples/vim.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: vim -kind: firehose -description: | - This is an example for tracking ViM tags. We attempt to follow any - tag which happens to be made and then we update the chunk listed in the - tools stratum. - -landing: - repo: baserock:baserock/definitions - baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 - stratum: tools - chunk: vim - method: absolute-sha1 - -tracking: - mode: refs - filters: - - ^refs/tags/v[0-9]-[0-9] - # Turns vX-YaZ into vX-Y~aZ so that tags can be usefully ordered - transforms: - - match: v([0-9]-[0-9])([^-].*) - replacement: \1~\2 - -- cgit v1.2.1