aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEnno Boland <eb@s01.de>2014-11-07 17:33:31 +0000
committerEnno Boland <eb@s01.de>2014-11-07 17:34:23 +0000
commit85c8fa1e2dc68cea222e0cfc18543a4965c163d4 (patch)
treedd5d84997f2dde605c47a73a0060e007e8fe3d01 /.travis.yml
parent616e0c630cc094028ca164a7408d1103e551dc6f (diff)
downloadvoid-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar.gz
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar.bz2
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar.lz
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar.xz
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.tar.zst
void-packages-85c8fa1e2dc68cea222e0cfc18543a4965c163d4.zip
.travis.yml: diff against real upstream master instead of what travis is telling us.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 36a959dc696..e39232771dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,9 @@ before_script:
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
script:
- - echo "Checking $TRAVIS_COMMIT_RANGE"
- - git diff --name-status "$TRAVIS_COMMIT_RANGE" > __changed_files
- - cat __changed_files
+ - 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
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates
- xlint `cat __changed_templates`