aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2012-06-25 20:14:15 +0200
committerAndré Erdmann <dywi@mailerd.de>2012-06-25 20:14:47 +0200
commitbf327f3ffe7ad7759c181115f26a003960555337 (patch)
tree32997f04b67f11eb86f26e6ba2646957a27ee589
parentextend PackageInfo (diff)
downloadR_overlay-bf327f3f.tar.gz
R_overlay-bf327f3f.tar.bz2
R_overlay-bf327f3f.zip
add repo config entries to the config
modified: R-overlay.conf new file: repo.list
-rw-r--r--R-overlay.conf8
-rw-r--r--repo.list12
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