summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-17 13:48:54 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-17 13:48:54 -0800
commitaf55bea519642b9742135498e5fddaececab7d1f (patch)
tree738b455b887019b0c9eba836851018e7c894fe31 /etc
parentcc15f2551e105540850101572ccba275a6fc1ace (diff)
downloadlayman-af55bea519642b9742135498e5fddaececab7d1f.tar.gz
layman-af55bea519642b9742135498e5fddaececab7d1f.tar.bz2
layman-af55bea519642b9742135498e5fddaececab7d1f.zip
add per repo type config options
Diffstat (limited to 'etc')
-rw-r--r--etc/layman.cfg43
1 files changed, 40 insertions, 3 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
index ea68e66..f345fe1 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -17,13 +17,13 @@ cache : %(storage)s/cache
local_list: %(storage)s/overlays.xml
#-----------------------------------------------------------
-# Path to the make.conf file that should be modified by
+# Path to the make.conf file that should be modified by
# layman
make_conf : %(storage)s/make.conf
#-----------------------------------------------------------
-# URLs of the remote lists of overlays (one per line) or
+# URLs of the remote lists of overlays (one per line) or
# local overlay definitions
#
#overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
@@ -46,7 +46,7 @@ overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
# Hopefully this description eases the double negation trouble:
#
# nocheck : yes
-# - Accepts completene overlay entries without warnings
+# - Accepts complete overlay entries without warnings
# - Lists overlays of type foo (say Git) even with no foo installed
#
# nocheck : no
@@ -87,3 +87,40 @@ nocheck : yes
#rsync_command : /usr/bin/rsync
#svn_command : /usr/bin/svn
#tar_command : /bin/tar
+#g-common_command : /usr/bin/g-common
+
+
+#-----------------------------------------------------------
+# Command additional options
+#
+# These commnad options will be added to the above commands
+# when the overlay is added or synced.
+#
+# note: there are some options hardcoded in the backend
+# scripts already. All VCS types listed here are
+# for general consistency. Options may not be available
+# or recommended for all VCS types and/or add/sync operations.
+# Any options defined here are deemed:
+# "Use at your own risk"
+# and are not supported.
+#
+# eg:
+# svn_addopts : --config-option=config:miscellany:use-commit-times=yes
+#
+
+#bzr_addopts :
+#bzr_syncopts :
+#cvs_addopts :
+#cvs_syncopts :
+#darcs_addopts :
+#darcs_syncopts :
+#git_addopts :
+#git_syncopts :
+#mercurial_addopts :
+#mercurial_syncopts :
+#rsync_syncopts :
+#svn_addopts :
+#svn_syncopts :
+#g-common_generateopts :
+#g-common_syncopts :
+