1. 30 Sep, 2018 2 commits
  2. 07 Apr, 2018 11 commits
  3. 06 Apr, 2018 3 commits
  4. 05 Apr, 2018 1 commit
  5. 20 Feb, 2018 3 commits
  6. 11 Feb, 2018 3 commits
    • Basile Clement's avatar
      6ecc9a54
    • Basile Clement's avatar
      Various fixes for Django 1.11 · 3314670c
      Basile Clement authored
       - The {% cycle %} command was used non-quoted arguments separated by
         commas, while it is supposed to use quoted arguments separated by
         spaces (I'm actually not sure how that ever worked :)
      
       - django-bootstrap-form was at version 3.2.1 which is not compatible
         with Django 1.11 (but also required by GestioCOF). I upgraded it to
         version 3.3.
      3314670c
    • Basile Clement's avatar
      Make provisioning script stop immediately on errors · ac1a57d9
      Basile Clement authored
      By default, bash will ignore any failing commands and happily proceed to
      execute the next ones. This is usually not the behavior the we want in
      provisioning script (or ever in scripts, actually): if one step of the
      provisioning fails, it doesn't make much sense to proceed with the
      following ones.
      
      This simple patch uses `set -e` to ask bash to abort the whole script if
      any command within it fails, leading to outputs that are easier to parse
      since the commands following a failing one will usually fail also,
      hiding the root cause.
      ac1a57d9
  7. 06 Feb, 2018 1 commit
  8. 05 Feb, 2018 4 commits
  9. 22 Jan, 2018 9 commits
  10. 21 Jan, 2018 3 commits