Re: [arch-general] Is it possible to update 3rd party repo index without updating all?

2014-02-28 Thread David C. Rankin
On 02/28/2014 01:03 PM, Karol Blazewicz wrote: >> >> I do this with my own internal repo by configuring it in its own separate >> config file, Include'ing that file from the main pacman config, and using >> pacman's --config option pointed to the custom repo file to only sync that >> one repository

[arch-general] sudo arch-nspawn $ch86/root pacman -Syu [missed update]

2014-02-28 Thread David C. Rankin
All, Updating an i686 archroot, the update failed to update wireless_tools-30.pre9-1-i686.pkg.tar.xz. The repository used is: http://mirror.us.leaseweb.net/archlinux/core/os/i686/ The file is present in the leaseweb repository. I had manually checked for the presence of this file in my archr

Re: [arch-general] [arch-dev-public] systemd 209 in [testing]

2014-02-28 Thread Andrei Amuraritei
Regarding my previous post about missing sleep/hibernate from KDE with 210, installing testing kdebase-workspace 4.11.6-3 fixes that. The options are there.

Re: [arch-general] [arch-dev-public] systemd 209 in [testing]

2014-02-28 Thread Andrei Amuraritei
On Friday 21 February 2014 12:26:11 Genes Lists wrote: > One final piece of info - with systemd 209 the KDE menu under 'leave' is > missing sleep/hibernate buttons. Putting back 208, the buttons come back. Same thing happens with systemd-210 from testing. Missing suspend/hibernate options from K

Re: [arch-general] Is it possible to update 3rd party repo index without updating all?

2014-02-28 Thread Karol Blazewicz
On Fri, Feb 28, 2014 at 7:44 PM, Buce wrote: > On Fri, Feb 28, 2014 at 11:45 AM, David C. Rankin < > drankina...@suddenlinkmail.com> wrote: > >> All, >> >> I would like to update a 3rd party repo index WITHOUT updating any other >> index. Like adding a --repo option to 'Pacman -Sy'. e.g. >> >>

Re: [arch-general] Is it possible to update 3rd party repo index without updating all?

2014-02-28 Thread Buce
On Fri, Feb 28, 2014 at 11:45 AM, David C. Rankin < drankina...@suddenlinkmail.com> wrote: > All, > > I would like to update a 3rd party repo index WITHOUT updating any other > index. Like adding a --repo option to 'Pacman -Sy'. e.g. > > Pacman -Sy -r somerepo > > This would be handy when yo

[arch-general] Is it possible to update 3rd party repo index without updating all?

2014-02-28 Thread David C. Rankin
All, I would like to update a 3rd party repo index WITHOUT updating any other index. Like adding a --repo option to 'Pacman -Sy'. e.g. Pacman -Sy -r somerepo This would be handy when you want to update a 3rd party index and install updated packages WITHOUT updating core, community, extra..