aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2012-12-13 15:55:28 +0100
committerAndré Erdmann <dywi@mailerd.de>2013-01-29 00:33:10 +0100
commitaf13e5117e1f4fe4a4980e9ec0988378771fc4b4 (patch)
treeaa4f6349bb395dd4ca515cd9b31a348965bb88eb /config
parentMore rules added (diff)
downloadR_overlay-af13e5117e1f4fe4a4980e9ec0988378771fc4b4.tar.gz
R_overlay-af13e5117e1f4fe4a4980e9ec0988378771fc4b4.tar.bz2
R_overlay-af13e5117e1f4fe4a4980e9ec0988378771fc4b4.zip
Add support for multiple manifest implementations
Also added support for threaded Manifest file writing, though no available implementation supports that at the moment.
Diffstat (limited to 'config')
-rw-r--r--config/R-overlay.conf.reference14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/R-overlay.conf.reference b/config/R-overlay.conf.reference
index a1ba48c..067e1a7 100644
--- a/config/R-overlay.conf.reference
+++ b/config/R-overlay.conf.reference
@@ -145,6 +145,20 @@
# *** NOT IN USE ***
#EBUILD_HEADER = "ebuild_header.txt"
+# OVERLAY_MANIFEST_IMPLEMENTATION
+# Manifest implementation to be used
+# Currently, there's only one implementation available, manifest
+# writing using the ebuild(1) executable.
+# * accepted values:
+# -> 'default' -- use the default implementation
+# -> 'none' -- do not use any implementation,
+# this leads to runtime errors
+# whenever write_manifest() is called
+# -> 'external:ebuild' -- generate Manifest files using ebuild(1)
+#
+# * defaults to 'default'
+# * alias: MANIFEST_IMPLEMENTATION
+
# == other config files ==
# some config options are split from this file for various reasons: