[releng] [smoketesting] do not set MONO_GAC_PREFIX



commit 93e5dc442b4d04e06a481060b38f35d48a4e42cb
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Aug 26 12:49:10 2009 +0200

    [smoketesting] do not set MONO_GAC_PREFIX
    
    It is now done automatically by JHBuild.

 tools/smoketesting/sample-tarball-stable.jhbuildrc |    3 ---
 tools/smoketesting/sample-tarball.jhbuildrc        |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball-stable.jhbuildrc b/tools/smoketesting/sample-tarball-stable.jhbuildrc
index f0162c1..6bac7fb 100644
--- a/tools/smoketesting/sample-tarball-stable.jhbuildrc
+++ b/tools/smoketesting/sample-tarball-stable.jhbuildrc
@@ -76,9 +76,6 @@ skip.append('pulseaudio')
 ##os.environ['PYTHON'] = os.path.join(prefix, 'bin/python')
 ##os.environ['PYTHONPATH'] = os.path.join(libdir, 'python2.4/site-packages')
 
-#set up the mono Global Application Cache prefix to the jhbuild prefix
-os.environ['MONO_GAC_PREFIX'] = prefix
-
 # evolution-exchange requires evolution-data-server to be configured
 # with ldap enabled, which it isn't by default.  That would also
 # require ldap development libraries, but I have no exchange server to
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 69612f9..267ef3e 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -76,9 +76,6 @@ skip.append('pulseaudio')
 ##os.environ['PYTHON'] = os.path.join(prefix, 'bin/python')
 ##os.environ['PYTHONPATH'] = os.path.join(libdir, 'python2.4/site-packages')
 
-#set up the mono Global Application Cache prefix to the jhbuild prefix
-os.environ['MONO_GAC_PREFIX'] = prefix
-
 # evolution-exchange requires evolution-data-server to be configured
 # with ldap enabled, which it isn't by default.  That would also
 # require ldap development libraries, but I have no exchange server to



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]