Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: bf327f3ffe7ad7759c181115f26a003960555337
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Mon Jun 25 18:14:15 2012 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Mon Jun 25 18:14:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=bf327f3f
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 = sci-R
ECLASS = eclass/R-packages.eclass
#REPO = "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 = 12000
+
+# the repo config file, this can also be a whitespace-separated list of files
+repo_config = 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 = rsync
+#rsync_uri = cran.r-project.org::CRAN/src/contrib
+#src_uri = http://cran.r-project.org/src/contrib
+
+#[BIOC]
+#rsync_uri = bioconductor.org::2.10/bioc/src/contrib
+#src_uri = ??
+
+[testing]
+type = local
+directory = /tmp/rdist
|
|