Removed $Id$ everywhere.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 17 Oct 2007 15:19:44 +0000 (16:19 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 17 Oct 2007 15:19:44 +0000 (16:19 +0100)
'make distclean' now cleans more files.

39 files changed:
Make.rules
Makefile.in
README
TODO.libvirt
TODO.virt-top
examples/Makefile.in
examples/list_domains.ml
libvirt/Makefile.in
libvirt/libvirt.ml
libvirt/libvirt.mli
libvirt/libvirt_c.c
libvirt/libvirt_version.ml.in
libvirt/libvirt_version.mli
mlvirsh/Makefile.in
mlvirsh/mlvirsh.ml
mlvirtmanager/Makefile.in
mlvirtmanager/mlvirtmanager.ml
mlvirtmanager/mlvirtmanager_connections.ml
mlvirtmanager/mlvirtmanager_connections.mli
mlvirtmanager/mlvirtmanager_domain_ops.ml
mlvirtmanager/mlvirtmanager_domain_ops.mli
mlvirtmanager/mlvirtmanager_helpers.ml
mlvirtmanager/mlvirtmanager_helpers.mli
mlvirtmanager/mlvirtmanager_mainwindow.ml
mlvirtmanager/mlvirtmanager_mainwindow.mli
virt-df/Makefile.in
virt-df/README
virt-df/virt_df.ml
virt-df/virt_df_ext2.ml
virt-df/virt_df_linux_swap.ml
virt-df/virt_df_lvm2.ml
virt-df/virt_df_main.ml
virt-top/Makefile.in
virt-top/README
virt-top/virt_top.ml
virt-top/virt_top_csv.ml
virt-top/virt_top_main.ml
virt-top/virt_top_utils.ml
virt-top/virt_top_xml.ml

index 00480c3..b4ad37d 100644 (file)
@@ -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.
 # This file is included by Makefiles in subdirectories.
 
 # Common rules for building OCaml objects.
index 489a5e9..ce2e803 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.7 2007/08/23 09:36:04 rjones Exp $
-
 PACKAGE                = @PACKAGE_NAME@
 VERSION                = @PACKAGE_VERSION@
 
 PACKAGE                = @PACKAGE_NAME@
 VERSION                = @PACKAGE_VERSION@
 
@@ -40,10 +38,18 @@ clean:
        rm -f mlvirtmanager/mlvirtmanager
        rm -f virt-top/virt-top
 
        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 -rf autom4te.cache
+       rm -f META
+       rm -f libvirt/libvirt_version.ml
        rm -f Makefile
        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).
 
 
 # Developer documentation (in html/ subdirectory).
 
diff --git a/README b/README
index 800458d..1737c47 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-$Id: README,v 1.11 2007/08/23 09:36:04 rjones Exp $
-
 ocaml-libvirt
 ----------------------------------------------------------------------
 
 ocaml-libvirt
 ----------------------------------------------------------------------
 
index 7d980fd..d87b8b8 100644 (file)
@@ -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.
 Turn VIR_ERR_NO_DOMAIN and NO_NETWORK errors into Not_found exceptions.
index 479c5ac..0379315 100644 (file)
@@ -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.
 ----------------------------------------------------------------------
 
 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 <filename.csv> option.
 In top this is called "Irix/Solaris mode" :-)
 
 *** 4 [jmh] Build out the stats collected by the --csv <filename.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
 
 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.
 
 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
 
 Thinking about maybe this is something we could controly via a
 .virt-top-init file or an environment variable ?  The same could also
index 4692e36..fde78a6 100644 (file)
@@ -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
 OCAMLCPACKAGES := -package extlib,unix -I ../libvirt
 OCAMLCFLAGS    := -g
 OCAMLCLIBS     := -linkpkg
index f752754..9451ab2 100644 (file)
@@ -2,7 +2,6 @@
    Usage: list_domains [URI]
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
    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
  *)
 
 open Printf
index ff90d72..ccc7eb6 100644 (file)
@@ -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) \
 CFLAGS         := @CFLAGS@ \
                   -I.. \
                   -I$(shell ocamlc -where) \
index 14dca54..fc4b9f3 100644 (file)
@@ -1,7 +1,6 @@
 (* OCaml bindings for libvirt.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 type uuid = string
index 66f94c7..8225bda 100644 (file)
@@ -1,7 +1,6 @@
 (** OCaml bindings for libvirt.
     (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
     http://libvirt.org/
 (** 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
 *)
 
 type uuid = string
index 808dd82..f896097 100644 (file)
@@ -1,7 +1,6 @@
 /* OCaml bindings for libvirt.
  * (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
  * http://libvirt.org/
 /* 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"
  */
 
 #include "config.h"
index 8214980..9c152a9 100644 (file)
@@ -1,5 +1,4 @@
 (* Helper module containing the version of the OCaml bindings.
 (* 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@"
  *)
 
 let package = "@PACKAGE_NAME@"
index 847089a..25af4a1 100644 (file)
@@ -1,7 +1,6 @@
 (** OCaml bindings for libvirt.
     (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
     http://libvirt.org/
 (** 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
 *)
 
 val package : string
index 3798962..0483253 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.2 2007/08/21 14:24:38 rjones Exp $
-
 INSTALL                := @INSTALL@
 
 prefix         = @prefix@
 INSTALL                := @INSTALL@
 
 prefix         = @prefix@
index 5b63a77..9ce8b7e 100644 (file)
@@ -1,7 +1,6 @@
 (* virsh-like command line tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 open ExtString
index fe75929..d21968c 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.2 2007/08/21 14:24:38 rjones Exp $
-
 INSTALL                := @INSTALL@
 
 prefix         = @prefix@
 INSTALL                := @INSTALL@
 
 prefix         = @prefix@
index 091c026..010e832 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 open Printf
index 2fda3e9..a91db62 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 open Printf
index eb11be8..f05d140 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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.
 
    Handle connections and the complicated GtkTreeView which
    displays the connections / domains.
index f02cd1f..b5fa09a 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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.
 *)
 
    Domain operations buttons.
 *)
index 9824b3a..af8902f 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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.
 *)
 
    Domain operations buttons.
 *)
index ff30253..3605102 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 module C = Libvirt.Connect
index 2952636..4129eb7 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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.
 *)
 
    Helper functions.
 *)
index 93ee34b..1a590e9 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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
 *)
 
 open Printf
index 2ca9928..89eebc1 100644 (file)
@@ -1,7 +1,6 @@
 (* virt-manager-like graphical management tool.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 (* 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.
 *)
 
    Make the main window.
 *)
index ef456df..495befc 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $
-
 PACKAGE                := @PACKAGE_NAME@
 VERSION                := @PACKAGE_VERSION@
 
 PACKAGE                := @PACKAGE_NAME@
 VERSION                := @PACKAGE_VERSION@
 
index 7b53f3e..c6dfcc7 100644 (file)
@@ -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.
 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.
index 4a5f0ed..f583025 100644 (file)
@@ -1,5 +1,4 @@
 (* 'df' command for virtual domains.
 (* 'df' command for virtual domains.
- * $Id$
  *)
 
 open Printf
  *)
 
 open Printf
index f58491a..a4e6f86 100644 (file)
@@ -1,5 +1,4 @@
 (* 'df' command for virtual domains.
 (* 'df' command for virtual domains.
- * $Id$
  *
  * Support for EXT2/EXT3 filesystems.
  *)
  *
  * Support for EXT2/EXT3 filesystems.
  *)
index a1f759a..7fbad7f 100644 (file)
@@ -1,5 +1,4 @@
 (* 'df' command for virtual domains.
 (* 'df' command for virtual domains.
- * $Id$
  *
  * Support for Linux swap partitions.
  *)
  *
  * Support for Linux swap partitions.
  *)
index a1f77e3..5544681 100644 (file)
@@ -1,5 +1,4 @@
 (* 'df' command for virtual domains.
 (* 'df' command for virtual domains.
- * $Id$
  *
  * Support for LVM2 PVs.
  *)
  *
  * Support for LVM2 PVs.
  *)
index 2f9f1bf..0cbc182 100644 (file)
@@ -1,5 +1,4 @@
 (* 'df' command for virtual domains.
 (* 'df' command for virtual domains.
- * $Id$
  *)
 
 let () = Virt_df.main ()
  *)
 
 let () = Virt_df.main ()
index 1e5d48f..354ab17 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $
-
 PACKAGE                := @PACKAGE_NAME@
 VERSION                := @PACKAGE_VERSION@
 
 PACKAGE                := @PACKAGE_NAME@
 VERSION                := @PACKAGE_VERSION@
 
index ebebbfa..86dfd02 100644 (file)
@@ -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
 The code is structured into these files:
 
   virt_top_utils.ml
index cd1ce64..0638a65 100644 (file)
@@ -1,5 +1,4 @@
 (* 'top'-like tool for libvirt domains.
 (* 'top'-like tool for libvirt domains.
- * $Id: virt_top.ml,v 1.5 2007/08/30 13:52:40 rjones Exp $
  *)
 
 open Printf
  *)
 
 open Printf
index a909158..ee6eb22 100644 (file)
@@ -1,5 +1,4 @@
 (* 'top'-like tool for libvirt domains.
 (* '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.
  *)
  *
  * This file contains all code which requires CSV support.
  *)
index 32f5b5b..a36bf06 100644 (file)
@@ -1,5 +1,4 @@
 (* 'top'-like tool for libvirt domains.
 (* '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.
  *)
  *
  * Just contains the main function.
  *)
index 3a0c4ba..207ba4f 100644 (file)
@@ -1,5 +1,4 @@
 (* 'top'-like tool for libvirt domains.
 (* 'top'-like tool for libvirt domains.
- * $Id: virt_top.ml,v 1.5 2007/08/30 13:52:40 rjones Exp $
  *)
 
 let (//) = Filename.concat
  *)
 
 let (//) = Filename.concat
index 7d24b3f..9ab4c7f 100644 (file)
@@ -1,5 +1,4 @@
 (* 'top'-like tool for libvirt domains.
 (* '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.
  *)
  *
  * This file contains all code which requires xml-light.
  *)