Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

`docker-compose up test` fails to run
- [x] I have described the bug in complete detail in the [Description](#description) section. - [x] I have specified steps in the [Reproduction](#reproduction) section. - [x] I have included any logs related to the bug in the [Logs](#logs) section. - [x] I have included the versions which are affected in the [Version(s)](#versions) section. ### Description Running `docker-compose up test` in a terminal fails to run. The issue appears to be originating [here](https://gitlab.archlinux.org/archlinux/aurweb/-/blob/pu/docker/scripts/run-tests.sh#L10), though I haven't spent enough time on it all to actually implement a fix. ### Reproduction See above. ### Logs Docker Compose: ``` [+] Running 1/0 ⠿ Container aurweb-test-1 Created 0.0s Attaching to aurweb-test-1 aurweb-test-1 | 'logging.test.conf' -> 'logging.conf' aurweb-test-1 | make: Entering directory '/aurweb/test' aurweb-test-1 | rm -f -r test-results/ aurweb-test-1 | rm -f ../.coverage aurweb-test-1 | make: Leaving directory '/aurweb/test' aurweb-test-1 | 'logging.conf' -> 'logging.conf.bak' aurweb-test-1 | cp: cannot stat 'logging.prod.conf': No such file or directory aurweb-test-1 exited with code 1 ``` ### Version(s) Commit: ebb333565e92b29aba309e0392c2f9df8a688d2f
issue