aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2009-12-29 14:22:06 +0100
committerSebastian Pipping <sebastian@pipping.org>2009-12-29 15:21:35 +0100
commit1fffa93607c68947ae4eea18bf22f95e0d514a66 (patch)
tree8633b54de7cff129e56de3078472e6e7d9f01194 /etc
parentPass config down to Overlay instances (diff)
downloadlayman-1fffa93607c68947ae4eea18bf22f95e0d514a66.tar.gz
layman-1fffa93607c68947ae4eea18bf22f95e0d514a66.tar.bz2
layman-1fffa93607c68947ae4eea18bf22f95e0d514a66.zip
Allow overriding VCS commands
Diffstat (limited to 'etc')
-rw-r--r--etc/layman.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
index a52984e..53c9d2c 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -56,3 +56,25 @@ nocheck : yes
#
#umask : 0022
+#-----------------------------------------------------------
+# Command overrides
+#
+# You can have commands point to either a binary at a different
+# location, e.g.
+#
+# /home/you/local/bin/git
+#
+# or just the command, e.g.
+#
+# git
+#
+# to use PATH-based resolution of the binary to call.
+#
+#bzr_command : /usr/bin/bzr
+#cvs_command : /usr/bin/cvs
+#darcs_command : /usr/bin/darcs
+#git_command : /usr/bin/git
+#mercurial_command : /usr/bin/hg
+#rsync_command : /usr/bin/rsync
+#svn_command : /usr/bin/svn
+#tar_command : /bin/tar