diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-13 00:43:10 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-12 02:13:39 +0700 |
| commit | 6df469412b3e08624f41f82d8fb7294f4b1c2bfd (patch) | |
| tree | 218af8b1daf0bebc0a8dcba46b8376c38e737fc3 /testdata/local | |
| parent | 7211f7597c35b51501e6fba72b864dd0817349be (diff) | |
| download | awwan-6df469412b3e08624f41f82d8fb7294f4b1c2bfd.tar.xz | |
all: update machine container setup with latest Arch
The latest mkosi use importctl instead of machinectl to import the
image.
There is an issue in mkosi.conf where build with Format=tar always get
compressed using zstd, but importctl unable to import it, so we need
to set CompressOutput=false.
The home directory mode needs to be set to open 0755, because now its
default to 0700, which makes the test failed to read file on others
user's home.
The pacman mirror changes to public one that is always available,
geo.mirror.pkgbuild.com.
The BUG_REPORT_URL in os-release for Arch changes which we need to
modify because its included in the test-container.
Diffstat (limited to 'testdata/local')
| -rw-r--r-- | testdata/local/get.data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/local/get.data b/testdata/local/get.data index c0e24ec..821119d 100644 --- a/testdata/local/get.data +++ b/testdata/local/get.data @@ -13,6 +13,6 @@ ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" -BUG_REPORT_URL="https://bugs.archlinux.org/" +BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo |
