renamed main repo git.harting.dev to new alhp.dev

This commit is contained in:
2023-03-01 01:47:50 +01:00
parent c23b43f51f
commit 810655b966
2 changed files with 8 additions and 8 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.