[Swift-commit] r4815 - SwiftApps/GOSwift/pykoa/tools
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Mon Jul 11 14:33:39 CDT 2011
Author: jonmon
Date: 2011-07-11 14:33:39 -0500 (Mon, 11 Jul 2011)
New Revision: 4815
Modified:
SwiftApps/GOSwift/pykoa/tools/koa_goswift.py
Log:
have X509_USER_PROXY point to the proxy file as well.
Modified: SwiftApps/GOSwift/pykoa/tools/koa_goswift.py
===================================================================
--- SwiftApps/GOSwift/pykoa/tools/koa_goswift.py 2011-07-11 18:37:06 UTC (rev 4814)
+++ SwiftApps/GOSwift/pykoa/tools/koa_goswift.py 2011-07-11 19:33:39 UTC (rev 4815)
@@ -324,6 +324,7 @@
proxyfile = guc_util.sec_text_to_proxy_file(user_id, src_cred)
os.environ["X509_USER_CERT"] = proxyfile
os.environ["X509_USER_KEY"] = proxyfile
+ os.environ["X509_USER_PROXY"] = proxyfile
# Execute the script
os.chdir( swift_dir+'/'+run_directory )
More information about the Swift-commit
mailing list