summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-01-23 08:42:20 -0500
committerJames Moger <james.moger@gitblit.com>2013-01-23 08:42:20 -0500
commitc7acc2e1fa86102bb87e715c8fe4e336329fbcc6 (patch)
tree19088e6ea0311739cedd96352f7e2a3cab07c0f0
parentd5c21904ca6aaef2528084e96e866824830aa375 (diff)
downloadgitblit-c7acc2e1fa86102bb87e715c8fe4e336329fbcc6.tar.gz
gitblit-c7acc2e1fa86102bb87e715c8fe4e336329fbcc6.zip
Include issue tracker hooks in builds
-rw-r--r--build.xml6
-rw-r--r--docs/04_releases.mkd1
2 files changed, 7 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f60dcef4..869c370b 100644
--- a/build.xml
+++ b/build.xml
@@ -251,6 +251,8 @@
<include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
@@ -479,6 +481,8 @@
<include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
@@ -706,6 +710,8 @@
<include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 678a7e0e..097dd170 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -10,6 +10,7 @@
#### additions
+ - FogBugz post-receive hook script (github/djschny)
- Implemented multiple repository owners (github/akquinet)
- Chinese translation (github/dapengme, github/yin8086)