Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Doing emerge sync without gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
aidinskas
n00b
n00b


Joined: 04 Apr 2003
Posts: 28

PostPosted: Sat Apr 05, 2003 9:24 pm    Post subject: Doing emerge sync without gentoo Reply with quote

Hi there,

Is there any way to download all files that should be downloaded by emerge sync command?

This is quite stupid question :)
Thanks
Back to top
View user's profile Send private message
Jimbow
Guru
Guru


Joined: 18 Feb 2003
Posts: 597
Location: Silver City, NM

PostPosted: Sun Apr 06, 2003 6:15 am    Post subject: Reply with quote

A quick look in /usr/bin/emerge yields:
Code:
 /usr/bin/rsync -rlptDvz --progress --stats --delete --delete-after --timeout="+str(mytimeout)+" --exclude='distfiles/*' --exclude='packages/*'

_________________
After Perl everything else is just assembly language.
Back to top
View user's profile Send private message
ventricle
Guru
Guru


Joined: 04 Apr 2003
Posts: 305
Location: UK/Australia

PostPosted: Sun Apr 06, 2003 9:29 am    Post subject: Reply with quote

From my reading (because I'm new), I take it emerge sync will get the latest versions of the packages from /distfiles on a mirror (for example).
If this is true, I have a similar question to the original, is there any way to get all the files, but in windows, so I can put them on a CD for a later install?
_________________
[LRU]
Back to top
View user's profile Send private message
Jesu
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2003
Posts: 98
Location: London, UK

PostPosted: Sun Apr 06, 2003 1:00 pm    Post subject: Reply with quote

No, sorry, emerge sync gets the latest versions of the ebuild files - the instructions for how to build packages. It only downloads the packages from /distfiles when you emerge package, or emerge -f package. However, if you just ftp onto a mirror, you can pick up useful files from /distfiles and put them anywhere (including a windows drive) for later use. (Copy them to /usr/portage/distfiles to use them). It's hard to know which versions to get without using the emerge tool, but if you pick up the latest versions of the big packages (xfree, kde, gcc) then you're well on your way. If you do have a gentoo system, then emerge -fp package will tell you which files you need to get.

Good luck,

Jesu
Back to top
View user's profile Send private message
genfoo
Apprentice
Apprentice


Joined: 17 Apr 2003
Posts: 192

PostPosted: Thu Apr 17, 2003 9:18 pm    Post subject: Reply with quote

rsync -azv rsync://rsync.gentoo.org/gentoo-portage /path/to/files
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum