Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Tue, 29 Mar 2016 18:37:04
Message-Id: 1459276592.63407d6473a7f47ee4ab3f9c8691bac9b47e343f.jlec@gentoo
1 commit: 63407d6473a7f47ee4ab3f9c8691bac9b47e343f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 18:36:32 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 18:36:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63407d64
7
8 Don't check metadata.xml
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 0cc8a96..b19309f 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -31,12 +31,12 @@ before_script:
20 - SIZE=$(stat -c %s .travis.yml.upstream)
21 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
22 - cd travis-overlay
23 + - wget "https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd" -O metadata.xsd
24 script:
25 - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
26 # You can append own scripts after this line
27 -
28 - - wget "https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd" -O metadata.xsd
29 - - xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep "fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
30 + #too old xmllint on travis
31 + #- xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep "fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
32
33 notifications:
34 irc: "chat.freenode.net#gentoo-science"