Artix Linux Forum

Artix Linux => Announcements => Topic started by: nous on 04 February 2021, 00:08:12

Title: [universe] repo
Post by: nous on 04 February 2021, 00:08:12
Thanks to @yeetus, we've got a mirror of our less "official" [universe] repo. People using it may modify its entry as follows:
Code: [Select]
[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
You'll benefit the most if you use a parallel package downloader like powerpill.
Title: Re: [universe] repo
Post by: nous on 16 August 2021, 18:20:30
Our primary mirror (mirror1 - generously hosted by @Nadir) now serves [universe] too.

Code: [Select]
[universe]
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://universe.artixlinux.org/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch

The new pacman v6 does parallel downloads by default, effectively deprecating tools like powerpill.
Title: Re: [universe] repo
Post by: strajder on 16 August 2021, 20:25:34
Code: [Select]
[universe]
Server = https://mirror1.artixlinux.org/universe/$arch
I guess an additional step is needed (something copied to /etc/ca-certificates/trust-source/anchors?), because after prepending that mirror, I'm getting:
Code: [Select]
error: failed retrieving file 'universe.db' from mirror1.artixlinux.org : SSL certificate problem: self signed certificate
Title: Re: [universe] repo
Post by: nous on 16 August 2021, 22:44:32
Well, it says in the post self-signed, also on http... let's change the Server directive.
Title: Re: [universe] repo
Post by: strajder on 16 August 2021, 22:53:48
Yes, but I want to use HTTPS if available. Now that I noticed, the URL in /etc/pacman.d/mirrorlist also uses HTTP.
Title: Re: [universe] repo
Post by: nous on 17 August 2021, 23:08:42
@Nadir has enabled https too.