Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 4bc33d60

History | View | Annotate | Download (215 Bytes)

# Date Author Comment
ae16cf83 12/01/2010 03:00 pm Iustin Pop

Add the man html files to gitignore

Signed-off-by: Iustin Pop <>
Reviewed-by: Balazs Lecz <>

49148d15 10/25/2010 06:39 pm Iustin Pop

Move from hand-written man pages to RST/pandoc

This simplifies the maintenance of the man pages, and unifies the rst-to-*
converter to pandoc.

266aea94 07/05/2009 03:21 pm Iustin Pop

Remove hn1 and related code

hn1 was deprecated for a while and this patch removes it altogether. The
support code in Cluster.hs is also removed.

e10be8f2 06/01/2009 02:59 pm Iustin Pop

Initial add of the hspace tool

This is a tool that checks how many instances (of same size, specified
by command line arguments) can be added to a cluster while remaining N+1
compliant.

9b1e1cc9 06/01/2009 01:25 pm Iustin Pop

Ensure consistent naming of the tools

This patch makes sure that all references to the name of the software is
ganeti-htools, not simply htools.

15f4c8ca 06/01/2009 12:14 pm Iustin Pop

Add test infrastructure and initial tests

This patch adds a QuickCheck-based test infrastructure and initial tests
based on it. The PeerMap module has a 100% coverage ☺

Side-note: one has to read the source of QuickCheck to see how to use it
(especially the Batch submodule), the docs are not enough…

c6702e5e 05/25/2009 10:04 pm Iustin Pop

Add man page and .gitignore entry for hail

017382b7 04/20/2009 01:00 pm Iustin Pop

Add a gitignore file