1. 28 Mar, 2014 1 commit
  2. 26 Mar, 2014 1 commit
  3. 25 Mar, 2014 1 commit
  4. 02 Dec, 2013 1 commit
  5. 14 Nov, 2013 1 commit
  6. 19 Oct, 2013 1 commit
  7. 15 Oct, 2013 1 commit
  8. 12 Oct, 2013 1 commit
  9. 09 Oct, 2013 1 commit
  10. 16 Jul, 2013 1 commit
  11. 15 Jun, 2013 1 commit
  12. 28 Apr, 2013 1 commit
  13. 30 Mar, 2013 1 commit
  14. 27 Feb, 2013 1 commit
    • Update various modules for check_mode · 8f0d8a85
      This updates the following modules to support check_mode:
      * apt_key
      * apt_repository
      * easy_install
      * pip - will always report changed due to the way it handles state
      * seboolean
      * selinux
      * slurp - since nothing changes, it just adds that it supports
        check_mode
      * subversion - reports changed when checking out new repo and
        when updating.
      * supervisorctl
      * svr4pkg
      
      See issue #2114.
      Stephen Fromm committed
  15. 13 Jan, 2013 1 commit
  16. 21 Nov, 2012 1 commit
  17. 09 Nov, 2012 1 commit
    • Documentation of svr4pkg module breaks 'make rpm' · 2fdb217b
      Without this fix, generating documentation results in:
      
      ```
      Traceback (most recent call last):
        File "hacking/module_formatter.py", line 376, in <module>
          main()
        File "hacking/module_formatter.py", line 365, in main
          text = template.render(doc)
        File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 669, in render
          return self.environment.handle_exception(exc_info, True)
        File "hacking/templates/man.j2", line 20, in top-level template code
          {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
        File "hacking/module_formatter.py", line 94, in man_ify
          t = _ITALIC.sub(r'\\fI' + r"\1" + r"\\fR", text)
      TypeError: expected string or buffer
      ```
      Dag Wieers committed
  18. 08 Nov, 2012 1 commit