From e9be89d2d8ec884d890e9db90e37de3981f3b83e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 31 Mar 2015 11:59:59 +0100 Subject: Change myref to destref Change the variable name to be a little more descriptive This is the destination branch into which commits from tracking will be pulled Change-Id: If312bb545ca4275898f9a6f6a6e1a351dd93abb7 --- examples/cpython.yaml | 3 +-- examples/cross-bootstrap-morph.yaml | 4 +--- examples/linux-master.yaml | 2 +- examples/linux.yaml.disabled | 2 +- examples/morph.yaml | 4 +--- examples/screen.yaml | 4 +--- examples/vim.yaml | 3 +-- 7 files changed, 7 insertions(+), 15 deletions(-) (limited to 'examples') diff --git a/examples/cpython.yaml b/examples/cpython.yaml index 6f8c5f8..efe0786 100644 --- a/examples/cpython.yaml +++ b/examples/cpython.yaml @@ -7,7 +7,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: core chunk: cpython method: absolute-sha1 @@ -15,4 +15,3 @@ landing: tracking: mode: follow-tip ref: refs/heads/2.7 - diff --git a/examples/cross-bootstrap-morph.yaml b/examples/cross-bootstrap-morph.yaml index 64ff00b..0763a78 100644 --- a/examples/cross-bootstrap-morph.yaml +++ b/examples/cross-bootstrap-morph.yaml @@ -10,7 +10,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: cross-bootstrap chunk: morph method: absolute-sha1 @@ -18,5 +18,3 @@ landing: tracking: mode: follow-tip ref: refs/heads/master - - diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml index c2b1af4..9387366 100644 --- a/examples/linux-master.yaml +++ b/examples/linux-master.yaml @@ -7,7 +7,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: bsp-x86_64-generic chunk: linux-x86-64-generic method: absolute-sha1 diff --git a/examples/linux.yaml.disabled b/examples/linux.yaml.disabled index 0230bcd..001fba4 100644 --- a/examples/linux.yaml.disabled +++ b/examples/linux.yaml.disabled @@ -8,7 +8,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: bsp-x86_64-generic chunk: linux-x86-64-generic method: absolute-sha1 diff --git a/examples/morph.yaml b/examples/morph.yaml index d0c6529..955cc6d 100644 --- a/examples/morph.yaml +++ b/examples/morph.yaml @@ -7,7 +7,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: morph method: absolute-sha1 @@ -15,5 +15,3 @@ landing: tracking: mode: follow-tip ref: refs/heads/master - - diff --git a/examples/screen.yaml b/examples/screen.yaml index 315da3e..966881d 100644 --- a/examples/screen.yaml +++ b/examples/screen.yaml @@ -7,7 +7,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: screen method: absolute-sha1 @@ -15,5 +15,3 @@ landing: tracking: mode: follow-tip ref: refs/heads/master - - diff --git a/examples/vim.yaml b/examples/vim.yaml index d02c13d..f067d47 100644 --- a/examples/vim.yaml +++ b/examples/vim.yaml @@ -8,7 +8,7 @@ description: | landing: repo: baserock:baserock/definitions baseref: master - myref: ct-mcr-1/danielsilverstone/firehose-test-1 + destref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: vim method: absolute-sha1 @@ -21,4 +21,3 @@ tracking: transforms: - match: v([0-9]-[0-9])([^-].*) replacement: \1~\2 - -- cgit v1.2.1