1
0
Fork 0
update-mirrors/README.org

44 lines
2.4 KiB
Org Mode
Raw Normal View History

2022-06-19 06:30:44 +02:00
#+title: update-mirrors
#+options: toc:nil
2022-06-19 06:30:44 +02:00
2022-11-27 01:25:34 +01:00
[[http://laminar.ryuslash.org/jobs/update-mirrors][http://laminar.ryuslash.org/badge/update-mirrors.svg]]
#+TOC: headlines 1
2022-06-19 06:30:44 +02:00
This is a simple utility for [[https://archlinux.org/][archlinux]] that keeps the mirror list up-to-date.
Whenever the =pacman-mirrorlist= updates it's always a pain to have to pick out which servers exactly you want. And the archlinux project provides a nice [[https://archlinux.org/mirrorlist/][Pacman Mirrorlist Generator]]. This utility uses that generator to automatically update the mirror list every time =pacman-mirrorlist= is updated.
* Installation
I've provided a =PKGBUILD= through which it can be installed:
: makepkg -sic
It will install the executable, configuration file, and pacman hook into the proper locations so that after it will always be called automatically.
2022-11-27 01:07:19 +01:00
You can also install it by adding my repository:
#+begin_src conf-unix
[ryuslash]
SigLevel = Optional TrustAll
Server = https://ryuslash.org/repo/x86_64
#+end_src
And then run =pacman -Sy update-mirrors= to install it.
#+begin_note
Note that my repository currently isn't signed, plus I'm just a random guy on the internet. I don't expect anyone to actually use this, but if you do, do so with caution and at your own risk.
#+end_note
2022-06-19 06:30:44 +02:00
* Configuration
There are a few configuration options. The configuration file =etc/xdg/update-mirrors/config.sh= is just a regular shell script sourced by the =update-mirrors= script.
2022-06-19 06:30:44 +02:00
- =url= :: A string. The base URL for archlinux's mirrorlist generator. You probably don't have to change this. *Default*: https://www.archlinux.org/mirrorslist.
- =countries= :: An array of strings. Which countries you want to include mirrors from. You will probably want to change this. *Default*: BE, NL.
- =protocols= :: An array of strings. Which protocols to include. Available protocols are =http= and =https=. *Default*: http, https.
- =ip_versions= :: An array of numbers. Which IP versions to include in the mirrorlist. Available versions are =4= and =6=. *Default*: 4.
- =use_mirror_status= :: The string “on” or empty. Turning this on will make the generator filter the list of mirrors by the mirror score from the [[https://archlinux.org/mirrors/status/][Mirror Status]] page. *Default*: on
- =dest= :: A string, a file path. Where to write the result to. You probably don't have to change this. *Default*: /etc/pacman.d/mirrorlist.