From b744894278599570a392734c6f88f723eb3a33d2 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Fri, 8 Jul 2011 16:01:49 +0200
Subject: [PATCH] Mark htools/README as obsolete

And point to the main INSTALL file for up-to-date information.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 htools/README | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/htools/README b/htools/README
index cb7f61185..c27bc80a4 100644
--- a/htools/README
+++ b/htools/README
@@ -1,6 +1,11 @@
 Ganeti Cluster tools (ganeti-htools)
 ====================================
 
+**Note:** This document is obsolete and mostly documents the situation
+before the htools sources were integrated into the ganeti-core
+codebase. Information about the current situation is available in the
+``INSTALL`` file in the top-level directory.
+
 These are some simple cluster tools for fixing common allocation
 problems on Ganeti 2.0 clusters.
 
@@ -101,7 +106,7 @@ Only the ``hail`` program needs to be installed in a specific place, the
 other tools are not location-dependent.
 
 For running the (admittedly small) unittest suite (via *make check*),
-the QuickCheck version 1 library is needed.
+the QuickCheck version 2 library is needed.
 
 Internal (implementation) documentation is available in the ``apidoc``
 directory.
-- 
GitLab