1. 15 Jun, 2013 1 commit
  2. 13 Jun, 2013 1 commit
  3. 08 Jun, 2013 5 commits
  4. 07 Jun, 2013 4 commits
  5. 06 Jun, 2013 3 commits
  6. 25 May, 2013 1 commit
  7. 23 May, 2013 3 commits
  8. 22 May, 2013 2 commits
  9. 19 May, 2013 1 commit
  10. 18 May, 2013 2 commits
  11. 17 May, 2013 1 commit
  12. 16 May, 2013 1 commit
  13. 13 May, 2013 1 commit
  14. 11 May, 2013 1 commit
  15. 10 May, 2013 1 commit
    • new module to handle FreeBSD packages with pkgng · bdf6819c
      New binary package management should be the default soon in FreeBSD, and
      is already fully useable through self generated and non official binary
      repositories.
      
      - add support for pkgng
      - support specifying the repository url as a parameter
      - allow not to update cache
      
      Signed-off-by: bleader <bleader@ratonland.org>
      bleader committed
  16. 09 May, 2013 1 commit
    • Pip's name key can now accept remote package address. · 5946a25c
      Summary:
      
      Pip module would abort when name is a remote package address because
      the module was expecting a version if ``=`` is part of the name value.
      
      Furthermore, the pip module would require either name or requirement to
      be a key, although the documentation table said neither was required.
      The fact that one of them must be present is not documented in the
      documentation leads to confusion. This commit added this fact as part
      of description.
      
      In this commit, we resolve the confusion by stating either ``name``
      or ``requirement`` is needed. Next, if the user puts remote address
      as the value of the ``name`` key, we will not use mirror. Lastly,
      if the user uses the remote serivice address as the name of the
      package and the user does not supply -e option in extra_vars
      (which is the whole point of this commit), we will add -e to
       extra_vars so pip command can run with -e option.
      Yeukhon Wong committed
  17. 03 May, 2013 1 commit
  18. 28 Apr, 2013 1 commit