Skip to content
Snippets Groups Projects
  1. Dec 19, 2012
  2. Dec 14, 2012
  3. Dec 12, 2012
  4. Dec 06, 2012
  5. Dec 05, 2012
  6. Dec 04, 2012
  7. Dec 03, 2012
  8. Nov 21, 2012
  9. Nov 20, 2012
  10. Nov 16, 2012
  11. Nov 15, 2012
  12. Nov 14, 2012
  13. Nov 13, 2012
  14. Nov 01, 2012
  15. Oct 29, 2012
  16. Oct 26, 2012
  17. Oct 18, 2012
    • Iustin Pop's avatar
      Convert man page highlighting to standard RST · 29fbe62e
      Iustin Pop authored
      
      Instead of using the sphinx-specific highlight extension, which is not
      parsed by Pandoc, let's switch to the standard RST directive, which
      will be picked up and will result in slightly nicer man pages when
      converted to HTML (in man output it remains the same).
      
      Note that I've converted only some of the examples (the one that
      actually had shell scripts); the ones that show command lines
      (e.g. starting with '#') I didn't convert, as they don't look nice
      (and Pandoc/Kate highlighting doesn't have the equivalent of our
      shell-example lexer we use in sphinx).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
      29fbe62e
  18. Oct 17, 2012
  19. Oct 11, 2012
  20. Oct 08, 2012
    • Iustin Pop's avatar
      Merge ganeti-master-cleaner back into ganeti-cleaner · 46118ed2
      Iustin Pop authored
      
      As I wrote during/after the review on commit 2958c56e, “ganeti-cleaner:
      Separate queue cleaning code”, while I appreciated the permission
      separation, I didn't like too much the file-based approach:
      
      - it is a very simple script, and lots of the code is duplicated
        between the two; I wouldn't like to see "ganeti-vmcapable-cleaner",
        "ganeti-master-candidate-cleaner", etc. in the future
      - ganeti-master-cleaner "pollutes" the namespace, creating
        tab-completion conflicts with ganeti-masterd
      
      This patch simply merges the master-cleaner back into cleaner, while
      keeping the separate user permissions scheme, separate log files, etc.
      
      Additionally, it fixes two bugs in the unit-test (not run with set -u
      and wrong path in the master-cleaner log files test; yay for even
      worse safety than Python?).
      
      And finally, since we have now support for --help-completion, it adds
      bash completion support for this script :) (needs to be applied on top
      of my argument support patch series).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      46118ed2
    • Iustin Pop's avatar
      Improve the confd man page · 416eba57
      Iustin Pop authored
      
      This was a very very thin man page; this patch expands it a bit, but
      it could use more help still.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      416eba57
  21. Oct 05, 2012
  22. Sep 28, 2012
  23. Sep 27, 2012
  24. Sep 14, 2012
  25. Sep 11, 2012
  26. Jul 25, 2012
Loading