summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-04-11 08:29:14 -0400
committerJames Moger <james.moger@gitblit.com>2012-04-11 08:29:14 -0400
commita411c8d64a9f9a2fb0001c6fc6fa76fc81eded1b (patch)
tree9c5e98b74f72de70b44765cd5daa154be64026ea /build.xml
parent5efafa8893dc79ed195a73651268e580b19a7897 (diff)
downloadgitblit-a411c8d64a9f9a2fb0001c6fc6fa76fc81eded1b.tar.gz
gitblit-a411c8d64a9f9a2fb0001c6fc6fa76fc81eded1b.zip
Example post-receive hook script for creating a local clone on push
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b57a0336..0dd19c5e 100644
--- a/build.xml
+++ b/build.xml
@@ -204,6 +204,7 @@
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="localclone.groovy" />
</fileset>
</copy>
@@ -372,6 +373,7 @@
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="localclone.groovy" />
</fileset>
</copy>