15 Commits

Author SHA1 Message Date
b6b9e2110c prepare 2024-02-08 release 2024-02-08 15:44:49 +01:00
84a4b9c165 Add mirror.sjtu.edu.cn (#20)
Reviewed-on: #20
Co-authored-by: LightQuantum <self@lightquantum.me>
Co-committed-by: LightQuantum <self@lightquantum.me>
2024-02-08 15:41:40 +01:00
d91d2c75b6 prepare 2024-02-07 release 2024-02-07 21:24:43 +01:00
6091bddc05 Add mirror.nju.edu.cn (#19)
This new mirror supports http/https/rsync, ipv4 and ipv6, 10G bandwidth.

Reviewed-on: #19
Co-authored-by: yaoge123 <yaoge123@noreply.somegit.dev>
Co-committed-by: yaoge123 <yaoge123@noreply.somegit.dev>
2024-01-30 04:49:32 +01:00
6cf3951755 prepare new release 2023-08-31 10:19:54 +02:00
99fd22254f Update panibrez.com mirror's domain (#17)
I'm updating my domain for the ALHP's repo. The old one is going to be active during 1 month to give time to everybody to update.

Reviewed-on: #17
Co-authored-by: plexman <plexman@noreply.somegit.dev>
Co-committed-by: plexman <plexman@noreply.somegit.dev>
2023-08-31 10:14:06 +02:00
798b66853c added alhp.krautflare.de back 2023-03-03 13:30:56 +01:00
7a9df3b0a1 activate mirrors.shanghaitech.edu.cn 2023-03-03 07:10:54 +01:00
166c75b59d enabled mirror.sunred.org 2023-03-02 13:13:38 +01:00
dcbe2969ad activate alhp.panibrez.com again 2023-03-01 21:06:35 +01:00
d0f8f1b261 disabled mirrors who are not synced to the new source for now 2023-03-01 13:09:10 +01:00
810655b966 renamed main repo git.harting.dev to new alhp.dev 2023-03-01 01:47:50 +01:00
wenxuanjun
c23b43f51f Add mirrors.shanghaitech.edu.cn 2022-12-25 05:29:04 +01:00
47a725e33c Add alhp.panibrez.com back, resolves #11 2022-12-22 03:12:21 +01:00
8f82c8938b Add mirror.sunred.org 2022-12-21 11:30:21 +01:00
2 changed files with 13 additions and 7 deletions

View File

@@ -1,17 +1,17 @@
# ALHP Mirrorlist
[![AUR version](https://img.shields.io/aur/version/alhp-mirrorlist)](https://aur.archlinux.org/packages/alhp-mirrorlist/)
Mirrors for [ALHP](https://git.harting.dev/ALHP/ALHP.GO).
Mirrors for [ALHP](https://somegit.dev/ALHP/ALHP.GO).
## Issues with current mirrors
If some mirror is out of sync or not reachable anymore, please [open an issue](https://git.harting.dev/ALHP/alhp-mirrorlist/issues/new).
If some mirror is out of sync or not reachable anymore, please [open an issue](https://somegit.dev/ALHP/alhp-mirrorlist/issues/new).
## Setup your own Mirror
### rsync
**source**: `rsync://alhp.harting.dev/alhp`\
**lastupdate**: `https://alhp.harting.dev/lastupdate`\
**source**: `rsync://alhp.dev/alhp`\
**lastupdate**: `https://alhp.dev/lastupdate`\
**expected size**: around 30GB per `march` (e.g. *x86-64-v3*) you want to sync.
I highly recommend using [this script from Archlinux](https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/master/roles/syncrepo/files/syncrepo-template.sh) as base for a sync service. It checks if a sync needs to be done (by comparing *lastupdate* before syncing). It's also worth to read comments.

View File

@@ -1,7 +1,7 @@
##
## ALHP repository mirrorlist
## Updated on 2022-10-11
## https://git.harting.dev/ALHP/alhp-mirrorlist
## Updated on 2024-02-08
## https://somegit.dev/ALHP/alhp-mirrorlist
##
## There is an IPFS mirror available.
## Setup instructions in /etc/pacman.d/alhp-mirrorlist.ipfs.
@@ -11,5 +11,11 @@
Server = https://alhp.krautflare.de/$repo/os/$arch/
## Europe
Server = https://alhp.harting.dev/$repo/os/$arch/
Server = https://mirror.sunred.org/alhp/$repo/os/$arch/
Server = https://alhp.nox.panibrez.com/$repo/os/$arch/
Server = https://alhp.dev/$repo/os/$arch/
## Asia
Server = https://mirrors.shanghaitech.edu.cn/alhp/$repo/os/$arch/
Server = https://mirror.nju.edu.cn/alhp/$repo/os/$arch/
Server = https://mirror.sjtu.edu.cn/alhp/$repo/os/$arch/