BigW Consortium Gitlab

  1. 01 Aug, 2017 1 commit
  2. 30 May, 2017 1 commit
  3. 26 May, 2017 1 commit
    • Duplicate gitaly init variables in 'default' file · 39c6dd5b
      Jacob Vosmaer authored
      This is needed because these variables depend (directly or indirectly)
      on the 'app_root' variable which can be changed in the default file.
      If app_root has a non-standard value, the value of e.g. gitaly_dir
      generated in the init script becomes invalid.
  4. 06 Apr, 2017 1 commit
  5. 21 Mar, 2017 1 commit
  6. 08 Mar, 2017 1 commit
  7. 07 Feb, 2017 1 commit
  8. 31 Jan, 2017 6 commits
  9. 28 Apr, 2016 1 commit
  10. 09 Feb, 2016 1 commit
  11. 08 Feb, 2016 2 commits
  12. 25 Jan, 2016 1 commit
  13. 21 Jan, 2016 1 commit
  14. 24 Dec, 2015 1 commit
  15. 15 Dec, 2015 1 commit
  16. 04 Dec, 2015 1 commit
  17. 29 Oct, 2015 1 commit
  18. 31 Aug, 2015 2 commits
  19. 25 Aug, 2015 1 commit
  20. 20 Aug, 2015 1 commit
  21. 19 Aug, 2015 2 commits
  22. 19 Jun, 2015 1 commit
  23. 04 May, 2015 1 commit
  24. 04 Feb, 2015 1 commit
  25. 27 May, 2014 1 commit
  26. 16 May, 2014 1 commit
  27. 26 Mar, 2014 1 commit
  28. 25 Mar, 2014 1 commit
  29. 08 Mar, 2014 1 commit
  30. 23 Jan, 2014 1 commit
  31. 08 Jan, 2014 1 commit
  32. 26 Dec, 2013 1 commit
    • Changed sudo by su -c · 6daa97f4
      Nilton Moura authored
      The sudo command needs a tty to run. If you put this file on a CentOS 6, for example, it will not run in the host startup process. Instead, the 'su -c' runs the command apart if it has or not a tty.
      
      I tested this change in a fresh install of gitlab on a CentOS 6.5 with successful.