From: Nathan F. <nf...@au...> - 2009-07-10 16:46:42
|
Applied. -Nathan Robert Jennings wrote: > I'm removing the __date__, __version__, and __source fields from each > of the files. They were filled in by CVS keyword expansion and won't > be updated by GIT. > > Signed-off-by: Robert Jennings <rc...@li...> > > --- > Nathan, I couldn't build the changes, I got an error from ./configure: > configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." > > I'm feeling pretty confident about these changes though. > --- > man/amsstat.1 | 6 ------ > man/amsvis.1 | 6 ------ > scripts/amsstat | 3 --- > scripts/amsvis/amsvis | 4 ---- > scripts/amsvis/powerpcAMS/amsdata.py | 8 ++------ > scripts/amsvis/powerpcAMS/amsnet.py | 4 ---- > scripts/amsvis/powerpcAMS/amswidget.py | 6 +----- > scripts/amsvis/setup.py.in | 4 ---- > 8 files changed, 3 insertions(+), 38 deletions(-) > > Index: b/man/amsstat.1 > =================================================================== > --- a/man/amsstat.1 > +++ b/man/amsstat.1 > @@ -4,10 +4,6 @@ > .\" Author(s) > .\" Robert Jennings <rc...@li...> > .\" > -.\" $Date: 2009/03/18 17:25:35 $ > -.\" $Revision: 1.4 $ > -.\" $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/doc/amsstat.1,v $ > -.\" > .TH AMSSTAT 1 "March 2009" Linux "Linux on Power Service Tools" > .SH NAME > amsstat \- display a list of Active Memory Sharing (AMS) statistics. > @@ -174,5 +170,3 @@ Display a list of AMS statistics and rep > .I /sys/bus/vio/cmo_* > .br > .I /sys/bus/vio/devices/*/cmo_* > -.SH VERSION > -$Revision: 1.4 $ > Index: b/man/amsvis.1 > =================================================================== > --- a/man/amsvis.1 > +++ b/man/amsvis.1 > @@ -4,10 +4,6 @@ > .\" Author(s) > .\" Robert Jennings <rc...@li...> > .\" > -.\" $Date: 2009/03/13 20:27:05 $ > -.\" $Revision: 1.1 $ > -.\" $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/doc/amsvis.1,v $ > -.\" > .TH AMSVIS 1 "January 2009" Linux "Linux on Power Service Tools" > .SH NAME > amsvis \- view Active Memory Sharing (AMS) metrics in a GUI locally or remotely. > @@ -155,5 +151,3 @@ Display the AMS data from the remote sys > .I /sys/bus/vio/devices/*/cmo_* > .SH BUGS > Though not a bug, the name of a number of files and variables are of the form cmo* rather than Active Memory Sharing (AMS). The kernel code for this feature was committed under the name Cooperative Memory Overcommitment (CMO). Kernel support is enabled using the kernel config option CONFIG_PPC_SMLPAR, for shared memory logical partition support. > -.SH VERSION > -$Revision: 1.1 $ > Index: b/scripts/amsstat > =================================================================== > --- a/scripts/amsstat > +++ b/scripts/amsstat > @@ -17,9 +17,6 @@ > # > # For further details on this tool and the fields it displays please > # reference man page amsstat.1 > -# > -# $Date: 2009/04/07 21:22:38 $ > -# $Revision: 1.4 $ > > sleep_interval=$1 > indent=-4 > Index: b/scripts/amsvis/amsvis > =================================================================== > --- a/scripts/amsvis/amsvis > +++ b/scripts/amsvis/amsvis > @@ -10,10 +10,6 @@ __author__ = "Robert Jennings rcj@linux. > __copyright__ = "Copyright (c) 2008 IBM Corporation" > __license__ = "Common Public License v1.0" > > -__version__ = "$Revision: 1.8 $" > -__date__ = "$Date: 2009/02/02 16:52:08 $" > -# $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/scripts/amsvis/amsvis,v $ > - > import sys > import re > import gobject > Index: b/scripts/amsvis/powerpcAMS/amsdata.py > =================================================================== > --- a/scripts/amsvis/powerpcAMS/amsdata.py > +++ b/scripts/amsvis/powerpcAMS/amsdata.py > @@ -1,17 +1,13 @@ > """Tooling to read/parse AMS-related data from system files in /proc and /sys. > > -The data can be read by calling gather_all_data() and is returned as a 3-tuple of > -dictionaries for system data, bus data, and data for devices. > +The data can be read by calling gather_all_data() and is returned as a > +3-tuple of dictionaries for system data, bus data, and data for devices. > """ > > __author__ = "Robert Jennings rc...@li..." > __copyright__ = "Copyright (c) 2008 IBM Corporation" > __license__ = "Common Public License v1.0" > > -__version__ = "$Revision: 1.5 $" > -__date__ = "$Date: 2009/01/20 21:28:29 $" > -# $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/scripts/amsvis/powerpcAMS/amsdata.py,v $ > - > import os > import sys > import logging > Index: b/scripts/amsvis/powerpcAMS/amsnet.py > =================================================================== > --- a/scripts/amsvis/powerpcAMS/amsnet.py > +++ b/scripts/amsvis/powerpcAMS/amsnet.py > @@ -5,10 +5,6 @@ __author__ = "Robert Jennings rcj@linux. > __copyright__ = "Copyright (c) 2008 IBM Corporation" > __license__ = "Common Public License v1.0" > > -__version__ = "$Revision: 1.3 $" > -__date__ = "$Date: 2009/01/16 16:39:10 $" > -# $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/scripts/amsvis/powerpcAMS/amsnet.py,v $ > - > import socket > import sys > import os > Index: b/scripts/amsvis/powerpcAMS/amswidget.py > =================================================================== > --- a/scripts/amsvis/powerpcAMS/amswidget.py > +++ b/scripts/amsvis/powerpcAMS/amswidget.py > @@ -1,14 +1,10 @@ > -"""bar.py test script for drawing a bar readout > +"""AMS widget class and subclasses for drawing AMS data > """ > > __author__ = "Robert Jennings rc...@li..." > __copyright__ = "Copyright (c) 2008 IBM Corporation" > __license__ = "Common Public License v1.0" > > -__version__ = "$Revision: 1.6 $" > -__date__ = "$Date: 2009/01/21 15:38:20 $" > -# $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/scripts/amsvis/powerpcAMS/amswidget.py,v $ > - > import gtk > from gtk import gdk > import cairo > Index: b/scripts/amsvis/setup.py.in > =================================================================== > --- a/scripts/amsvis/setup.py.in > +++ b/scripts/amsvis/setup.py.in > @@ -5,10 +5,6 @@ __author__ = "Robert Jennings rcj@linux. > __copyright__ = "Copyright (c) 2008 IBM Corporation" > __license__ = "Common Public License v1.0" > > -__version__ = "$Revision: 1.2 $" > -__date__ = "$Date: 2009/01/08 17:43:16 $" > -# $Source: /cvsroot/powerpc-utils/powerpc-utils-papr/scripts/amsvis/setup.py,v $ > - > from distutils.core import setup > import os > > > ------------------------------------------------------------------------------ > _______________________________________________ > Powerpc-utils-devel mailing list > Pow...@li... > https://lists.sourceforge.net/lists/listinfo/powerpc-utils-devel |