diff --git a/_config.yml b/_config.yml index bc942de..8a2dfec 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,6 @@ urlv4: "https://mirrors4.tuna.tsinghua.edu.cn" urlv6: "https://mirrors6.tuna.tsinghua.edu.cn" aosp: "aosp.tuna.tsinghua.edu.cn" arch_archive: "arch-archive.tuna.tsinghua.edu.cn" -aur: "aur.tuna.tsinghua.edu.cn" pypi: "pypi.tuna.tsinghua.edu.cn" homelink: "https://tuna.moe" hide_navbar: false diff --git a/_data/options.yml b/_data/options.yml index b1b32b4..17878f0 100644 --- a/_data/options.yml +++ b/_data/options.yml @@ -4,8 +4,6 @@ mirror_desc: desc: Android 操作系统源代码 - name: AdoptOpenJDK desc: 社区维护的 OpenJDK 二进制包 - - name: AUR - desc: Arch Linux 用户软件库 - name: Bananian desc: 为 Banana Pi 制作的,基于官方 Debian 仓库的发行版镜像和软件包仓库 - name: CPAN @@ -450,12 +448,6 @@ new_mirrors: - nginx.io unlisted_mirrors: - - status: 'success' - last_update: '-' - name: "AUR" - url: 'https://aur.tuna.tsinghua.edu.cn/' - upstream: 'https://aur.archlinux.org/' - is_master: true - status: 'success' last_update: '-' name: "tuna" diff --git a/help/_posts/1970-01-01-AUR.md b/help/_posts/1970-01-01-AUR.md deleted file mode 100644 index 4c52280..0000000 --- a/help/_posts/1970-01-01-AUR.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -mirrorid: AUR -category: help -layout: help ---- - -# AUR 镜像使用帮助 - -## yaourt 用户 - -修改 `/etc/yaourtrc`,去掉 `# AURURL` 的注释,修改为 - -``` -AURURL="https://{{ site.aur }}" -``` - -## yay 用户 - -执行以下命令修改 aururl : - -``` -yay --aururl "https://{{ site.aur }}" --save -``` - -修改的配置文件位于 `~/.config/yay/config.json` ,还可通过以下命令查看修改过的配置: - -``` -yay -P -g -``` - -## paru 用户 - -在 `/etc/paru.conf` 的 `[options]` 下添加: - -``` -AurUrl=https://aur.tuna.tsinghua.edu.cn/ -``` - -注意,由于 paru 特性,域名不能由引号包围 diff --git a/news/_posts/2022-02-05-remove-aur.md b/news/_posts/2022-02-05-remove-aur.md new file mode 100644 index 0000000..5ed4906 --- /dev/null +++ b/news/_posts/2022-02-05-remove-aur.md @@ -0,0 +1,13 @@ +--- +layout: news +title: 关于移除 AUR 镜像的通知 +date: 2022-02-05 +author: Hongren Zheng +category: news +--- + +参考该 [issue](https://github.com/tuna/issues/issues/1424),由于 AUR 镜像不能提供预期的镜像功能,我们决定移除 AUR 镜像服务。 + +在 2022/3/1 之前,我们会将用户的请求重定向至官方上游;在 2022/3/1 之后,我们会移除该服务。 + +请各位用户及时迁移至官方上游,以免给您的使用带来不便。