From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA2B41382DE for ; Sat, 2 Jul 2016 08:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BE04E0B39; Sat, 2 Jul 2016 08:35:31 +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 B3E8DE0B39 for ; Sat, 2 Jul 2016 08:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 456E5340F43 for ; Sat, 2 Jul 2016 08:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DAAA2413 for ; Sat, 2 Jul 2016 08:35:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1467448515.acc4508f3c634b6588cb04c3fc3f9b840a4a5906.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: acc4508f3c634b6588cb04c3fc3f9b840a4a5906 X-VCS-Branch: master Date: Sat, 2 Jul 2016 08:35:27 +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: 64521025-8cc1-4e48-9332-5de005fbef45 X-Archives-Hash: 4833b6c39355466eaeb8a9ed24b467f3 commit: acc4508f3c634b6588cb04c3fc3f9b840a4a5906 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 08:35:15 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jul 2 08:35:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=acc4508f Fix dir naming Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57f0725..356c812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_script: - echo "portage::250:portage,travis" >> /etc/group - mkdir -p /etc/portage /usr/portage/distfiles - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - - tar xzf portage-${PORTAGE_VER}.tar.gz + - tar xzf portage-${PORTAGE_VER}.tar.gz && mv portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER} - 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