1. 03 Feb, 2022 1 commit
  2. 01 Feb, 2022 5 commits
  3. 14 Jan, 2022 3 commits
  4. 17 Dec, 2021 3 commits
  5. 08 Jun, 2021 1 commit
  6. 07 Jun, 2021 2 commits
  7. 29 Jan, 2021 1 commit
  8. 08 Jan, 2021 2 commits
  9. 10 Apr, 2020 1 commit
  10. 24 Jan, 2020 2 commits
  11. 29 Jan, 2018 1 commit
  12. 25 Jan, 2018 1 commit
  13. 22 Jan, 2018 4 commits
  14. 11 Dec, 2017 2 commits
  15. 18 Oct, 2017 1 commit
  16. 16 Oct, 2017 1 commit
  17. 13 Oct, 2017 2 commits
  18. 03 Jul, 2017 1 commit
  19. 21 Jun, 2017 1 commit
    • Julien Muchembled's avatar
      jinja2: read template at install/update and fix 'mode' option · 6219b5dc
      Julien Muchembled authored
      __init__ should only check options. By doing the actual work in install/update,
      it is now possible to use a template that is produced by another part.
      
      'mode' was implemented like 'umask' but it has never been used this way,
      and the 'umask' option is deprecated:
      - remove support for unused 'umask' option
      - change 'mode' to actually apply the wanted mode, regardless the current umask
      - the default mode changes: if 'mode' is not given, the resulting file is only
        executable (actually 0777 & ~umask) if the content starts with '#!',
        else its mode is: 0666 & ~umask
      6219b5dc
  20. 23 May, 2017 2 commits
  21. 14 Mar, 2017 2 commits
  22. 18 Jan, 2017 1 commit