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 4C3271396D0 for ; Thu, 24 Aug 2017 06:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE661FC007; Thu, 24 Aug 2017 06:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 693A11FC007 for ; Thu, 24 Aug 2017 06:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 709783417DF for ; Thu, 24 Aug 2017 06:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34FAC80AE for ; Thu, 24 Aug 2017 06:27:04 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1503555756.810aee40b6f2aeac54a80dec6f5dfbf8d435b60c.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 810aee40b6f2aeac54a80dec6f5dfbf8d435b60c X-VCS-Branch: master Date: Thu, 24 Aug 2017 06:27:04 +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: 9f908a0f-dff2-4a0b-8a2a-2e0dd24ef092 X-Archives-Hash: 4ea788259fb6da543f992a7599502250 commit: 810aee40b6f2aeac54a80dec6f5dfbf8d435b60c Author: Benda Xu gentoo org> AuthorDate: Thu Aug 24 06:21:26 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Thu Aug 24 06:22:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=810aee40 bootstrap-prefix.sh: remove the definition of [gentoo] in repos.conf It is now handled correctly by the default repos.conf of portage. scripts/bootstrap-prefix.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 185ddcae77..e61fc9feef 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -320,14 +320,8 @@ bootstrap_setup() { if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then cat >"${ROOT}"/etc/portage/repos.conf <<-EOF [DEFAULT] - main-repo = gentoo eclass-overrides = rap - [gentoo] - location = ${ROOT}/usr/portage - sync-type = rsync - sync-uri = rsync://rsync.gentoo.org/gentoo-portage - [rap] location = ${ROOT}/usr/portage-stage sync-type = git