diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-23 10:46:35 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-23 10:46:35 -0500 |
commit | e8c417f4e63f84ac6e14f6d5540dcb1f0f9862fc (patch) | |
tree | 6d8982dc4f541f08195644cf3d964d2fa6347d4e /build.xml | |
parent | d8a0f1e6e9d2420be31200cf0554336e84eec843 (diff) | |
download | gitblit-e8c417f4e63f84ac6e14f6d5540dcb1f0f9862fc.tar.gz gitblit-e8c417f4e63f84ac6e14f6d5540dcb1f0f9862fc.zip |
Command-line tool to generate client certificate bundles for existing users
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -183,6 +183,7 @@ <exclude name="federation.properties" />
<exclude name="openshift.mkd" />
<exclude name="authority.conf" />
+ <exclude name="*.tmpl" />
</fileset>
<fileset dir="${basedir}">
<include name="LICENSE" />
@@ -195,6 +196,7 @@ <mkdir dir="${project.deploy.dir}/certs"/>
<copy todir="${project.deploy.dir}/certs">
<fileset dir="${basedir}/distrib">
+ <include name="*.tmpl" />
<include name="authority.conf" />
</fileset>
</copy>
|