From 3eaca0340384122c5d83e0aa2d0a8b6dc1165487 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 17 Feb 2011 21:19:08 -0800 Subject: Add per repo type postsync options. Some minor long lines cleanup. --- etc/layman.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'etc') diff --git a/etc/layman.cfg b/etc/layman.cfg index f345fe1..741da11 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -124,3 +124,26 @@ nocheck : yes #g-common_generateopts : #g-common_syncopts : + +#----------------------------------------------------------- +# Per VCS Post Sync/Add hooks +# +# The listed commands will be run after every add/sync operation. +# All on one line If the repo path is needed, use a %cwd= in +# where you want the path substituted in. It will be detected +# and replaced with the correct path. +# +# eg: git_postsync : git-set-file-times +# eg: git_postsync : git-set-file-times %cwd= +# eg: git_postsync : git-set-file-times path=%cwd= +# +#bzr_postsync : +#cvs_postsync : +#darcs_postsync : +#git_postsync : +#mercurial_postsync : +#rsync_postsync : +#svn_postsync : +#tar_postsync : +#g-common_postsync : + -- cgit v1.2.3-1-g7c22