2014-11-07 15:26:22 +00:00
|
|
|
language: bash
|
|
|
|
|
2014-11-07 15:51:20 +00:00
|
|
|
git:
|
|
|
|
depth: 200
|
2014-11-07 15:50:06 +00:00
|
|
|
|
2014-11-07 15:26:22 +00:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- PATH=$PATH:$PWD/xtools
|
|
|
|
|
|
|
|
before_script:
|
2014-11-07 16:57:41 +00:00
|
|
|
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
|
2014-11-07 15:26:22 +00:00
|
|
|
|
|
|
|
script:
|
2014-11-12 12:38:39 +00:00
|
|
|
- git fetch --depth 200 git://github.com/voidlinux/void-packages.git master
|
2014-11-12 12:32:54 +00:00
|
|
|
- git diff --name-status FETCH_HEAD...HEAD | grep "^[AM].*srcpkgs/[^/]*/template$" | awk '{print $2}' | tee __changed_templates
|
2014-11-07 15:26:22 +00:00
|
|
|
- xlint `cat __changed_templates`
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|