From 8a2aed17cdaaf2ba20cd9f12f21f703475564406 Mon Sep 17 00:00:00 2001 From: Firehose merge bot Date: Tue, 19 Aug 2014 10:16:16 +0000 Subject: yaml updates --- examples/cpython.yaml | 18 ++++++++++++++++++ examples/cross-bootstrap-morph.yaml | 2 +- examples/linux-master.yaml | 2 +- examples/morph.yaml | 2 +- examples/screen.yaml | 2 +- examples/vim.yaml | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 examples/cpython.yaml (limited to 'examples') diff --git a/examples/cpython.yaml b/examples/cpython.yaml new file mode 100644 index 0000000..6f8c5f8 --- /dev/null +++ b/examples/cpython.yaml @@ -0,0 +1,18 @@ +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/cross-bootstrap-morph.yaml b/examples/cross-bootstrap-morph.yaml index ddb0232..64ff00b 100644 --- a/examples/cross-bootstrap-morph.yaml +++ b/examples/cross-bootstrap-morph.yaml @@ -9,7 +9,7 @@ description: | landing: repo: baserock:baserock/definitions - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline + baseref: master myref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: cross-bootstrap chunk: morph diff --git a/examples/linux-master.yaml b/examples/linux-master.yaml index 06ec94a..c2b1af4 100644 --- a/examples/linux-master.yaml +++ b/examples/linux-master.yaml @@ -6,7 +6,7 @@ description: | landing: repo: baserock:baserock/definitions - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline + baseref: master myref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: bsp-x86_64-generic chunk: linux-x86-64-generic diff --git a/examples/morph.yaml b/examples/morph.yaml index 94de1d0..d0c6529 100644 --- a/examples/morph.yaml +++ b/examples/morph.yaml @@ -6,7 +6,7 @@ description: | landing: repo: baserock:baserock/definitions - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline + baseref: master myref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: morph diff --git a/examples/screen.yaml b/examples/screen.yaml index 4f2e11a..315da3e 100644 --- a/examples/screen.yaml +++ b/examples/screen.yaml @@ -6,7 +6,7 @@ description: | landing: repo: baserock:baserock/definitions - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline + baseref: master myref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: screen diff --git a/examples/vim.yaml b/examples/vim.yaml index 6d46b87..d02c13d 100644 --- a/examples/vim.yaml +++ b/examples/vim.yaml @@ -7,7 +7,7 @@ description: | landing: repo: baserock:baserock/definitions - baseref: ct-mcr-1/danielsilverstone/firehose-test-baseline + baseref: master myref: ct-mcr-1/danielsilverstone/firehose-test-1 stratum: tools chunk: vim -- cgit v1.2.1