Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: /
Date: Mon, 25 Jun 2012 18:20:10
Message-Id: 1340648087.bf327f3ffe7ad7759c181115f26a003960555337.dywi@gentoo
1 commit: bf327f3ffe7ad7759c181115f26a003960555337
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Mon Jun 25 18:14:15 2012 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Mon Jun 25 18:14:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=bf327f3f
7
8 add repo config entries to the config
9
10 modified: R-overlay.conf
11 new file: repo.list
12
13 ---
14 R-overlay.conf | 8 ++++++++
15 repo.list | 12 ++++++++++++
16 2 files changed, 20 insertions(+), 0 deletions(-)
17
18 diff --git a/R-overlay.conf b/R-overlay.conf
19 index bfbafd5..cfada43 100644
20 --- a/R-overlay.conf
21 +++ b/R-overlay.conf
22 @@ -16,3 +16,11 @@ OVERLAY_CATEGORY = sci-R
23 ECLASS = eclass/R-packages.eclass
24
25 #REPO = "x;/somewhere;rsync://?;http://? a;;rsync://?;ftp://?"
26 +
27 +# FIXME/TODO setting a bandwidth limit while testing on vulture.
28 +# TODO: what's a reasonable value?
29 +# using <~100mbit/s (12000 kilobytes/s) now
30 +RSYNC_BWLIMIT = 12000
31 +
32 +# the repo config file, this can also be a whitespace-separated list of files
33 +repo_config = repo.list
34
35 diff --git a/repo.list b/repo.list
36 new file mode 100644
37 index 0000000..59fed5d
38 --- /dev/null
39 +++ b/repo.list
40 @@ -0,0 +1,12 @@
41 +#[CRAN/contrib]
42 +#type = rsync
43 +#rsync_uri = cran.r-project.org::CRAN/src/contrib
44 +#src_uri = http://cran.r-project.org/src/contrib
45 +
46 +#[BIOC]
47 +#rsync_uri = bioconductor.org::2.10/bioc/src/contrib
48 +#src_uri = ??
49 +
50 +[testing]
51 +type = local
52 +directory = /tmp/rdist