From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SjDtS-0001TN-3S for garchives@archives.gentoo.org; Mon, 25 Jun 2012 18:20:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A7A1E0AE3; Mon, 25 Jun 2012 18:19:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EFCE2E0AE3 for ; Mon, 25 Jun 2012 18:19:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58A4F1B4452 for ; Mon, 25 Jun 2012 18:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 116B4E5442 for ; Mon, 25 Jun 2012 18:19:50 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1340648087.bf327f3ffe7ad7759c181115f26a003960555337.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: R-overlay.conf repo.list X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: bf327f3ffe7ad7759c181115f26a003960555337 X-VCS-Branch: master Date: Mon, 25 Jun 2012 18:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 10691c87-8e4f-481d-90e5-ad32b39ca808 X-Archives-Hash: fd09e4a49e170363da2173219cb3acd5 commit: bf327f3ffe7ad7759c181115f26a003960555337 Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Mon Jun 25 18:14:15 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Mon Jun 25 18:14:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3Dbf327f3f add repo config entries to the config modified: R-overlay.conf new file: repo.list --- R-overlay.conf | 8 ++++++++ repo.list | 12 ++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/R-overlay.conf b/R-overlay.conf index bfbafd5..cfada43 100644 --- a/R-overlay.conf +++ b/R-overlay.conf @@ -16,3 +16,11 @@ OVERLAY_CATEGORY =3D sci-R ECLASS =3D eclass/R-packages.eclass =20 #REPO =3D "x;/somewhere;rsync://?;http://? a;;rsync://?;ftp://?" + +# FIXME/TODO setting a bandwidth limit while testing on vulture. +# TODO: what's a reasonable value? +# using <~100mbit/s (12000 kilobytes/s) now +RSYNC_BWLIMIT =3D 12000 + +# the repo config file, this can also be a whitespace-separated list of = files +repo_config =3D repo.list diff --git a/repo.list b/repo.list new file mode 100644 index 0000000..59fed5d --- /dev/null +++ b/repo.list @@ -0,0 +1,12 @@ +#[CRAN/contrib] +#type =3D rsync +#rsync_uri =3D cran.r-project.org::CRAN/src/contrib +#src_uri =3D http://cran.r-project.org/src/contrib + +#[BIOC] +#rsync_uri =3D bioconductor.org::2.10/bioc/src/contrib +#src_uri =3D ?? + +[testing] +type =3D local +directory =3D /tmp/rdist