Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. May 06, 2023
  3. Mar 07, 2023
  4. Feb 18, 2023
  5. Feb 13, 2023
  6. Nov 02, 2022
  7. Oct 24, 2022
  8. Oct 03, 2022
  9. Sep 11, 2022
  10. Aug 29, 2022
  11. Aug 23, 2022
  12. Jul 23, 2022
    • nl6720's avatar
      Use C.UTF-8 as the default locale · e74066e3
      nl6720 authored
      The glibc 2.35-6 package ships with the C.UTF-8 locale included which
      means there is now a usable UTF-8 locale available by default.
      
      en_US.UTF-8 will still be generated because PostgreSQL clusters are
      created with that locale. Migrating the clusters to C.UTF-8 is
      possible, but that requires dumping and recreating them.
      Unverified
      e74066e3
  13. Jun 08, 2022
  14. Jun 04, 2022
    • Evangelos Foutras's avatar
      common: pacman.conf: remove nonexistent cache dirs · efdad1a3
      Evangelos Foutras authored
      Other than avoiding the conditional logic there's no reason to specify
      /srv/ftp/pool/{packages,community} as additional cache directories for
      all servers.
      
      Restoring the default CacheDir value on machines without a local mirror
      allows us to use pacdiff to perform a three-way merge of the few config
      files which are easier to rebase this way.
      Verified
      efdad1a3
  15. May 09, 2022
  16. Mar 19, 2022
    • Evangelos Foutras's avatar
      common: use tier0 mirror on build servers + gemini · b3256827
      Evangelos Foutras authored
      There is a need for build servers to never build against outdated repo
      databases, even with syncrepo providing a local mirror that is updated
      every minute. To that effect, we adjust mirrorlist on build servers so
      the first mirror is the tier0 mirror provided by gemini.
      
      Keep the syncrepo role on build servers in order to have a local cache
      of packages and avoid concurrent build jobs downloading the same files
      causing them to be corrupted.
      
      Finally, configure gemini to use its own repos (like other mirrors do).
      Verified
      b3256827
  17. Mar 12, 2022
  18. Jan 21, 2022
  19. Jan 04, 2022
  20. Oct 04, 2021
  21. Oct 02, 2021
  22. Sep 27, 2021
    • Jan Alexander Steffens (heftig)'s avatar
      roles/common: Install generic OOM configuration · 698a28c6
      Jan Alexander Steffens (heftig) authored and Kristian Klausen's avatar Kristian Klausen committed
      - Allow killing of any cgroup if swap is about to run out. When swap is
        at least 90% full, oomd will kill a cgroup, tending to kill the cgroup
        with the highest swap usage.
      - Allow killing cgroups of logged in users under severe memory pressure.
        When a cgroup is stalled waiting for memory at least 60% of the time,
        for at least 30 seconds, oomd will attempt to kill it or one of its
        descendant cgroups.
      698a28c6
  23. Aug 22, 2021
  24. Aug 17, 2021
  25. Jul 30, 2021
  26. Jul 28, 2021
  27. Jul 15, 2021
  28. Jul 13, 2021
  29. Jul 12, 2021
  30. Jun 06, 2021
  31. Jun 02, 2021
  32. May 01, 2021
  33. Feb 14, 2021
Loading