Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374351 - revdep-rebuild should have an option to overwrite its cache
Summary: revdep-rebuild should have an option to overwrite its cache
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 13:49 UTC by Ortwin Glueck
Modified: 2011-07-07 14:15 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 Ortwin Glueck 2011-07-07 13:49:37 UTC
Assume you abort revdep-rebuild with Ctrl-C, change something and want to start over. Now the cache may be out of date. Instead of manually going to /var/cache/revdep-rebuild/ and removing the files, there should be an option that just does that before revdep-rebuild runs.
Comment 1 Graham Murray 2011-07-07 14:10:53 UTC
Does the '-i' option not do what you want?
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2011-07-07 14:12:03 UTC
There already is:

       -i | --ignore
              Delete temporary files from previous runs.
Comment 3 Ortwin Glueck 2011-07-07 14:15:46 UTC
Ah!