diff options
author | Benda Xu <heroxbd@gmail.com> | 2014-02-16 09:18:12 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gmail.com> | 2014-02-16 09:20:31 +0900 |
commit | a4620f63593f9a7b32043aada57004db3f257804 (patch) | |
tree | 88393581095f6ad757ef7324c7f11ffd631c2dfe /config | |
parent | config: add WEBSYNC_TIMEOUT option (diff) | |
download | R_overlay-a4620f63593f9a7b32043aada57004db3f257804.tar.gz R_overlay-a4620f63593f9a7b32043aada57004db3f257804.tar.bz2 R_overlay-a4620f63593f9a7b32043aada57004db3f257804.zip |
config/repo.list: url and rsync args update:
1. bioconductor is at 2.13 release now
2. pass --delete to rsync commandline to save disk space
Diffstat (limited to 'config')
-rw-r--r-- | config/repo.list | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/config/repo.list b/config/repo.list index ca68cee..f53d5bc 100644 --- a/config/repo.list +++ b/config/repo.list @@ -2,38 +2,38 @@ type = rsync rsync_uri = cran.r-project.org::CRAN/src/contrib src_uri = http://cran.r-project.org/src/contrib -extra_rsync_opts = --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress +extra_rsync_opts = --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress #[CRAN-Archive] #type = rsync #rsync_uri = cran.r-project.org::CRAN/src/contrib/Archive #src_uri = http://cran.r-project.org/src/contrib/Archive -#extra_rsync_opts = --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress +#extra_rsync_opts = --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress #recursive = yes -[BIOC-2.10/bioc] +[BIOC-2.13/bioc] type = rsync -rsync_uri = bioconductor.org::2.10/bioc/src/contrib -src_uri = http://bioconductor.org/packages/2.10/bioc/src/contrib/ -extra_rsync_opts = --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress +rsync_uri = master.bioconductor.org::2.13/bioc/src/contrib +src_uri = http://master.bioconductor.org/packages/2.13/bioc/src/contrib/ +extra_rsync_opts = --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz --progress -[BIOC-2.10/annotation] +[BIOC-2.13/annotation] type = rsync -rsync_uri = bioconductor.org::2.10/data/annotation/src/contrib -src_uri = http://bioconductor.org/packages/2.10/data/annotation/src/contrib -extra_rsync_opts = --progress --exclude=/PACKAGES --exclude=/PACKAGES.gz +rsync_uri = master.bioconductor.org::2.13/data/annotation/src/contrib +src_uri = http://master.bioconductor.org/packages/2.13/data/annotation/src/contrib +extra_rsync_opts = --progress --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz -[BIOC-2.10/experiment] +[BIOC-2.13/experiment] type = rsync -rsync_uri = bioconductor.org::2.10/data/experiment/src/contrib -src_uri = http://bioconductor.org/packages/2.10/data/experiment/src/contrib -extra_rsync_opts = --progress --exclude=/PACKAGES --exclude=/PACKAGES.gz +rsync_uri = master.bioconductor.org::2.13/data/experiment/src/contrib +src_uri = http://master.bioconductor.org/packages/2.13/data/experiment/src/contrib +extra_rsync_opts = --progress --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz [R-Forge] type = rsync rsync_uri = download.r-forge.r-project.org::R-Forge/src/contrib src_uri = http://download.r-forge.r-project.org/src/contrib -extra_rsync_opts = --progress --exclude=/PACKAGES --exclude=/PACKAGES.gz +extra_rsync_opts = --progress --delete --exclude=/PACKAGES --exclude=/PACKAGES.gz [omegahat] type = websync_repo |