- Apr 13, 2022
-
-
Kristian Klausen authored
Add GeoIP domain for our sponsored mirros Closes #101 See merge request !522
-
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
-
- Apr 12, 2022
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
It's on github not gitlab
-
- Apr 11, 2022
-
-
Kristian Klausen authored
Ref #448
-
Evangelos Foutras authored
This hasn't seen much growth in the past two months and is chilling around 13G. We can easily bump it once we have more debug packages.
-
Kristian Klausen authored
With the PHP->Python port done[1][2], there isn't much need for aur-dev anynmore. Most things can also be tested locally and aur-dev haven't got any love since the port (ex: allowing the aurweb maintainers to deploy without asking DevOps). [1] https://lists.archlinux.org/pipermail/aur-general/2022-February/036786.html [2] !525
-
Evangelos Foutras authored
-
- Apr 10, 2022
-
-
Kristian Klausen authored
Fix #441
-
Evangelos Foutras authored
Changing it to 770 so prometheus memcached exporter can connect to it.
-
Evangelos Foutras authored
Changing it to 770 so prometheus memcached exporter can connect to it.
-
Evangelos Foutras authored
This is needed for prometheus memcached exporter to work. (AUR doesn't seem to use memcached anymore, but changed it for consistency.)
-
- Apr 09, 2022
-
-
Kristian Klausen authored
archwiki/templates/LocalSettings.php.j2: place the commands in the QuestyCaptcha question inside <code> tags See merge request !551
-
nl6720 authored
archwiki/templates/LocalSettings.php.j2: place the commands in the QuestyCaptcha question inside <code> tags This makes it more easier to distinguish the command from the rest of the text.
-
Kristian Klausen authored
Ref #439
-
Kristian Klausen authored
Fix #446
-
Kristian Klausen authored
gitlab: Disable built-in monitoring See merge request !440
-
Fix #364
-
Kristian Klausen authored
aurweb: down services before updating See merge request !537
-
Without this, we update while services are still running, and those services depend on the AUR directory state. This commit installs services much earlier, downs all of them, deploys out updates, then starts them all again at the end. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kristian Klausen authored
Pacman keyring init Closes #383 See merge request !493
-
Creates a systemd service which executes these commands on first boot: pacman-key --init pacman-key --populate archlinux Also it makes sure /etc/pacman.d/gnupg is not absent. At last it removes /etc/machine-id to make sure systemd launches first boot services.
-
Kristian Klausen authored
Access to homedir is opt-in for support staff. Fix #447
-
Jelle van der Waa authored
archwiki/templates/nginx.d.conf.j2: fix access to MediaWiki extension assets Closes #355 See merge request !548
-
Various files in /extensions/ need to be accessible for extensions to work. Based on example from https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx. Fixes #355.
-
Kristian Klausen authored
archwiki: Update to 1.37.2-1 See merge request !549
-
Upstream security and maintenance release. https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/thread/YJNXKPV5Z56NSUQ4G3SXPDUIZG5EQ7UR/
-
- Apr 05, 2022
-
-
Levente Polyak authored
-
Levente Polyak authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
Add diffutils needed for "terraform fmt --check --diff".
-
Levente Polyak authored
-
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- Mar 29, 2022
-
-
Jelle van der Waa authored
-
- Mar 28, 2022
-
-
Jelle van der Waa authored
archwiki: Update to 1.37.1-5 See merge request !547
-
nl6720 authored
-
Evangelos Foutras authored
Update packer build and use smaller BIOS boot partition See merge request !546
-
- Mar 27, 2022
-
-
Evangelos Foutras authored
- Create packer builder in FSN1 and change image to ubuntu-20.04 - Add "use_proxy: false" to provisioner config to work around [1] - Reduce the size of the BIOS boot partition to 1M (from 10M) [2] - Update bootstrap_version to 2022.03.01 [1] https://github.com/hashicorp/packer-plugin-ansible/issues/69 [2] https://www.gnu.org/software/grub/manual/grub/html_node/BIOS-installation.html
-
- Mar 25, 2022
-
-
Evangelos Foutras authored
-
Evangelos Foutras authored
keycloak: migrate to Quarkus distribution See merge request !544
-