All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci cluster/busy_wait-macro cluster/ind ...
Date: 10 Jun 2008 15:30:05 -0000	[thread overview]
Message-ID: <20080610153005.1875.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2008-06-10 15:30:03

Modified files:
	luci/cluster   : busy_wait-macro index_html 
	luci/site/luci/var: Data.fs 

Log message:
	Revert two patches that were meant only for HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/busy_wait-macro.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.2&r2=1.3.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.30.2.5&r2=1.30.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.25&r2=1.20.2.26

--- conga/luci/cluster/busy_wait-macro	2008/06/10 14:48:29	1.3.2.2
+++ conga/luci/cluster/busy_wait-macro	2008/06/10 15:29:13	1.3.2.3
@@ -3,7 +3,7 @@
 
 	<p><img src="100wait.gif" /></p>
 
-	<span tal:define="global nodereports isBusy/nodereports | nothing" />
+	<span tal:define="global nodereports isBusy/nodereports" />
 
 	<div tal:repeat="nodereport nodereports">
 		<tal:block
--- conga/luci/cluster/index_html	2008/06/10 14:48:29	1.30.2.5
+++ conga/luci/cluster/index_html	2008/06/10 15:29:13	1.30.2.6
@@ -27,26 +27,20 @@
 	    <tal:block tal:define="
 			global sinfo nothing;
 			global hascluster request/clustername | nothing;
-			global isBusy python:False;
-			global isVirtualized python:False;
+			global isBusy python: False;
 			global firsttime nothing;
 			global ri_agent nothing;
-			global os_version nothing;
 			global busywaiting python:None" />
 
 		<tal:block tal:condition="hascluster">
 			<tal:block tal:define="
 				global ri_agent python:here.getRicciAgentForCluster(request);
+				resmap python:here.getClusterOS(ri_agent);
+				global isVirtualized resmap/isVirtualized | nothing;
+				global os_version resmap/os | nothing;
+				global isBusy python:here.isClusterBusy(request);
 				global firsttime request/busyfirst | nothing" />
 
-			<tal:block tal:condition="ri_agent"
-				tal:define="resmap python:here.getClusterOS(ri_agent)">
-				<tal:block tal:define="
-					global isVirtualized resmap/isVirtualized | nothing;
-					global os_version resmap/os | nothing;
-					global isBusy python:here.isClusterBusy(request)" />
-			</tal:block>
-
 			<tal:block tal:condition="firsttime">
 				<tal:block tal:define="global busywaiting python:True" />
 				<meta http-equiv="refresh"
Binary files /cvs/cluster/conga/luci/site/luci/var/Data.fs	2008/06/10 15:16:36	1.20.2.25 and /cvs/cluster/conga/luci/site/luci/var/Data.fs	2008/06/10 15:29:13	1.20.2.26 differ
rcsdiff: /cvs/cluster/conga/luci/site/luci/var/Data.fs: diff failed



                 reply	other threads:[~2008-06-10 15:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080610153005.1875.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.