Skip to content
Snippets Groups Projects
  1. Dec 23, 2024
  2. Sep 28, 2024
  3. May 19, 2024
  4. Aug 21, 2023
  5. May 22, 2023
  6. May 06, 2023
  7. Mar 07, 2023
  8. Feb 18, 2023
  9. Feb 13, 2023
  10. Nov 02, 2022
  11. Oct 24, 2022
  12. Oct 03, 2022
  13. Sep 11, 2022
  14. Aug 29, 2022
  15. Aug 23, 2022
  16. 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
  17. Jun 08, 2022
  18. 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
  19. May 09, 2022
  20. 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
  21. Mar 12, 2022
  22. Jan 21, 2022
  23. Jan 04, 2022
  24. Oct 04, 2021
  25. Oct 02, 2021
  26. 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
  27. Aug 22, 2021
  28. Aug 17, 2021
  29. Jul 30, 2021
  30. Jul 28, 2021
  31. Jul 15, 2021
  32. Jul 13, 2021
  33. Jul 12, 2021
Loading