From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF7A2138CEE for ; Sat, 27 Jun 2015 00:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A568AE085A; Sat, 27 Jun 2015 00:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11FA6E0857 for ; Sat, 27 Jun 2015 00:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03DFD340A9D for ; Sat, 27 Jun 2015 00:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6F9672C for ; Sat, 27 Jun 2015 00:25:26 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1435364544.ee2242f7849eabae2d8e89e11b7561e91fbfa4e8.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: / X-VCS-Repository: dev/mrueg X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ee2242f7849eabae2d8e89e11b7561e91fbfa4e8 X-VCS-Branch: master Date: Sat, 27 Jun 2015 00:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff1e606d-91dc-4187-88f2-e47226256269 X-Archives-Hash: f4bc40011ca8bf525281665c41f286f3 commit: ee2242f7849eabae2d8e89e11b7561e91fbfa4e8 Author: Manuel Rüger gentoo org> AuthorDate: Sat Jun 27 00:22:24 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jun 27 00:22:24 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ee2242f7 [travis.yml] Update. .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b249ec6..461f068 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