- Jul 24, 2022
-
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
Changes: - Switch to arch-boxes' base image - Verify the base image's signature - Use the new "latest" symlink, instead of parsing the HTML for finding the latest arch-boxes image[1] - Create the base image by using arch-chroot and friends, instead of creating a full-blown VM - Create the VMs from domain XML template instead of virt-clone - Switch mirror to geo.mirror.pkgbuild.com - Try to follow "filesystem hierarchy" standards for where to place configuration (id_rsa) and "vendor data" (arch-boxes.asc and domain_template.xml) - Misc fixes and cleanups [1] archlinux/infrastructure!552
-
- Jul 23, 2022
-
-
Kristian Klausen authored
Upstream now provides a solution for setting the "staging dir" for fastzip[1]. [1] https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3130
-
Kristian Klausen authored
The runner was accidentally made "specific", which can't be reverted[1]. [1] https://gitlab.com/gitlab-org/gitlab/-/issues/16167
-
Kristian Klausen authored
For some workloads running in a container is too restrictive, ex: arch-boxes (loop device, filesystem mount, pacstrap) and archiso (pacstrap). Currently they both run a TCG accelerated QEMU VM, which is very slow and painful to work with. We should provide a better option to our users! This adds a hardware accelerated VM for this kinds of workloads, which is way faster and you can do whatever you like (mostly)! Fix #283
-
Kristian Klausen authored
-
Kristian Klausen authored
archwiki: LocalSettings.php: update URLs and comments See merge request !608
-
nl6720 authored
* Remove www. from archlinux.org, * Use HTTPS for the license link, * Update $wgGitRepositoryViewers, * Update comments referencing paths and URLs.
-
Frederik Schwan authored
Add additional pubkey for dvzrv See merge request !605
-
David Runge authored
pubkeys/dvzrv.pub: Add additional pubkey, based on the PGP key `991F6E3F0765CF6295888586139B09DA5BF0D338`. For chain of trust towards the previously used signing key `C7E7849466FE2358343588377258734B41C31549`, refer to the output of `pacman-key --list-sigs 991F6E3F0765CF6295888586139B09DA5BF0D338`.
-
- Jul 20, 2022
-
-
Levente Polyak authored
security-tracker: bump version to 0.13 See merge request !606
-
- Jul 18, 2022
-
-
Levente Polyak authored
-
Evangelos Foutras authored
Brings support for managing Primary IPs.
-
Evangelos Foutras authored
There's a bit of a chicken and egg situation here but it's preferable to manage the server's attributes the same way as all of the cloud servers.
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
- Jul 15, 2022
-
-
Evangelos Foutras authored
gitlab: include task to prune unused docker images See merge request !603
-
- Jul 14, 2022
-
-
Evangelos Foutras authored
After starting a new container with the latest version of GitLab, opt to remove older docker images so they do not take up disk space needlessly.
-
- Jul 10, 2022
-
-
Evangelos Foutras authored
Add new mirrors in Seoul and Sydney See merge request !602
-
Evangelos Foutras authored
Also tweak the documentation on rebuilderd workers and add runner1.
-
Evangelos Foutras authored
-
Evangelos Foutras authored
We do not really want to make all mirrors run mirrorcheck, so make it conditional based on whether archweb_mirrorcheck_locations is defined.
-
Evangelos Foutras authored
The sshd role needs to open a firewall hole and will fail if firewalld isn't present. Also place the wireguard role right after firewall role because it is needed by promtail further down.
-
- Jul 09, 2022
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
The upstream `sample_config.yaml` is now minimal, so we cannot diff with it anymore.
-
Evangelos Foutras authored
-
- Jul 06, 2022
-
-
Kristian Klausen authored
archwiki: LocalSettings.php: give registered users the 'writeapi' right See merge request !601
-
nl6720 authored
Adding/removing pages from the whitelist when using the Vector skin requires the write API now. Without this, regular users get this error: You're not allowed to edit this wiki through the API.
-
- Jul 05, 2022
-
-
Kristian Klausen authored
archwiki: upgrade to 1.38.1-1 See merge request !598
-
- $wgScriptExtension was removed in MW 1.31 - $wgDBmysql5 was removed in MW 1.33 - $wgShowIPinHeader was removed in MW 1.27 - $wgUseETag was removed in MW 1.28 - $wgEnableWriteAPI was removed in MW 1.32 - $wgShowSQLErrors was removed in MW 1.37
-
$wgFragmentMode = [ 'html5', 'legacy' ]; is the default value since MediaWiki 1.37: https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgFragmentMode
-
These were fixed in MediaWiki 1.38
-
Also updated some settings: - The $wgShellLocale setting was removed from MediaWiki, see https://www.mediawiki.org/wiki/Special:MyLanguage/MediaWiki_1.38 - The "new" Vector skin got a name "vector-2022" and can be set simply by $wgDefaultSkin = 'vector-2022'; see https://www.mediawiki.org/wiki/Skin:Vector/2022#Note_about_1.38_release
-
Kristian Klausen authored
archweb: use a whitelist for files in /iso/ See merge request !595
-
nl6720 authored
Allow only .sig, .torrent and .txt. This is done to prevent downloading files such as https://archlinux.org/iso/latest/arch/boot/x86_64/vmlinuz-linux.
-