Re: [arch-general] getting updates for offline computer

2013-06-14 Thread Lieven Moors
On Thu, Jun 13, 2013 at 09:57:00AM -0400, Andrew Gregory wrote: > On 06/13/13 at 11:43am, Lieven Moors wrote: > > Hi, > > > > I'm using the internet connection at home to update a computer without > > internet. > > I use a script to get the updates for the offline computer, and to install > > t

Re: [arch-general] getting updates for offline computer

2013-06-13 Thread Whiskers
On Thu, 13 Jun 2013 09:57:00 -0400 Andrew Gregory wrote: >On 06/13/13 at 11:43am, Lieven Moors wrote: [...] >This is a limitation in pacman. --print does not handle replaces. >I'm not sure if I would consider this a bug given that we ignore >replacers in other non-interactive situations. If yo

Re: [arch-general] getting updates for offline computer

2013-06-13 Thread Andrew Gregory
On 06/13/13 at 11:43am, Lieven Moors wrote: > Hi, > > I'm using the internet connection at home to update a computer without > internet. > I use a script to get the updates for the offline computer, and to install > them > on that computer. To get a list of updated packages on the offline comp

[arch-general] getting updates for offline computer

2013-06-13 Thread Lieven Moors
Hi, I'm using the internet connection at home to update a computer without internet. I use a script to get the updates for the offline computer, and to install them on that computer. To get a list of updated packages on the offline computer, I use the command: pacman -Sup --noconfirm Re