Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15255 - Add a feature to skip the downloading of a package when using "-f" option (or maybe even anytime??)
Summary: Add a feature to skip the downloading of a package when using "-f" option (or...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 22:21 UTC by jason perez
Modified: 2011-10-30 22:38 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 jason perez 2003-02-06 22:21:05 UTC
it would be nice if there was a way to skip the downloading of a file (by
hitting a key, maybe "s") when using the fetch command ("-f".)  I think this
would be very usefull when a user switchs back and forth between stable and
unstable ebuilds (designated in the make.conf), and notices when they switch
back to the "stable" realm, that portage is downloading a file (newer ebuild or
program version) that is already installed (but currently marked "unstable".)  
Maybe there could even be a way to show during the downloading process that a
newer but unstable package is already emerged, and should warn you you might
want to "skip" downloading this file by pushing "s."

thanks for listening!
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-21 05:33:58 UTC
I'm kinda hazy on what you're asking, but I can't have wget or
rsync stop, because they won't.
Comment 2 jason perez 2003-02-21 19:43:55 UTC
say, if you want to fetch (-f) a bunch of files after rsyncing -- to download everything you need before you start compiling.  And during this fetch, you see that portage is downloading a file you don't want (old version, whatever the reason.)  In this instance, it would be nice to have a function to skip downloading that one file (and even others, if it arrises) by pushing a specific key.

are you sure there's not a way to do this?  couldn't you just somehow stop the current wget process to skip on to the next file to fetch?