Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71619 - emerge feature request, new option: --fetchfirst all files, instead of doing "emerge --fetchonly package ; emerge package"
Summary: emerge feature request, new option: --fetchfirst all files, instead of doing ...
Status: RESOLVED DUPLICATE of bug 1661
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 71620 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-17 15:42 UTC by Johnny Franz
Modified: 2005-07-17 13:06 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 Johnny Franz 2004-11-17 15:42:24 UTC
An new option that complements --fetchonly:
--fetchfirst (-F)
      First perform fetches for all packages (as well as all dependencies)
      before starting to do any package building.

Reproducible: Always
Steps to Reproduce:
1. connect to the internet temporarily
2. do an emerge --fetchonly world ; emerge world
3. find out that --fetchfirst would be great!
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-11-17 16:23:09 UTC
*** Bug 71620 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2004-11-17 18:14:23 UTC
emerge -f world &
sleep 30
emerge world

*** This bug has been marked as a duplicate of 1661 ***