Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24370 - FEATURE REQUEST: emerge --practice --download foo/bar
Summary: FEATURE REQUEST: emerge --practice --download foo/bar
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-12 23:43 UTC by Eric Pretorious
Modified: 2011-10-30 22:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Pretorious 2003-07-12 23:43:37 UTC
Like most admin's I'm extremely paranoid about connecting a machine to the
Internet before I've finished installing/configuring everything so *naturally* I
prefer to...

* keep all my distfiles on a separate partition so that I don't have to download
them again when I re-install,
* download the distfiles *before* emerge'ing them.

So, I'd like the ability to only download the distfiles that I need instead of
downloading them fresh -every-time-.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Eric Pretorious 2003-07-12 23:47:05 UTC
I know that emerge checks the distfile directory when actually downloading distfiles but it would also be nice if emerge would do this when the --practice flag is set.
Comment 2 SpanKY gentoo-dev 2003-07-12 23:58:00 UTC
maybe i missed something but whats wrong with `emerge -f <pkg>` 
Comment 3 Eric Pretorious 2003-07-13 00:03:37 UTC
What's wrong with being able to --practice first?
Comment 4 SpanKY gentoo-dev 2003-07-13 00:17:42 UTC
so all you want is to have portage tell you whether or not you have all the files 
required for a specific emerge ? 
 
instead of adding a --practice why not use -pf ... that is do a pretend fetch ... 
portage would show all the files you have and files that would be fetched 
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2003-09-21 11:00:35 UTC
I don't see any difference between emerge -f / emerge -pf and your --practice flag, closing this now.