Skip to content
Snippets Groups Projects
  1. May 24, 2023
  2. May 23, 2023
  3. May 22, 2023
  4. May 20, 2023
  5. May 06, 2023
  6. Feb 27, 2023
  7. Jan 13, 2023
  8. Jan 08, 2023
  9. Nov 12, 2022
  10. Nov 03, 2022
  11. Oct 14, 2022
  12. Sep 28, 2022
    • Kristian Klausen's avatar
      Kill the mailman2 server and put the mailman3 server in its place · 893a95f3
      Kristian Klausen authored
      With the final lists migrated to mailman3[1], the mailman2 server can
      finally be killed.
      
      When the mailman3 server was initially setup[2], it was done on a
      separate server because the mailman and mailman3 packages conflicted,
      and the traffic was routed over wireguard (HTTP, LMTP and SMTP).
      
      Instead of installing mailman3 on the original lists.al.org server and
      transferring the data, it was easier just to install the missing pieces
      (basically Postfix and adjusting the Nginx configuration) on the ml3
      server and move the IPs (to keep the IP mail reputation).
      
      So basically the following was done:
      - The IPs for the original lists.al.org was moved to the mailman3.al.org
        server
      - The mailman2 datadir was transferred to mailman3.al.org server, so we
        can keep the pipermail links alive, and import missing mails if needed
      - The original lists.al.org server was decommissioned
      - The mailman3.al.org server was renamed to lists.al.org
      - The missing pieces was added to the mailman3 role (basically Postfix +
        Nginx adjustments)
      - The mailman role was deleted and the mailman3 role renamed to mailman
      
      [1] 75ac7d09 ("mailman: Fourth and final batch of mailman3 migrated lists")
      [2] 9294828f ("Setup mailman3 server")
      
      Fix #59
      Verified
      893a95f3
    • Evangelos Foutras's avatar
      Combine sync{archive,debug,riscv} into mirrorsync · 43eb814b
      Evangelos Foutras authored
      These roles are very similar and can be merged into a single new role.
      
      Note: The archive mirror is changed from a 4-hour sync to minutely for
      conformity with the other two mirrors. In practice this doesn't matter
      as it was already taking over 4 hours to finish and was starting again
      right after its previous run.
      Verified
      43eb814b
  13. Sep 20, 2022
  14. Sep 16, 2022
  15. Sep 01, 2022
  16. Aug 23, 2022
  17. Jul 29, 2022
  18. 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
  19. Jul 10, 2022
  20. Jun 08, 2022
  21. May 14, 2022
  22. May 09, 2022
  23. May 07, 2022
  24. Apr 26, 2022
  25. Apr 15, 2022
    • Kristian Klausen's avatar
      Avoid single point-of-failure for our GeoIP domain · aa359082
      Kristian Klausen authored
      We don't want mirror.pkgbuild.com's DNS server to be a
      single-point-of-failure, so this commit adds multiple authoritative DNS
      servers for the zone. The extra DNS servers are run on the geomirror
      servers.
      
      The _acme-challenge zone, used for obtaining certificates, is run solely
      on mirror.pkgbuild.com's DNS server, to avoid syncing DNS records
      between the servers (KISS).
      Verified
      aa359082
  26. Apr 13, 2022
    • Evangelos Foutras's avatar
      Enable certbot_dns_support for geo mirrors only · 64ec52ca
      Evangelos Foutras authored
      mirror.pkgbuild.com doesn't need it.
      Verified
      64ec52ca
    • Kristian Klausen's avatar
      Add GeoIP domain for our sponsored mirros · 9f65f99c
      Kristian Klausen authored
      We had a GeoIP mirror in the past based on nginx and its GeoIP module,
      but it didn't perform very well, due to the high latency (asking a
      central server for the package and then redirected to the closest
      mirror).
      
      One of the reasons for offering this service, is so we can relieve
      mirror.pkgbuild.com which is burning a ton of traffic (50TB/month),
      likely due to it being the default mirror in our Docker image. Another
      reason is so we can offer a link to our arch-boxes images in libosinfo
      (used by gnome-boxes, virt-install and virt-manager), with good enough
      performance for most users.
      
      This time we take a different approach and use a DNS based solution,
      which means the latency penalty is only paid once (the first DNS
      request). The downside is that the mirrors must have a valid certificate
      for the same domain name, which makes using third-party mirrors a
      challenge. So for now, we are just using the sponsored mirorrs
      controlled by the DevOps team.
      
      Fix #101
      Verified
      9f65f99c
  27. Apr 11, 2022
  28. Mar 27, 2022
  29. Mar 05, 2022
    • Evangelos Foutras's avatar
      tasks/upgrade-servers: tweak pacman upgrade logic · 7d5fd109
      Evangelos Foutras authored
      Avoid updating the cache in the same task w/ the upgrade as the former
      causes the combined task to always return changed=True. For up-to-date
      hosts, stop early instead of following through to the end and skipping
      the final reboot task.
      
      Before Ansible 5.4.0, combined cache update + package upgrade would not
      always return changed=True but instead depended on whether the were any
      packages to upgrade.
      Verified
      7d5fd109
  30. Mar 04, 2022
Loading