commit: 980f693b64d6f7b329d9ef31ae32503da220ecb9 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Jun 22 21:26:04 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Jun 22 21:26:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=980f693b
Update .travis.yml See https://github.com/mrueg/repoman-travis/commit/2029a7846d531bad4429d0d1a4ec53b13ead9fc6 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 747a93c..d0236bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_script: - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/ - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile - - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd + - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - SIZE=`stat -c %s .travis.yml.upstream` - 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 - cd travis-overlay
