From fe04d246f5032ea64956f6dcb847de480f8c688a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 4 Aug 2014 13:55:01 +0100 Subject: Provide for base-ref and my-ref for the landing data --- examples/cross-bootstrap-morph.yaml | 3 ++- examples/linux-master.yaml | 3 ++- examples/linux.yaml | 3 ++- examples/morph.yaml | 3 ++- examples/screen.yaml | 3 ++- examples/vim.yaml | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/examples/cross-bootstrap-morph.yaml b/examples/cross-bootstrap-morph.yaml index 4cc24d3..a2cc66d 100644 --- a/examples/cross-bootstrap-morph.yaml +++ b/examples/cross-bootstrap-morph.yaml @@ -9,7 +9,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: baserock/firehose stratum: cross-bootstrap chunk: morph method: absolute-sha1 diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml index 0a65a86..c0c1732 100644 --- a/examples/linux-master.yaml +++ b/examples/linux-master.yaml @@ -6,7 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: 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 index 85def50..7d7e9d0 100644 --- a/examples/linux.yaml +++ b/examples/linux.yaml @@ -7,7 +7,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: 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 ef7f977..86e2592 100644 --- a/examples/morph.yaml +++ b/examples/morph.yaml @@ -6,7 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: baserock/firehose stratum: tools chunk: morph method: absolute-sha1 diff --git a/examples/screen.yaml b/examples/screen.yaml index e9ffbd7..a847a52 100644 --- a/examples/screen.yaml +++ b/examples/screen.yaml @@ -6,7 +6,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: baserock/firehose stratum: tools chunk: screen method: absolute-sha1 diff --git a/examples/vim.yaml b/examples/vim.yaml index b48dc09..b7543e2 100644 --- a/examples/vim.yaml +++ b/examples/vim.yaml @@ -7,7 +7,8 @@ description: | landing: repo: baserock:baserock/definitions - ref: baserock/firehose + base-ref: master + my-ref: baserock/firehose stratum: tools chunk: vim method: absolute-sha1 -- cgit v1.2.1