Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r383 - trunk/sites/psi/scripts/admin

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r383 - trunk/sites/psi/scripts/admin


Chronological Thread 
  • From: "AFS account Florian Huebner" <huebner AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r383 - trunk/sites/psi/scripts/admin
  • Date: Mon, 28 Sep 2009 08:33:59 +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
Date: Mon Sep 28 08:33:58 2009
New Revision: 383

Log:
-removed debug parameters on qa and prod
-some bugfixes

Modified:
trunk/sites/psi/scripts/admin/deploy_prod.sh
trunk/sites/psi/scripts/admin/deploy_qa.sh

Modified: trunk/sites/psi/scripts/admin/deploy_prod.sh
==============================================================================
--- trunk/sites/psi/scripts/admin/deploy_prod.sh (original)
+++ trunk/sites/psi/scripts/admin/deploy_prod.sh Mon Sep 28 08:33:58
2009
@@ -105,7 +105,8 @@
-e
"s/\/afs\/psi.ch\/project\/dms\/admin\/qa/\/afs\/psi.ch\/project\/dms\/admin\/prod/g"
\
-e 's/S:\\geus\\dms_qa/\\\\softlib00\\dms/g' \
-e 's/DmsServerQA/DmsServerProd/g' \
- -e 's/SERVER=qa/SERVER=prod/g' \
+ -e 's/qa/prod/g' \
+ -e 's/$DEBUGOPTIONS//g' \
$f.devel > $f
rm $f.devel
done

Modified: trunk/sites/psi/scripts/admin/deploy_qa.sh
==============================================================================
--- trunk/sites/psi/scripts/admin/deploy_qa.sh (original)
+++ trunk/sites/psi/scripts/admin/deploy_qa.sh Mon Sep 28 08:33:58 2009
@@ -107,7 +107,8 @@
-e
"s/\/afs\/psi.ch\/project\/dms\/admin\/devel/\/afs\/psi.ch\/project\/dms\/admin\/qa/g"
\
-e 's/S:\\geus\\dms/S:\\geus\\dms_qa/g' \
-e 's/DmsServerDevel/DmsServerQA/g' \
- -e 's/SERVER=devel/SERVER=qa/g' \
+ -e 's/devel/qa/g' \
+ -e 's/$DEBUGOPTIONS//g' \
$f.devel > $f
rm $f.devel
done



  • [idok-commit] idok commit r383 - trunk/sites/psi/scripts/admin, AFS account Florian Huebner, 09/28/2009

Archive powered by MHonArc 2.6.19.

Top of Page