From 0e09861c06a0c274bcfdacceaee347f8aaa969cb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH 1/1] Removed $Id$ everywhere. 'make distclean' now cleans more files. --- Make.rules | 1 - Makefile.in | 14 ++++++++++---- README | 2 -- TODO.libvirt | 2 -- TODO.virt-top | 5 ++--- examples/Makefile.in | 2 -- examples/list_domains.ml | 1 - libvirt/Makefile.in | 2 -- libvirt/libvirt.ml | 1 - libvirt/libvirt.mli | 1 - libvirt/libvirt_c.c | 1 - libvirt/libvirt_version.ml.in | 1 - libvirt/libvirt_version.mli | 1 - mlvirsh/Makefile.in | 2 -- mlvirsh/mlvirsh.ml | 1 - mlvirtmanager/Makefile.in | 2 -- mlvirtmanager/mlvirtmanager.ml | 1 - mlvirtmanager/mlvirtmanager_connections.ml | 1 - mlvirtmanager/mlvirtmanager_connections.mli | 1 - mlvirtmanager/mlvirtmanager_domain_ops.ml | 1 - mlvirtmanager/mlvirtmanager_domain_ops.mli | 1 - mlvirtmanager/mlvirtmanager_helpers.ml | 1 - mlvirtmanager/mlvirtmanager_helpers.mli | 1 - mlvirtmanager/mlvirtmanager_mainwindow.ml | 1 - mlvirtmanager/mlvirtmanager_mainwindow.mli | 1 - virt-df/Makefile.in | 2 -- virt-df/README | 2 -- virt-df/virt_df.ml | 1 - virt-df/virt_df_ext2.ml | 1 - virt-df/virt_df_linux_swap.ml | 1 - virt-df/virt_df_lvm2.ml | 1 - virt-df/virt_df_main.ml | 1 - virt-top/Makefile.in | 2 -- virt-top/README | 2 -- virt-top/virt_top.ml | 1 - virt-top/virt_top_csv.ml | 1 - virt-top/virt_top_main.ml | 1 - virt-top/virt_top_utils.ml | 1 - virt-top/virt_top_xml.ml | 1 - 39 files changed, 12 insertions(+), 54 deletions(-) diff --git a/Make.rules b/Make.rules index 00480c3..b4ad37d 100644 --- a/Make.rules +++ b/Make.rules @@ -1,4 +1,3 @@ -# $Id: Make.rules,v 1.2 2007/08/08 08:34:42 rjones Exp $ -*- Makefile -*- # This file is included by Makefiles in subdirectories. # Common rules for building OCaml objects. diff --git a/Makefile.in b/Makefile.in index 489a5e9..ce2e803 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.7 2007/08/23 09:36:04 rjones Exp $ - PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ @@ -40,10 +38,18 @@ clean: rm -f mlvirtmanager/mlvirtmanager rm -f virt-top/virt-top -distclean: - rm -f config.h config.log config.status configure META +distclean: clean + rm -f config.h config.log config.status configure rm -rf autom4te.cache + rm -f META + rm -f libvirt/libvirt_version.ml rm -f Makefile + rm -f libvirt/Makefile + rm -f examples/Makefile + rm -f mlvirsh/Makefile + rm -f mlvirtmanager/Makefile + rm -f virt-top/Makefile + rm -f virt-df/Makefile # Developer documentation (in html/ subdirectory). diff --git a/README b/README index 800458d..1737c47 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README,v 1.11 2007/08/23 09:36:04 rjones Exp $ - ocaml-libvirt ---------------------------------------------------------------------- diff --git a/TODO.libvirt b/TODO.libvirt index 7d980fd..d87b8b8 100644 --- a/TODO.libvirt +++ b/TODO.libvirt @@ -1,3 +1 @@ -$Id: TODO.libvirt,v 1.1 2007/08/29 15:48:06 rjones Exp $ - Turn VIR_ERR_NO_DOMAIN and NO_NETWORK errors into Not_found exceptions. diff --git a/TODO.virt-top b/TODO.virt-top index 479c5ac..0379315 100644 --- a/TODO.virt-top +++ b/TODO.virt-top @@ -1,5 +1,3 @@ -$Id: TODO.virt-top,v 1.2 2007/08/30 13:52:40 rjones Exp $ - This is a list of bugs & tasks for virt-top. ---------------------------------------------------------------------- @@ -25,6 +23,7 @@ libvirt]. In top this is called "Irix/Solaris mode" :-) *** 4 [jmh] Build out the stats collected by the --csv option. + [DONE 0.3.2.9] Suggested being able to give a selection of VMs to monitor from the command line. Also, being able to monitor just particular subsystems @@ -63,7 +62,7 @@ long are runnable domains waiting in the runqueue for access to a free pCPU. I will ask upstream whether this stat is available through Xen, and if so put in place the infrastructure to monitor it. -*** 9 [jmh asked for] Configuration file or environment variable +*** 9 [jmh asked for] Configuration file or environment variable [DONE 0.3.2.8] Thinking about maybe this is something we could controly via a .virt-top-init file or an environment variable ? The same could also diff --git a/examples/Makefile.in b/examples/Makefile.in index 4692e36..fde78a6 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.1 2007/08/21 12:33:40 rjones Exp $ - OCAMLCPACKAGES := -package extlib,unix -I ../libvirt OCAMLCFLAGS := -g OCAMLCLIBS := -linkpkg diff --git a/examples/list_domains.ml b/examples/list_domains.ml index f752754..9451ab2 100644 --- a/examples/list_domains.ml +++ b/examples/list_domains.ml @@ -2,7 +2,6 @@ Usage: list_domains [URI] (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: list_domains.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ *) open Printf diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index ff90d72..ccc7eb6 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.2 2007/08/21 13:24:08 rjones Exp $ - CFLAGS := @CFLAGS@ \ -I.. \ -I$(shell ocamlc -where) \ diff --git a/libvirt/libvirt.ml b/libvirt/libvirt.ml index 14dca54..fc4b9f3 100644 --- a/libvirt/libvirt.ml +++ b/libvirt/libvirt.ml @@ -1,7 +1,6 @@ (* OCaml bindings for libvirt. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: libvirt.ml,v 1.2 2007/08/21 13:24:08 rjones Exp $ *) type uuid = string diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli index 66f94c7..8225bda 100644 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -1,7 +1,6 @@ (** OCaml bindings for libvirt. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: libvirt.mli,v 1.3 2007/08/22 10:04:07 rjones Exp $ *) type uuid = string diff --git a/libvirt/libvirt_c.c b/libvirt/libvirt_c.c index 808dd82..f896097 100644 --- a/libvirt/libvirt_c.c +++ b/libvirt/libvirt_c.c @@ -1,7 +1,6 @@ /* OCaml bindings for libvirt. * (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. * http://libvirt.org/ - * $Id: libvirt_c.c,v 1.6 2007/08/30 13:16:57 rjones Exp $ */ #include "config.h" diff --git a/libvirt/libvirt_version.ml.in b/libvirt/libvirt_version.ml.in index 8214980..9c152a9 100644 --- a/libvirt/libvirt_version.ml.in +++ b/libvirt/libvirt_version.ml.in @@ -1,5 +1,4 @@ (* Helper module containing the version of the OCaml bindings. - * $Id: libvirt_version.ml.in,v 1.2 2007/08/21 12:33:40 rjones Exp $ *) let package = "@PACKAGE_NAME@" diff --git a/libvirt/libvirt_version.mli b/libvirt/libvirt_version.mli index 847089a..25af4a1 100644 --- a/libvirt/libvirt_version.mli +++ b/libvirt/libvirt_version.mli @@ -1,7 +1,6 @@ (** OCaml bindings for libvirt. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: libvirt_version.mli,v 1.2 2007/08/21 14:36:15 rjones Exp $ *) val package : string diff --git a/mlvirsh/Makefile.in b/mlvirsh/Makefile.in index 3798962..0483253 100644 --- a/mlvirsh/Makefile.in +++ b/mlvirsh/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.2 2007/08/21 14:24:38 rjones Exp $ - INSTALL := @INSTALL@ prefix = @prefix@ diff --git a/mlvirsh/mlvirsh.ml b/mlvirsh/mlvirsh.ml index 5b63a77..9ce8b7e 100644 --- a/mlvirsh/mlvirsh.ml +++ b/mlvirsh/mlvirsh.ml @@ -1,7 +1,6 @@ (* virsh-like command line tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirsh.ml,v 1.2 2007/08/21 13:24:09 rjones Exp $ *) open ExtString diff --git a/mlvirtmanager/Makefile.in b/mlvirtmanager/Makefile.in index fe75929..d21968c 100644 --- a/mlvirtmanager/Makefile.in +++ b/mlvirtmanager/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.2 2007/08/21 14:24:38 rjones Exp $ - INSTALL := @INSTALL@ prefix = @prefix@ diff --git a/mlvirtmanager/mlvirtmanager.ml b/mlvirtmanager/mlvirtmanager.ml index 091c026..010e832 100644 --- a/mlvirtmanager/mlvirtmanager.ml +++ b/mlvirtmanager/mlvirtmanager.ml @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ *) open Printf diff --git a/mlvirtmanager/mlvirtmanager_connections.ml b/mlvirtmanager/mlvirtmanager_connections.ml index 2fda3e9..a91db62 100644 --- a/mlvirtmanager/mlvirtmanager_connections.ml +++ b/mlvirtmanager/mlvirtmanager_connections.ml @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_connections.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ *) open Printf diff --git a/mlvirtmanager/mlvirtmanager_connections.mli b/mlvirtmanager/mlvirtmanager_connections.mli index eb11be8..f05d140 100644 --- a/mlvirtmanager/mlvirtmanager_connections.mli +++ b/mlvirtmanager/mlvirtmanager_connections.mli @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_connections.mli,v 1.1 2007/08/06 10:16:53 rjones Exp $ Handle connections and the complicated GtkTreeView which displays the connections / domains. diff --git a/mlvirtmanager/mlvirtmanager_domain_ops.ml b/mlvirtmanager/mlvirtmanager_domain_ops.ml index f02cd1f..b5fa09a 100644 --- a/mlvirtmanager/mlvirtmanager_domain_ops.ml +++ b/mlvirtmanager/mlvirtmanager_domain_ops.ml @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_domain_ops.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ Domain operations buttons. *) diff --git a/mlvirtmanager/mlvirtmanager_domain_ops.mli b/mlvirtmanager/mlvirtmanager_domain_ops.mli index 9824b3a..af8902f 100644 --- a/mlvirtmanager/mlvirtmanager_domain_ops.mli +++ b/mlvirtmanager/mlvirtmanager_domain_ops.mli @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_domain_ops.mli,v 1.1 2007/08/06 10:16:53 rjones Exp $ Domain operations buttons. *) diff --git a/mlvirtmanager/mlvirtmanager_helpers.ml b/mlvirtmanager/mlvirtmanager_helpers.ml index ff30253..3605102 100644 --- a/mlvirtmanager/mlvirtmanager_helpers.ml +++ b/mlvirtmanager/mlvirtmanager_helpers.ml @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_helpers.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ *) module C = Libvirt.Connect diff --git a/mlvirtmanager/mlvirtmanager_helpers.mli b/mlvirtmanager/mlvirtmanager_helpers.mli index 2952636..4129eb7 100644 --- a/mlvirtmanager/mlvirtmanager_helpers.mli +++ b/mlvirtmanager/mlvirtmanager_helpers.mli @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_helpers.mli,v 1.1 2007/08/06 10:16:53 rjones Exp $ Helper functions. *) diff --git a/mlvirtmanager/mlvirtmanager_mainwindow.ml b/mlvirtmanager/mlvirtmanager_mainwindow.ml index 93ee34b..1a590e9 100644 --- a/mlvirtmanager/mlvirtmanager_mainwindow.ml +++ b/mlvirtmanager/mlvirtmanager_mainwindow.ml @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_mainwindow.ml,v 1.1 2007/08/06 10:16:53 rjones Exp $ *) open Printf diff --git a/mlvirtmanager/mlvirtmanager_mainwindow.mli b/mlvirtmanager/mlvirtmanager_mainwindow.mli index 2ca9928..89eebc1 100644 --- a/mlvirtmanager/mlvirtmanager_mainwindow.mli +++ b/mlvirtmanager/mlvirtmanager_mainwindow.mli @@ -1,7 +1,6 @@ (* virt-manager-like graphical management tool. (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ - $Id: mlvirtmanager_mainwindow.mli,v 1.1 2007/08/06 10:16:53 rjones Exp $ Make the main window. *) diff --git a/virt-df/Makefile.in b/virt-df/Makefile.in index ef456df..495befc 100644 --- a/virt-df/Makefile.in +++ b/virt-df/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $ - PACKAGE := @PACKAGE_NAME@ VERSION := @PACKAGE_VERSION@ diff --git a/virt-df/README b/virt-df/README index 7b53f3e..c6dfcc7 100644 --- a/virt-df/README +++ b/virt-df/README @@ -1,5 +1,3 @@ -$Id$ - virt-df is a 'df' tool for printing out the used and available disk space in all active and inactive domains. Without this tool you would need to log in to each domain individually or set up monitoring. diff --git a/virt-df/virt_df.ml b/virt-df/virt_df.ml index 4a5f0ed..f583025 100644 --- a/virt-df/virt_df.ml +++ b/virt-df/virt_df.ml @@ -1,5 +1,4 @@ (* 'df' command for virtual domains. - * $Id$ *) open Printf diff --git a/virt-df/virt_df_ext2.ml b/virt-df/virt_df_ext2.ml index f58491a..a4e6f86 100644 --- a/virt-df/virt_df_ext2.ml +++ b/virt-df/virt_df_ext2.ml @@ -1,5 +1,4 @@ (* 'df' command for virtual domains. - * $Id$ * * Support for EXT2/EXT3 filesystems. *) diff --git a/virt-df/virt_df_linux_swap.ml b/virt-df/virt_df_linux_swap.ml index a1f759a..7fbad7f 100644 --- a/virt-df/virt_df_linux_swap.ml +++ b/virt-df/virt_df_linux_swap.ml @@ -1,5 +1,4 @@ (* 'df' command for virtual domains. - * $Id$ * * Support for Linux swap partitions. *) diff --git a/virt-df/virt_df_lvm2.ml b/virt-df/virt_df_lvm2.ml index a1f77e3..5544681 100644 --- a/virt-df/virt_df_lvm2.ml +++ b/virt-df/virt_df_lvm2.ml @@ -1,5 +1,4 @@ (* 'df' command for virtual domains. - * $Id$ * * Support for LVM2 PVs. *) diff --git a/virt-df/virt_df_main.ml b/virt-df/virt_df_main.ml index 2f9f1bf..0cbc182 100644 --- a/virt-df/virt_df_main.ml +++ b/virt-df/virt_df_main.ml @@ -1,5 +1,4 @@ (* 'df' command for virtual domains. - * $Id$ *) let () = Virt_df.main () diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index 1e5d48f..354ab17 100644 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -1,5 +1,3 @@ -# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $ - PACKAGE := @PACKAGE_NAME@ VERSION := @PACKAGE_VERSION@ diff --git a/virt-top/README b/virt-top/README index ebebbfa..86dfd02 100644 --- a/virt-top/README +++ b/virt-top/README @@ -1,5 +1,3 @@ -$Id: README,v 1.1 2007/08/30 13:52:40 rjones Exp $ - The code is structured into these files: virt_top_utils.ml diff --git a/virt-top/virt_top.ml b/virt-top/virt_top.ml index cd1ce64..0638a65 100644 --- a/virt-top/virt_top.ml +++ b/virt-top/virt_top.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top.ml,v 1.5 2007/08/30 13:52:40 rjones Exp $ *) open Printf diff --git a/virt-top/virt_top_csv.ml b/virt-top/virt_top_csv.ml index a909158..ee6eb22 100644 --- a/virt-top/virt_top_csv.ml +++ b/virt-top/virt_top_csv.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top_csv.ml,v 1.1 2007/08/23 11:09:19 rjones Exp $ * * This file contains all code which requires CSV support. *) diff --git a/virt-top/virt_top_main.ml b/virt-top/virt_top_main.ml index 32f5b5b..a36bf06 100644 --- a/virt-top/virt_top_main.ml +++ b/virt-top/virt_top_main.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top_main.ml,v 1.2 2007/08/30 13:16:57 rjones Exp $ * * Just contains the main function. *) diff --git a/virt-top/virt_top_utils.ml b/virt-top/virt_top_utils.ml index 3a0c4ba..207ba4f 100644 --- a/virt-top/virt_top_utils.ml +++ b/virt-top/virt_top_utils.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top.ml,v 1.5 2007/08/30 13:52:40 rjones Exp $ *) let (//) = Filename.concat diff --git a/virt-top/virt_top_xml.ml b/virt-top/virt_top_xml.ml index 7d24b3f..9ab4c7f 100644 --- a/virt-top/virt_top_xml.ml +++ b/virt-top/virt_top_xml.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top_xml.ml,v 1.1 2007/08/23 09:36:04 rjones Exp $ * * This file contains all code which requires xml-light. *) -- 1.8.3.1