Jesse

There is a backport request for 3.1 labeled "build: remove ganglia release
name from the code" and that has a veto from you which I would like to see
reconsidered.

your objection refers to a thread[1] that includes the explanation of why
this backport proposal is consistent with the consensus at that time (and
which has since changed[2]) as it only removes the name from the web
frontend configuration where it wasn't being used (dead code):

  
http://www.mail-archive.com/ganglia-developers@lists.sourceforge.net/msg04719.html

It is important to note that since the proposal has been stalled for a long
time it won't be able to cleanly be backported from trunk and so to simplify
the reviewing process a conflict free version of it is attached to this
email.

Carlo

[1] 
http://www.mail-archive.com/ganglia-developers@lists.sourceforge.net/msg04697.html
[2] 
http://www.mail-archive.com/ganglia-developers@lists.sourceforge.net/msg05246.html
Property changes on: .
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk/monitor-core:r1703,1731

Index: configure.in
===================================================================
--- configure.in	(revision 2135)
+++ configure.in	(working copy)
@@ -84,7 +84,6 @@
 AC_SUBST(GANGLIA_MINOR_VERSION)
 AC_SUBST(GANGLIA_MICRO_VERSION)
 AC_SUBST(GANGLIA_VERSION)
-AC_SUBST(GANGLIA_RELEASE_NAME)
 AC_SUBST(REL)
 
 AC_SUBST(LIBGANGLIA_INTERFACE_AGE)
Index: web/version.php.in
===================================================================
--- web/version.php.in	(revision 2135)
+++ web/version.php.in	(working copy)
@@ -6,6 +6,5 @@
 $microversion = @GANGLIA_MICRO_VERSION@;
 
 $ganglia_version = "@GANGLIA_VERSION@";
-$ganglia_release_name    = "@GANGLIA_RELEASE_NAME@";
 
 ?>
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to