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: Sat, 02 Jul 2016 08:28:48
Message-Id: 1467447959.139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9.jlec@gentoo
1 commit: 139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 08:25:59 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 08:25:59 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=139e0f0f
7
8 Drop xml checks in favour of repoman checks
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 31829c5..087935b 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -9,7 +9,6 @@ env:
20 - PORTAGE_VER="2.3.0"
21 before_install:
22 - sudo apt-get -qq update
23 - - sudo apt-get install -y libxml2
24 before_script:
25 - mkdir travis-overlay
26 - mv !(travis-overlay) travis-overlay/
27 @@ -31,12 +30,8 @@ before_script:
28 - SIZE=$(stat -c %s .travis.yml.upstream)
29 - 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
30 - cd travis-overlay
31 - - wget "https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd" -O metadata.xsd
32 script:
33 - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
34 -# You can append own scripts after this line
35 - #too old xmllint on travis
36 - #- xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep "fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
37
38 notifications:
39 irc: "chat.freenode.net#gentoo-science"