Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r719 - branches/opensource/scripts/admin/test_server

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r719 - branches/opensource/scripts/admin/test_server


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r719 - branches/opensource/scripts/admin/test_server
  • Date: Thu, 7 Feb 2008 09:13:37 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: stadler_h AT PSI.CH
Date: Thu Feb 7 09:13:37 2008
New Revision: 719

Log:
Modified rsync script to set the permissions on the idokserver.
Directories will be xrwx-rx-r and normal files -rw--r--r.
This is required to let the java servers that are running under the www-data
user load all required libraries.

Modified:
branches/opensource/scripts/admin/test_server/rsync_to_test_server.sh

Modified:
branches/opensource/scripts/admin/test_server/rsync_to_test_server.sh
==============================================================================
--- branches/opensource/scripts/admin/test_server/rsync_to_test_server.sh
(original)
+++ branches/opensource/scripts/admin/test_server/rsync_to_test_server.sh
Thu Feb 7 09:13:37 2008
@@ -27,6 +27,8 @@

rsync \
-ruv \
+ --perms \
+ --chmod=u=rw,g=r,o=r,Da+x \
--exclude=".svn" \
ant_dist \
lib build.xml \



  • [idok-commit] idok commit r719 - branches/opensource/scripts/admin/test_server, Apache, 02/07/2008

Archive powered by MHonArc 2.6.19.

Top of Page