- Feb 27, 2009
-
-
Iustin Pop authored
This patch changes the RAPI document, and the RAPI resources autogenerated-documentation to restructured text. This meant changing the autogen tool. The new fragment can be included via RST directives, and doesn't need passing through replace-sed-vars. This was also the last sgml document in doc/, so we remove old makefile rules about it. Reviewed-by: imsnah
-
- Feb 26, 2009
-
-
Iustin Pop authored
This is a not-complete bash completion file for ganeti commands (gnt-*) and the burnin tool. It is based on previous work by Minghua Ye <yeminghua@google.com> for Ganeti 1.1, which wasn't used because the lack of ssconf keys (which allow easy inspection by the shell of the existing nodes and instances) made it too slow. The file works as expected, however I realized that our custom (like comma-separated, or a=b:c,e:f) options are not very nice for auto-completion. There are a few FIXMEs in the source for that. The file is not installed at make install time, but it should be put in the correct place by packages. Reviewed-by: imsnah
-
- Feb 20, 2009
-
-
Iustin Pop authored
This would help in generating online-viewable docs, which could link to the man pages. Reviewed-by: imsnah
-
- Jan 21, 2009
-
-
Iustin Pop authored
This was forgotten in the recent “switch to explicit ignore rules”. Reviewed-by: imsnah
-
- Jan 20, 2009
-
-
Michael Hanselmann authored
This way newly added files will be not be excluded by default. Fixes also a small whitespace error in utils.py. Reviewed-by: iustinp
-
Iustin Pop authored
As per Michael's comment, gitignore should not ignore a couple of real files from the autotools/ directory. Reviewed-by: ultrotter
-
- Nov 16, 2008
-
-
Iustin Pop authored
This adds a simple diagram for the cluster architecture and also adds a dependency on graphviz (both doc and in configure). Reviewed-by: imsnah
-
- Jul 15, 2008
-
-
Iustin Pop authored
The patch adds the apidoc target and the epydoc config file for it. Note that this is for epydoc 3.0 and that it will put the docs into ./doc/api/. The patch also adds a new .gitignore rule for the auto-generated rapi fragment. Reviewed-by: imsnah
-
- Jul 01, 2008
-
-
Iustin Pop authored
Reviwed-by: imsnah
-
- Jun 24, 2008
-
-
Iustin Pop authored
This makes it easier to setup new git repositories, and makes it more likely all people have the same ignore rules. Reviewed-by: imsnah
-