On Sat, Nov 29, 2008 at 7:28 AM, Kristoffer Fossgård <kfs1@online.no> wrote:
Loui Chang wrote:
On Fri, Nov 28, 2008 at 09:13:55AM -0500, Baho Utot wrote:
I created a custom package repository to hold arch packages compiled locally. I compile a newer package from abs then I have on the current system and it is placed into my custom repos.
I issue a pacman -Syu will pacman get the package from arch or will it install from my custom repository?
It will install from the repo with the newest version.
Not really... it will install the package from the repo which comes first in you pacman.conf.
Except when a package have the force flag set, in which case it would install irregardless of the repoorder, right? As far as I know, it's NO, force flag will ignore your local version, not related to order of repos.