cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/site/luci/Extensions HelperFunctions.py
@ 2007-06-05  5:28 rmccabe
  0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2007-06-05  5:28 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	EXPERIMENTAL
Changes by:	rmccabe at sourceware.org	2007-06-05 05:28:03

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

Log message:
	Look for the Fedora 7 name.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.6.4.3&r2=1.6.4.4

--- conga/luci/site/luci/Extensions/HelperFunctions.py	2007/05/15 21:42:21	1.6.4.3
+++ conga/luci/site/luci/Extensions/HelperFunctions.py	2007/06/05 05:28:03	1.6.4.4
@@ -9,7 +9,7 @@
 import threading
 
 def resolveOSType(os_str):
-	if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('FC6') != (-1) or os_str.find('Zod') != (-1) or os_str.find('Fedora release 6.9') != (-1):
+	if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('FC6') != (-1) or os_str.find('Zod') != (-1) or os_str.find('Moonshine') != (-1):
 		return 'rhel5'
 	else:
 		return 'rhel4'



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] conga/luci/site/luci/Extensions HelperFunctions.py
@ 2008-08-07 19:23 rmccabe
  0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2008-08-07 19:23 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2008-08-07 19:23:21

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

Log message:
	Fix bz458298

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.3&r2=1.6.2.4

--- conga/luci/site/luci/Extensions/HelperFunctions.py	2008/06/10 14:48:31	1.6.2.3
+++ conga/luci/site/luci/Extensions/HelperFunctions.py	2008/08/07 19:23:21	1.6.2.4
@@ -9,7 +9,7 @@
 import threading
 
 def resolveOSType(os_str):
-	if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('Zod') != (-1) or os_str.find('Moonshine') != (-1) or os_str.find('Werewolf') != (-1) or os.str_find('Sulphur') != (-1):
+	if not os_str or os_str.find('Tikanga') != (-1) or os_str.find('Zod') != (-1) or os_str.find('Moonshine') != (-1) or os_str.find('Werewolf') != (-1) or os_str.find('Sulphur') != (-1):
 		return 'rhel5'
 	else:
 		return 'rhel4'



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-07 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 19:23 [Cluster-devel] conga/luci/site/luci/Extensions HelperFunctions.py rmccabe
  -- strict thread matches above, loose matches on Subject: below --
2007-06-05  5:28 rmccabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).