[Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 16 14:56:48 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-16 14:56:48

Modified files:
	luci/site/luci/Extensions: ricci_bridge.py 

Log message:
	we still need this workaround

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.28&r2=1.29

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/16 04:26:19	1.28
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/16 14:56:47	1.29
@@ -456,6 +456,11 @@
 	module.appendChild(request)
 	batch.appendChild(module)
 
+	# temporary workaround for ricci bug
+	system_info = rc.system_name()
+	rc = RicciCommunicator(system_info)
+	# end workaround
+
 	try:
 		ret = rc.process_batch(batch)
 	except Exception, e:




More information about the Cluster-devel mailing list