You are not logged in.
Is this possible?
Touch my kernel
Offline
It looks like there are 2 1/2 ways to do it.
1) Enable testing in /etc/abs/abs.conf & use abs to create the packages.
2) Download packages from ftp://mir1.archlinuxfr.org/archlinux/testing/os/
2 1/2) Enable the testing repo, but move it to the bottom of pacman.conf. Testing packages will need to be explicitly requested - something like
pacman -S testing/pkgname
Offline
Installing individual packages from the testing repo is not recommended as they are likely to depend on testing versions of other packages. The only supported way of using the testing repo is to enable it at the top of the list in pacman.conf.
Offline
Installing individual packages from the testing repo is not recommended as they are likely to depend on testing versions of other packages. The only supported way of using the testing repo is to enable it at the top of the list in pacman.conf.
I don't understand why that is true.
If I enable the testing repo and update a package (pacman -S package), and if the dependencies are set correctly, the dependencies from testing needed should also be installed/updated, right?
Offline
Right - but only if testing is at the top of the list in pacman.conf, as I already said.
Offline