aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2012-08-20 11:23:57 +0200
committerAndré Erdmann <dywi@mailerd.de>2012-08-20 11:28:37 +0200
commitb05227c48f44fd1fa507dd7843516ab14c444c69 (patch)
treef2243c31084d4ae0b12addbc03ef6bda455d60f6 /R-overlay.conf
parentdoc: implementation overview (diff)
downloadR_overlay-b05227c48f44fd1fa507dd7843516ab14c444c69.tar.gz
R_overlay-b05227c48f44fd1fa507dd7843516ab14c444c69.tar.bz2
R_overlay-b05227c48f44fd1fa507dd7843516ab14c444c69.zip
move config files to config/
Diffstat (limited to 'R-overlay.conf')
-rw-r--r--R-overlay.conf44
1 files changed, 22 insertions, 22 deletions
diff --git a/R-overlay.conf b/R-overlay.conf
index e37c220..b9567c2 100644
--- a/R-overlay.conf
+++ b/R-overlay.conf
@@ -1,5 +1,13 @@
-#LOG_LEVEL = 5
-#LOG_CONSOLE = y
+# R overlay -- config file for testing/running without installation
+
+DISTFILES = distfiles-root
+OVERLAY_DIR = overlay-root
+ECLASS = eclass/R-packages.eclass
+
+# write description data from R packages to a directory
+DESCRIPTION_DIR = desc-files
+
+# = logging =
LOG_LEVEL = INFO
@@ -14,31 +22,23 @@ LOG_FILE_ROTATE = yes
# number of backup log files to keep
LOG_FILE_ROTATE_COUNT = 5
-#LOG_FILE_RESOLVED = log/dep_resolved.log
+# log unresolvable dependencies into an extra file
LOG_FILE_UNRESOLVABLE = log/dep_unresolvable.log
+# = misc =
+
+# bandwidth limit for rsync (in kilobytes per second)
+# RSYNC_BWLIMIT = 12000
+
+# = extra config files =
+
# SIMPLE_RULES_FILE lists the rule files for dependency resolution
# SIMPLE_RULES_FILE ::= "<file>[ <file>]"
-#SIMPLE_RULES_FILE = "
-#simple-deprules.d/R
-#simple-deprules.d/selfdeps
-#simple-deprules.d/other
-#"
-SIMPLE_RULES_FILE = "simple-deprules.d"
-
-OVERLAY_NAME = ROverlay
-OVERLAY_DIR = overlay-root
-OVERLAY_CATEGORY = sci-R
-ECLASS = eclass/R-packages.eclass
-
-# setting a bandwidth limit for rsync (in kilobytes per second)
-# RSYNC_BWLIMIT = 12000
+SIMPLE_RULES_FILE = "config/simple-deprules.d"
# the repo config file, this can also be a whitespace-separated list of files
# REPO_CONFIG ::= "<file>[ <file>]"
-REPO_CONFIG = repo.list
+REPO_CONFIG = config/repo.list
-DISTFILES = distfiles-root
-
-DESCRIPTION_DIR = desc-files
-FIELD_DEFINITION = description_fields.conf
+# the field definition file that controls how R packages are read
+FIELD_DEFINITION = config/description_fields.conf