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 6CE62139280 for ; Wed, 26 Oct 2016 12:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4720E21C039; Wed, 26 Oct 2016 12:00:01 +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 2D30321C039 for ; Wed, 26 Oct 2016 12:00:01 +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 AFBA8341445 for ; Wed, 26 Oct 2016 11:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83258A7 for ; Wed, 26 Oct 2016 11:59:57 +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: <1477483188.3251e1a88f6e3b8d6ba2808b79646c26f44ab91c.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: 3251e1a88f6e3b8d6ba2808b79646c26f44ab91c X-VCS-Branch: master Date: Wed, 26 Oct 2016 11:59:57 +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: 985bd7ea-8ae7-4f72-8404-dd36be6f4275 X-Archives-Hash: 259dcdb5efba1c48c3e474ea62805f87 commit: 3251e1a88f6e3b8d6ba2808b79646c26f44ab91c Author: Benda Xu gentoo org> AuthorDate: Wed Oct 26 11:59:10 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Oct 26 11:59:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3251e1a8 scripts/bootstrap-prefix.sh: change rap repo to webrsync scripts/bootstrap-prefix.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index f14202f..102523c 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -261,9 +261,8 @@ bootstrap_setup() { [rap] location = ${ROOT}/usr/portage-stage - sync-type = git - sync-uri = https://anongit.gentoo.org/git/proj/android.git - auto-sync = no + sync-type = webrsync + sync-uri = http://dev.gentoo.org/~heroxbd/android-master.tar.bz2 EOF fi