Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r101 - trunk/sites/psi

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r101 - trunk/sites/psi


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r101 - trunk/sites/psi
  • Date: Wed, 14 May 2008 13:45:53 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: huebner AT PSI.CH
Date: Wed May 14 13:45:53 2008
New Revision: 101

Log:
added the pydok deployment target

Modified:
trunk/sites/psi/build.xml

Modified: trunk/sites/psi/build.xml
==============================================================================
--- trunk/sites/psi/build.xml (original)
+++ trunk/sites/psi/build.xml Wed May 14 13:45:53 2008
@@ -193,6 +193,16 @@
</fileset>
</chmod>
</target>
+
+ <target name="copy-pydok" description="">
+ <!-- Copy the pydok script to the cgi-bin directory -->
+ <copy file="${idok.basedir}/python/pydok/test/idok_upload_cgi.py"
todir="${install.dir}/cgi-bin/"/>
+ <chmod perm="u+x" verbose="yes">
+ <fileset dir="${install.dir}/cgi-bin/"
casesensitive="yes">
+ <include name="*.py"/>
+ </fileset>
+ </chmod>
+ </target>

<target name="install-windows"
depends="dist-dms"



  • [idok-commit] idok commit r101 - trunk/sites/psi, Apache, 05/14/2008

Archive powered by MHonArc 2.6.19.

Top of Page