Skip to content
Snippets Groups Projects
  1. Aug 11, 2022
  2. Jul 18, 2022
  3. Jul 10, 2022
  4. Jul 03, 2022
  5. May 29, 2022
  6. May 16, 2022
  7. May 14, 2022
  8. May 12, 2022
  9. May 07, 2022
  10. Apr 29, 2022
  11. Apr 23, 2022
  12. Apr 19, 2022
  13. 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
  14. Apr 13, 2022
    • 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
  15. Apr 11, 2022
  16. Mar 14, 2022
  17. Mar 13, 2022
    • Evangelos Foutras's avatar
      tf-stage1: standardize on TTL 3600 for DNS records · 2d1e9b57
      Evangelos Foutras authored
      Almost all of our DNS records have a TTL of 86400 (24 hours) with a few
      using a TTL of 600 (some MX and TXT records). The former is too long to
      be flexible when a need for fast change(s) arises, and the latter don't
      benefit from the low TTL. Standardize on a TTL of 3600 (1 hour) for all
      our records.
      Verified
      2d1e9b57
  18. Mar 05, 2022
  19. Feb 26, 2022
  20. Feb 23, 2022
  21. Feb 06, 2022
  22. Feb 04, 2022
  23. Jan 21, 2022
  24. Dec 10, 2021
  25. Dec 05, 2021
  26. Oct 08, 2021
  27. Aug 22, 2021
  28. Jul 31, 2021
  29. Jul 24, 2021
    • Evangelos Foutras's avatar
      Scale up lists to CPX11 · 5ece8b98
      Evangelos Foutras authored
      Archiving arch-commits mails maxes out the single vCPU of CX11 and
      results in High CPU Prometheus alert. If we decide not to maintain
      mail archive for arch-commits, then we can likely scale back down.
      Verified
      5ece8b98
  30. Jul 20, 2021
  31. Jul 14, 2021
Loading