How far Artix repos are usually behind Arch ones? 04 April 2020, 23:34:34 Hey Artix! I couldn't find the answer to this question anywhere. In particular, I'm interested in community repo. I need obs-studio 25 and Artix community only has v24. v25 was added to Arch community on March 26th.Maybe worth adding to FAQ, looks like something people could ask quite often.
Re: How far Artix repos are usually behind Arch ones? Reply #1 – 04 April 2020, 23:51:12 obs isn't in the Artix repo, it is only on Arch
Re: How far Artix repos are usually behind Arch ones? Reply #2 – 05 April 2020, 00:06:56 Hmm, so it means that I somehow get an outdated community on my Artix installation? For some reason, I don't get updated packages when I do pacman -Sy or pacman -Syy. Do I have to enable some other servers apart from those default ones in Artix ISO?The current ones in mirrorlist-arch are```Server = http://mirrors.evowise.com/archlinux/$repo/os/$arshServer = http://mirror.rackspace.com/archlinux/$repo/os/$arch```
Re: How far Artix repos are usually behind Arch ones? Reply #3 – 05 April 2020, 00:43:54 Quote from: valignatev – on 05 April 2020, 00:06:56Hmm, so it means that I somehow get an outdated community on my Artix installation? For some reason, I don't get updated packages when I do pacman -Sy or pacman -Syy. Do I have to enable some other servers apart from those default ones in Artix ISO?The current ones in mirrorlist-arch are```Server = http://mirrors.evowise.com/archlinux/$repo/os/$arshServer = http://mirror.rackspace.com/archlinux/$repo/os/$arch```Same mirrors as mine. I will check into the possibility of adding it to Artix repo Edit: New version will be in our testing repos, due to some of it's deps are currently in testing atm. Last Edit: 05 April 2020, 00:49:03 by ndowens
Re: How far Artix repos are usually behind Arch ones? Reply #4 – 05 April 2020, 00:59:27 I see, thanks for the clarification. But generally there is no like "usual" delay between stuff being updated/added in Arch and when it appears in Artix, right? It's basically going on "when it's done" basis, am I correct?
Re: How far Artix repos are usually behind Arch ones? Reply #5 – 05 April 2020, 01:02:20 If we have it in our repo, then a package maintainer will pull the changes and fix it up if need be(systemd removal) and push update to our repo; After it builds it will be sync'd to mirrors over time. Generally Arch updates should be according to the Arch mirror's sync status. Maybe that mirror is out of sync, always a possibility too. 2 Likes
Re: How far Artix repos are usually behind Arch ones? Reply #6 – 05 April 2020, 01:24:10 Ok, I see. Thanks for the explanation! 1 Likes