You are not logged in.
Pages: 1
Hi,
I use my pacman.conf like this:
[core]
Include = /etc/pacman.d/mirrorlist
Server = [url]https://archive.archlinux.org/repos/2023/10/01/$repo/os/$arch[/url]and I expect pacman to install packages from that date from the mirror. However it does not seem to work as it fetches newer versions. What is the caues of that?
Background: I update my system mainly in public holidays but sometimes I need software but cannot insall that as it would require a full system update before that which I do not want due to stability reasons as I use my laptop for work and I cannot afford to deal with regressions any time. How would it be achieveable to keep the system pinned to a date but still be able to install packages from the official repos and the aur?
Last edited by szebenyib (2025-04-09 16:10:33)
Offline
You're including the mirrorlist first, so all of those 'Server' entries are before the archive one.
Offline
Thanks! Marking it as solved
Offline
Pages: 1