2014-11-07 16:26:22 +01:00
|
|
|
language: bash
|
|
|
|
|
2014-11-07 16:51:20 +01:00
|
|
|
git:
|
|
|
|
depth: 200
|
2014-11-07 16:50:06 +01:00
|
|
|
|
2014-11-07 16:26:22 +01:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- PATH=$PATH:$PWD/xtools
|
|
|
|
|
|
|
|
before_script:
|
2014-11-07 17:57:41 +01:00
|
|
|
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
script:
|
2014-11-07 18:33:31 +01:00
|
|
|
- git remote add upstream git://github.com/voidlinux/void-packages.git
|
|
|
|
- git fetch --depth 1 upstream master
|
|
|
|
- git diff --name-status upstream/master > __changed_files
|
2014-11-07 16:26:22 +01:00
|
|
|
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates
|
|
|
|
- xlint `cat __changed_templates`
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|