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.

Cannot run createdb twice in a row.
``` $ poetry run repod-file repo writedb default $ poetry run repod-file repo writedb default -c zst Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/jelle/projects/repod/repod/cli/cli.py", line 334, in repod_file repod_file_repo(args=args, settings=settings) # type: ignore[arg-type] File "/home/jelle/projects/repod/repod/cli/cli.py", line 268, in repod_file_repo default_syncdb_symlink_path.symlink_to(default_syncdb_path.relative_to(default_syncdb_symlink_path.parent)) File "/usr/lib/python3.10/pathlib.py", line 1255, in symlink_to self._accessor.symlink(target, self, target_is_directory) FileExistsError: [Errno 17] File exists: 'default.db.tar.zst' -> '/home/jelle/.local/state/repod/data/repo/package/default/any/default.db' ```
issue