From 88ed04af4a7f73511248d3051f770cc146d0b931 Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Sun, 20 Mar 2005 23:33:11 +0000 Subject: [PATCH] Added PERL5LIB env var --- org.glite.deployment.lb/CHANGELOG | 3 +++ org.glite.deployment.lb/config/scripts/glite-lb-config.py | 8 ++++++-- org.glite.deployment.lb/project/version.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/org.glite.deployment.lb/CHANGELOG b/org.glite.deployment.lb/CHANGELOG index fdedb5a..7e1e349 100644 --- a/org.glite.deployment.lb/CHANGELOG +++ b/org.glite.deployment.lb/CHANGELOG @@ -1,3 +1,6 @@ +DATE: 21-03-2005 00:32 +[gdiez] Added PERL5LIB env var + DATE: 17-03-2005 17:33 [gdiez] Stopping and starting the database before the index creation (just after the database is created and the user granted) diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index 8c8d936..dd0b297 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -6,7 +6,7 @@ # For license conditions see the license file or http://eu-egee.org/license.html # ################################################################################ -# glite-lb-config v. 1.2.0 +# glite-lb-config v. 1.2.1 # # Post-installation script for configuring the gLite Logging and Bookkeping Server # Robert Harakaly < robert.harakaly@cern.ch > @@ -42,7 +42,7 @@ class glite_lb: def __init__(self): self.mysql = MySQL.Mysql() self.verbose = 0 - self.version = "1.2.0" + self.version = "1.2.1" self.name = "glite-lb" self.friendly_name = "gLite Logging and Bookkeeping" @@ -328,6 +328,7 @@ def set_env(): glib.export('GLITE_CERT_DIR',params['ca.certificates.dir']) glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION']) + glib.export('GPT_LOCATION',params['GPT_LOCATION']) glib.export('JAVA_HOME') @@ -336,6 +337,9 @@ def set_env(): % (os.environ['JAVA_HOME'],os.environ['GLOBUS_LOCATION'],os.environ['GLITE_LOCATION'],os.environ['GLITE_LOCATION'])) glib.addEnvPath("LD_LIBRARY_PATH","/usr/lib:%s/lib:%s/externals/lib:%s/lib" % (os.environ['GLOBUS_LOCATION'], os.environ['GLITE_LOCATION'],os.environ['GLITE_LOCATION'])) + # Perl + glib.addEnvPath("PERL5LIB", "%s/lib/perl:%s/lib/perl5" % (os.environ['GPT_LOCATION'],os.environ['GLITE_LOCATION'])) + # Set environment glib.setUserEnv() diff --git a/org.glite.deployment.lb/project/version.properties b/org.glite.deployment.lb/project/version.properties index 1574378..f84e92c 100644 --- a/org.glite.deployment.lb/project/version.properties +++ b/org.glite.deployment.lb/project/version.properties @@ -1,4 +1,4 @@ -module.version = 1.2.0 +module.version = 1.2.1 module.age = 1 \ No newline at end of file -- 1.8.2.3