Gentoo Archives: gentoo-dev

From: Peter Kadau <peter.kadau@×××.de>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] feature request: emerge --fetchonly
Date: Fri, 17 Aug 2001 05:09:42
Message-Id: 200108171110.f7HBA0628270@mailgate3.cinetic.de
1 hi !
2
3 i'd like to fetch in one swoop.
4 this is extremely nice when you have a dialup-connection.
5
6 so calculating the deps and fetch every source needed, is what i mean.
7 proposal: --fetchonly option to emerge.
8
9 i'v browsed through portage.py, especially doebuild, but
10 unfortunately, couldn't really figure out how to get my hands on
11 the deps - once i have the list, the rest should be trivial.
12 (along the lines of
13
14 for mypkg in mydeplist:
15 spawn("/usr/bin/ebuild.sh fetch")
16
17 or something like that.)
18
19 thanks in advance for any hints
20 ciao
21 peter
22
23 -----------------------------------------------------------------
24 Peter Kadau <peterdotkadauatwebdotde>
25
26 "Why program by hand in five days what you can
27 spend five years of your life automating ?"
28 -----------------------------------------------------------------
29 _______________________________________________________________________
30 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
31 IhrName@×××.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

Replies

Subject Author
Re: [gentoo-dev] feature request: emerge --fetchonly Mikael Hallendal <hallski@g.o>
Re: [gentoo-dev] feature request: emerge --fetchonly Daniel Robbins <drobbins@g.o>