aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-02-09 21:18:59 +0100
committerAndré Erdmann <dywi@mailerd.de>2013-02-09 21:18:59 +0100
commit09d5733dca6e9ba24440f6b85975ec64da6d835c (patch)
tree334d24f5ecd179ddc4825e0e52f9a87edcee60a2 /config
parentgitignore: ignore *.local (diff)
downloadR_overlay-09d5733dca6e9ba24440f6b85975ec64da6d835c.tar.gz
R_overlay-09d5733dca6e9ba24440f6b85975ec64da6d835c.tar.bz2
R_overlay-09d5733dca6e9ba24440f6b85975ec64da6d835c.zip
add DISTDIR, DISTDIR_STRATEGY to R-overlay.conf
Diffstat (limited to 'config')
-rw-r--r--config/R-overlay.conf.install16
1 files changed, 15 insertions, 1 deletions
diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install
index cb532f1..bdaff19 100644
--- a/config/R-overlay.conf.install
+++ b/config/R-overlay.conf.install
@@ -11,6 +11,12 @@
# this is the directory of the overlay to be created/maintained
#OVERLAY_DIR="~/roverlay/overlay"
+# DISTDIR has to be set
+# this is the directory where hard/symbolic links
+# to all package files will be created
+# (during Manifest file creation)
+#DISTDIR="~/roverlay/distdir"
+
# LOG_FILE should be set
#LOG_FILE="~/roverlay/log/roverlay.log"
@@ -29,7 +35,6 @@ OVERLAY_ECLASS = /etc/roverlay/eclass/R-packages.eclass
# number of backup log files to keep
#LOG_FILE_ROTATE_COUNT = 5
-
# using the default field definition file
FIELD_DEFINITION = /etc/roverlay/description_fields.conf
@@ -40,3 +45,12 @@ REPO_CONFIG = /etc/roverlay/repo.list
# Can be extended by appending other directories/files
SIMPLE_RULES_FILE = "/etc/roverlay/simple-deprules.d"
#SIMPLE_RULES_FILE = "/etc/roverlay/simple-deprules.d ~/roverlay/config/deprules.d"
+
+# using the default distdir strategy
+# try hard links first, then fall back to symbolic ones
+DISTDIR_STRATEGY = "hardlink symlink"
+
+# whether to create per-package subdirectories in DISTDIR
+# ("flat" - false) or not (true)
+# The default value is true.
+#DISTDIR_FLAT = yes