From 0288f3d4a350894adee1f3a0a4abce9874c0fa4a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 31 Jul 2014 11:17:57 +0100 Subject: Add an ignore, and the examples derived for the chunks we're doing initial implementation for --- examples/vim.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/vim.yaml (limited to 'examples/vim.yaml') diff --git a/examples/vim.yaml b/examples/vim.yaml new file mode 100644 index 0000000..b48dc09 --- /dev/null +++ b/examples/vim.yaml @@ -0,0 +1,23 @@ +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 + ref: baserock/firehose + 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 + -- cgit v1.2.1