Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 04, 2020
  2. Nov 09, 2020
  3. Oct 13, 2020
  4. Oct 01, 2020
  5. Sep 07, 2020
  6. Sep 03, 2020
  7. Sep 02, 2020
  8. Aug 24, 2020
  9. Aug 17, 2020
  10. Aug 13, 2020
  11. Aug 11, 2020
  12. Aug 07, 2020
  13. Aug 06, 2020
  14. Aug 01, 2020
    • Stan Hu's avatar
      Use gcc v6.3 for CentOS 6 to build Rails C extensions · b8895bf2
      Stan Hu authored
      This will help unblock the upgrade to Ruby 2.7 since gRPC and
      google-protobuf need a more recent compiler.
      
      As explained in https://stackoverflow.com/a/15602073/1992201:
      
      The whole point of devtoolset is that it allows you to use a newer GCC
      and newer libstdc++ but without creating any run-time dependencies on
      the newer libstdc++ library. The compiled executables only need the
      system version of libstdc++.so that is always present on RHEL/CentOS,
      even systems without devtoolset installed. (What devtoolset does is
      package all the new libstdc++ features in a static library, called
      libstdc++_nonshared.a so that all the pieces not present in the system
      libstdc++.so get statically linked in, and everything else will come
      from the system libstdc++.so).
      b8895bf2
  15. Jul 31, 2020
  16. Jul 30, 2020
    • Patrick Steinhardt's avatar
      Upgrade Git to v2.28.0 · 4c12a9b1
      Patrick Steinhardt authored
      Gitaly is moving its default and minimum required version of Git to
      v2.28.0. So let's move our default version to match this new
      requirement.
      4c12a9b1
  17. Jul 23, 2020
  18. Jul 22, 2020
  19. Jul 17, 2020
  20. Jul 16, 2020
  21. Jul 13, 2020
  22. Jul 09, 2020
  23. Jul 08, 2020
  24. Jul 02, 2020
  25. Jun 29, 2020
  26. Jun 26, 2020
  27. Jun 24, 2020
    • Ian Baum's avatar
      Upgrade chef and it's related gems to version 15.9.17 · 5e27a55a
      Ian Baum authored and DJ Mountney's avatar DJ Mountney committed
      * Curently on 14, which was set to end of life at on April 30, 2020.
      * Adds chef-bin gem
      * Automatically accept the chef license EULA
      * Update chef libraries in Gemfile to newer versions
      * Update trigger jobs to use ruby 2.6 image
      5e27a55a
  28. Jun 22, 2020
  29. Jun 18, 2020
Loading