diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-11 00:05:36 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-11 00:05:36 +0200 |
| commit | b66dfb7f9966993e5708282e39b708ff63e100a5 (patch) | |
| tree | d36c83adb69954cda0e294ce7086cfeb93863c52 /build.ant | |
| parent | 72ed3b7b455578e8e74f0adc110e5045b359e3d6 (diff) | |
build.ant: rm deprecated htpasswd stuff
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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" /> |
