summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2014-08-07 09:25:45 +0100
committerFirehose merge bot <firehose@merge.bot>2014-08-07 09:25:45 +0100
commitc2bf2f9961bea6c382fe17bbf1057a58ce6a3d2b (patch)
tree5989f17641312d598c85d3fbbef10b89016bbe9c /examples
parent9db62b92fa21b955eca4a2672e191c56f98eb6ff (diff)
downloadfirehose-c2bf2f9961bea6c382fe17bbf1057a58ce6a3d2b.tar.gz
More firehose bits
Diffstat (limited to 'examples')
-rw-r--r--examples/cross-bootstrap-morph.yaml4
-rw-r--r--examples/linux-master.yaml4
-rw-r--r--examples/linux.yaml.disabled (renamed from examples/linux.yaml)4
-rw-r--r--examples/morph.yaml4
-rw-r--r--examples/screen.yaml4
-rw-r--r--examples/vim.yaml6
6 files changed, 13 insertions, 13 deletions
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.disabled
index 7d7e9d0..fa9c5f3 100644
--- a/examples/linux.yaml
+++ b/examples/linux.yaml.disabled
@@ -7,8 +7,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/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