You are not logged in.

#1 2023-11-01 14:24:08

Substring
Member
Registered: 2022-02-20
Posts: 13

pkgctl: how to detect testing vs core version ?

Hi,

I have a question regarding pkgctl: how can one find if the last tag is meant for the testing repo or not ? A typical example is with the linux package. Right now, core-testing is on 6.6.arch1-1 version whereas core is on 6.5.9.arch2-1. When cloning the repo with pkgctl, how can I know that the last tag is for testing or not ?

Offline

#2 2023-11-07 21:47:37

physicsBTW
Member
Registered: 2023-11-07
Posts: 1

Re: pkgctl: how to detect testing vs core version ?

There's probably a much nicer way to do this, but this works for me.

Go to the arch page for the package of interest: https://archlinux.org/packages/core/x86_64/linux/
grab the exact version of the package, in this case "6.5.9.arch2-1"

pkgctl repo clone --protocol=https --switch="6.5.9.arch2-1" linux
to switch to the version you want

Offline

#3 2023-11-08 11:54:52

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,394

Re: pkgctl: how to detect testing vs core version ?

core, extra , multilib and their -testing counterparts are for binaries, not for PKGBUILDs .

You get the latest version in the default branch of the repository you clone .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building to complicated ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB