summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-17 21:19:08 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-17 21:19:08 -0800
commit3eaca0340384122c5d83e0aa2d0a8b6dc1165487 (patch)
tree18d97383394e545138746eb5fbcb9d05b61ccc3b /etc
parent4872509aab4693638c957fcd8e9d38af06357769 (diff)
downloadlayman-3eaca0340384122c5d83e0aa2d0a8b6dc1165487.tar.gz
layman-3eaca0340384122c5d83e0aa2d0a8b6dc1165487.tar.bz2
layman-3eaca0340384122c5d83e0aa2d0a8b6dc1165487.zip
Add per repo type postsync options.
Some minor long lines cleanup.
Diffstat (limited to 'etc')
-rw-r--r--etc/layman.cfg23
1 files changed, 23 insertions, 0 deletions
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 :
+