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 7294A13829B for ; Sun, 29 May 2016 07:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069401427E; Sun, 29 May 2016 07:03:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 945631427E for ; Sun, 29 May 2016 07:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BB5A340B46 for ; Sun, 29 May 2016 07:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A8FD06 for ; Sun, 29 May 2016 07:03:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1464505485.15c079c31d2701c39c4b00ab67539d881296de6a.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: / X-VCS-Repository: proj/musl X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 15c079c31d2701c39c4b00ab67539d881296de6a X-VCS-Branch: master Date: Sun, 29 May 2016 07:03:09 +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: 1f71fa67-5f59-4ab1-a2f0-9628f5c6d8a9 X-Archives-Hash: 0f41e72221ca9dd01a89e5243809bf04 commit: 15c079c31d2701c39c4b00ab67539d881296de6a Author: Anthony G. Basile gentoo org> AuthorDate: Sun May 29 07:04:45 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun May 29 07:04:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=15c079c3 travis.yml: fix portage version .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43ba3d9..822c1fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,11 @@ before_script: - 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 xjf portage-2.2.24.tar.bz2 + - tar xjf portage-2.2.28.tar.bz2 - tar xJf portage-latest.tar.xz -C /usr/ - - cp portage-2.2.24/cnf/repos.conf /etc/portage/ + - cp portage-2.2.28/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 - cd travis-overlay script: - - "./../portage-2.2.24/bin/repoman full -i -d" + - "./../portage-2.2.28/bin/repoman full -i -d"