diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2009-12-29 14:22:06 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2009-12-29 15:21:35 +0100 |
commit | 1fffa93607c68947ae4eea18bf22f95e0d514a66 (patch) | |
tree | 8633b54de7cff129e56de3078472e6e7d9f01194 /etc/layman.cfg | |
parent | Pass config down to Overlay instances (diff) | |
download | overlord-1fffa93607c68947ae4eea18bf22f95e0d514a66.tar.gz overlord-1fffa93607c68947ae4eea18bf22f95e0d514a66.tar.bz2 overlord-1fffa93607c68947ae4eea18bf22f95e0d514a66.zip |
Allow overriding VCS commands
Diffstat (limited to 'etc/layman.cfg')
-rw-r--r-- | etc/layman.cfg | 22 |
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 |