public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Downloading packages from a txt file
@ 2005-08-19 15:18 Grant
  2005-08-20 13:04 ` Alex
  2005-08-24  5:36 ` Nick Rout
  0 siblings, 2 replies; 12+ messages in thread
From: Grant @ 2005-08-19 15:18 UTC (permalink / raw
  To: Gentoo mailing list

Hello, a little while ago I asked this list for help with updating a
machine with no network connection.  The solution was to get a txt
list of the package paths and then download them on a networked
machine with this command:

sort -u links.txt | xargs -n 1 -i{} sh -c 'for i in {}; do wget -c $i
&& break; done'

This worked great then, but something must have changed because that
now only downloads about 12 or so files and then quits without an
error.  There are a lot more packages in links.txt to be downloaded. 
Does anyone know how to fix this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-08-24 23:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 15:18 [gentoo-user] Downloading packages from a txt file Grant
2005-08-20 13:04 ` Alex
2005-08-20 15:32   ` Grant
2005-08-20 19:08     ` Alex
2005-08-22 14:52       ` Grant
2005-08-22 18:30         ` Alex
2005-08-24  2:50     ` Ow Mun Heng
2005-08-24  5:10       ` Nick Rout
2005-08-24  5:36 ` Nick Rout
2005-08-24 11:14   ` Fernando Canizo
2005-08-24 21:55     ` Nick Rout
2005-08-24 23:45       ` Willie Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox