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 0392D138A1A for ; Thu, 5 Feb 2015 16:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9452E0946; Thu, 5 Feb 2015 16:35:20 +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 5513EE0946 for ; Thu, 5 Feb 2015 16:35:20 +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 6918E340662 for ; Thu, 5 Feb 2015 16:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8708F111E6 for ; Thu, 5 Feb 2015 16:35:17 +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: <1423154112.3ee7aae0739a5a9edf5a9fab9bca256fbdb1e9e7.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3ee7aae0739a5a9edf5a9fab9bca256fbdb1e9e7 X-VCS-Branch: master Date: Thu, 5 Feb 2015 16:35:17 +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: b93a3afc-9880-4e26-adfb-994b477bc496 X-Archives-Hash: c084659264ece5af8339ded7b45f4263 commit: 3ee7aae0739a5a9edf5a9fab9bca256fbdb1e9e7 Author: Manuel Rüger gentoo org> AuthorDate: Thu Feb 5 16:35:12 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Feb 5 16:35:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3ee7aae0 [travis] Update travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f877983..8fee0ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ # language: python python: - - "3.4" + - pypy env: - PORTAGE_VER="2.2.15" before_script: @@ -13,16 +13,16 @@ before_script: - mv .git travis-overlay/ - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream - wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz - - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz" - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh" - - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh + - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz + - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh + - chmod a+rwx spinner.sh - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group - mkdir -p /etc/portage/ /usr/portage/distfiles - tar xzf portage-${PORTAGE_VER}.tar.gz - - tar xJf portage-latest.tar.xz -C /usr/ + - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/ - - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/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 - SIZE=`stat -c %s .travis.yml.upstream`