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? Thanks
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.
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.
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?
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.
On Friday 28 November 2008 9:23:15 am 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.
In this case the arch repos and the custom repos contain the same version the latest in the arch repos and the compiled one latest from abs both with the same versions and same release level.
Loui Chang schrieb:
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.
Wrong, as far as I remember: It will pull from the first repository that is in pacman.conf.
On Fri, Nov 28, 2008 at 8:38 AM, Thomas Bächler <thomas@archlinux.org> wrote:
Loui Chang schrieb:
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.
Wrong, as far as I remember: It will pull from the first repository that is in pacman.conf.
From pacman.conf where we documented this: The order of repositories in the configuration files matters; repositories listed first will take precedence over those listed later in the file when packages in two repositories have identical names, regardless of version number.
participants (7)
-
Allan McRae
-
Baho Utot
-
Dan McGee
-
Kristoffer Fossgård
-
Loui Chang
-
Thomas Bächler
-
甘露(Gan Lu)