summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-09-10 13:58:41 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-09-10 13:58:41 +0000
commit78faa5b0820a37439a689709614c84df188ae603 (patch)
tree21fb0d87da275a41c1225a2b3beaf9dc76ea5e64
parent5851e094f7864d557f02611ad80982e4d2adcd1c (diff)
downloadfirehose-78faa5b0820a37439a689709614c84df188ae603.tar.gz
Update firehose config
-rw-r--r--examples/cpython.yaml18
-rw-r--r--examples/genivi-persistence-client-library.yaml17
-rw-r--r--examples/genivi-poi-service.yaml17
-rw-r--r--examples/genivi-wayland-ivi-extension.yaml17
-rw-r--r--examples/linux-master.yaml4
-rw-r--r--examples/linux.yaml.disabled23
-rw-r--r--examples/morph.yaml19
-rw-r--r--examples/screen.yaml19
-rw-r--r--examples/systemd-master.yaml19
-rw-r--r--examples/vim.yaml24
10 files changed, 73 insertions, 104 deletions
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
-