Skip to content
Snippets Groups Projects
  1. Sep 28, 2024
  2. May 22, 2023
  3. May 06, 2023
  4. Sep 11, 2022
  5. 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.
      e74066e3
  6. 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.
      efdad1a3
  7. 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).
      b3256827
  8. Mar 12, 2022
  9. Aug 17, 2021
  10. Jul 30, 2021
  11. Jul 28, 2021
  12. Jul 15, 2021
  13. Jul 13, 2021
  14. Jun 06, 2021
  15. Jun 02, 2021
  16. Feb 14, 2021
  17. Dec 22, 2020
  18. Dec 12, 2020
    • Frederik Schwan's avatar
      fix network of runner1.archlinux.org · 018df250
      Frederik Schwan authored
      Do not use asterisk on network devices to prevent IP address collisions
      on networks. Also use the right network mask for the assigned network.
      For runner1 we need to ignore RAs since those routes don't work.
      018df250
  19. Dec 11, 2020
  20. Jun 17, 2020
  21. Aug 15, 2019
  22. Feb 28, 2019
    • Florian Pritz's avatar
      common: Add syslog-ng and logrotate · 39071e7a
      Florian Pritz authored
      
      journal logs are nice and all, but they are comparatively large and
      (mostly) uncompressed. This way we at can at least maintain logs for a
      reasonable time frame to investigate issues even if the journal decided
      that it has to clean up "old" logs.
      
      The logrotate config uses an archive directory to rotate logs to for
      stricter permissions on old logs to increase data protection (EU GDPR).
      
      Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
      39071e7a
  23. Feb 14, 2019
    • Sven-Hendrik Haase's avatar
      Modernize install_arch role · bf434f10
      Sven-Hendrik Haase authored
      - Allow for single and multi disk installs
      - Use modern parted module to cut down on manual code
      - Allow for specifying concrete drives to use for the system
      - Change use from unarchive module which is deprecated to get_url + manual tar
      - Allow for DHCP when setting up networking
      - When using btrfs, automatically compress with lzo (I'd use zstd but grub can't boot off of zstd yet)
      - Use playbook_dir as a relativ search path start to find the pubkeys which is more reliable than just relative path
      - Clean pacman cache after base system installation
      bf434f10
  24. Jan 13, 2019
  25. Dec 25, 2018
  26. Nov 20, 2018
  27. Jul 28, 2018
  28. Jul 02, 2018
  29. Jun 25, 2018
  30. May 29, 2018
  31. Mar 21, 2018
  32. Nov 05, 2017
  33. Oct 23, 2017
  34. Oct 20, 2017
  35. Sep 12, 2017
Loading