Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229413 - default to using --delete-after instead of --delete-before
Summary: default to using --delete-after instead of --delete-before
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 16:00 UTC by phrexianreaper
Modified: 2008-06-25 16:36 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 phrexianreaper 2008-06-25 16:00:06 UTC
change the default behavior with emerge --sync to use --delte-after instead of --delete-before to prevent having to scan through the portage tree twice, once to find files to delete, and then to find what needs to be updated.

It may offer a bit of a speed boost, which is always good.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2008-06-25 16:26:10 UTC
See bug 204425 why this was changed.
Comment 2 phrexianreaper 2008-06-25 16:36:40 UTC
Alright, thanks. That makes more sense than my suggestion anyways.