summaryrefslogtreecommitdiff
path: root/examples/vim.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vim.yaml')
-rw-r--r--examples/vim.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/vim.yaml b/examples/vim.yaml
deleted file mode 100644
index d02c13d..0000000
--- a/examples/vim.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-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
- baseref: master
- myref: ct-mcr-1/danielsilverstone/firehose-test-1
- 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
-