1. 26 Dec, 2013 2 commits
  2. 02 Dec, 2013 2 commits
  3. 28 Nov, 2013 2 commits
  4. 18 Nov, 2013 1 commit
  5. 11 Oct, 2013 1 commit
  6. 10 Sep, 2013 2 commits
  7. 25 Aug, 2013 1 commit
  8. 24 Aug, 2013 1 commit
  9. 17 Aug, 2013 1 commit
    • Allow to use '*test*' in enablerepo for yum action · 47265444
      Yum commandline permit to use a wildcard to enable and disable
      repositories in the --enablerepo switch, permitting to enable
      a complete set of repository at once ( like all rpmfusion, all
      update-testing, etc ).
      
      However, this doesn't work in yum due to more stringent checks
      that verify that a exact match is given for the name of the
      repository , see commit 5c26805e.
      
      This commit enhance the check by permitting to test more than
      1 repository at a time, thus permitting to use wildcards.
      Michael Scherer committed
  10. 15 Jul, 2013 1 commit
  11. 13 Jul, 2013 2 commits
  12. 04 Jul, 2013 1 commit
  13. 19 Jun, 2013 1 commit
  14. 15 Jun, 2013 2 commits
  15. 28 Apr, 2013 1 commit
  16. 23 Apr, 2013 1 commit
  17. 08 Apr, 2013 1 commit
  18. 17 Feb, 2013 1 commit
  19. 01 Feb, 2013 2 commits
  20. 31 Jan, 2013 1 commit
  21. 22 Jan, 2013 2 commits
  22. 13 Jan, 2013 1 commit
  23. 12 Dec, 2012 1 commit
  24. 22 Nov, 2012 1 commit
  25. 21 Nov, 2012 1 commit
  26. 19 Nov, 2012 1 commit
  27. 08 Nov, 2012 1 commit
    • Make module output more consistent wrt. changed/failed · fe0c70fe
      - Make sure exit_json() always returns a changed= value
      - Modify the yum module to not return failed=False
      - Modify install() and latest() similar to remove() in yum module
      - Changed exit_json(failed=True, **res) into a fail_json(**res)
      - Make sure yum rc= value reflects loop (similar to how we fixed remove())
      Dag Wieers committed
  28. 30 Oct, 2012 1 commit
  29. 29 Oct, 2012 1 commit
  30. 24 Oct, 2012 3 commits