From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-774106-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 35556138A1A for <garchives@archives.gentoo.org>; Wed, 18 Feb 2015 09:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468EEE0951; Wed, 18 Feb 2015 09:26:33 +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 EBA92E0951 for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 09:26:32 +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 A9E323408BF for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 09:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC1171203A for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 09:26:24 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1424251570.35c128e34b2f49f77963485308897d62b60b8b74.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: 35c128e34b2f49f77963485308897d62b60b8b74 X-VCS-Branch: master Date: Wed, 18 Feb 2015 09:26:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a70d02c0-bd97-4af3-8b12-b3ce3904538c X-Archives-Hash: 0b7d9e4295b84f65586455e66475c6e0 commit: 35c128e34b2f49f77963485308897d62b60b8b74 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 18 09:26:10 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 09:26:10 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35c128e3 Do all admin tasks in the beginning Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41f011c..bec04af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,14 @@ env: - JOB=15 before_script: + - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr + - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd + - echo "portage::250:portage,travis" >> /etc/group - mkdir -p travis-overlay /etc/portage/ /usr/portage/distfiles - mv !(travis-overlay) travis-overlay/ - mv .git travis-overlay/ - wget -O - "https://github.com/gentoo/portage/archive/master.tar.gz" | tar -xz - wget -O - "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" | tar xz -C /usr/portage --strip-components=1 - - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr - - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - - echo "portage::250:portage,travis" >> /etc/group - cp portage-master/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