mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Hide archlinux-gui
This reverts commit c1d33eecee
Closes https://github.com/tuna/issues/issues/1556
This commit is contained in:
parent
a8eb0a741b
commit
303e59fba0
|
|
@ -44,8 +44,6 @@ mirror_desc:
|
|||
desc: 用于 ARM 平台的 Arch Linux 镜像和软件包仓库
|
||||
- name: archlinuxcn
|
||||
desc: 由 Arch Linux 中文社区驱动的非官方用户仓库,包含中文用户常用软件、工具、字体/美化包等
|
||||
- name: archlinux-gui
|
||||
desc: Arch Linux 图形化安装器
|
||||
- name: armbian
|
||||
desc: Armbian(面向 ARM 单板机的发行版)的软件源
|
||||
- name: armbian-releases
|
||||
|
|
@ -463,9 +461,6 @@ unlisted_mirrors:
|
|||
- link_to: 'osdn'
|
||||
name: "linuxlite-cd"
|
||||
url: '/osdn/storage/g/l/li/linuxlite/'
|
||||
- link_to: 'osdn'
|
||||
name: "archlinux-gui"
|
||||
url: '/osdn/arch-linux-gui/'
|
||||
- link_to: 'github-release'
|
||||
name: "prometheus"
|
||||
url: '/github-release/prometheus/prometheus/'
|
||||
|
|
|
|||
|
|
@ -1231,12 +1231,3 @@ location = github-release/atom/atom/LatestRelease/*
|
|||
pattern = github-release/atom/atom/LatestRelease/atom[-\.](.*).(deb|rpm|tar\.gz)
|
||||
version = Atom $1
|
||||
platform = $2
|
||||
|
||||
[arch-linux-gui]
|
||||
distro = Arch Linux GUI
|
||||
location = osdn/arch-linux-gui/*/*.iso
|
||||
pattern = (\d+)/archlinux-gui-([-\w]+)-([\.\d]+)-.*\.iso
|
||||
version = $1
|
||||
listvers = 1
|
||||
platform = $2
|
||||
type = $3
|
||||
|
|
|
|||
Loading…
Reference in New Issue