summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.ant b/build.ant
index 18abc6c1..bf7bbc51 100644
--- a/build.ant
+++ b/build.ant
@@ -79,9 +79,6 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
- <copy file="res/etc/htpasswd"
- tofile="${targetDeploymentDir}/etc/htpasswd"
- failonerror="false" quiet="true"/>
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>
@@ -113,10 +110,6 @@
</parallel>
</target>
- <target name="deploy-remote.htpasswd.db" description="manual invocation">
- <rsync src="${src_server}/res/production-patch-set/htpasswd.db"
- dst="root@rz-0.unige.ch:/srv/www/rhizi/auth/" />
- </target>
<target name="pkg-deb" depends="clean" description="package as .deb">
<mkdir dir="dist" />