Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26328 - portage-2.0.48-r7: regenworld.sh speedup
Summary: portage-2.0.48-r7: regenworld.sh speedup
Status: RESOLVED CANTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2003-08-10 05:27 UTC by Nicolas Kaiser
Modified: 2011-10-30 22:18 UTC (History)
0 users

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


Attachments
regenworld.sh patch (regenworld.patch,438 bytes, patch)
2003-08-10 05:28 UTC, Nicolas Kaiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Kaiser 2003-08-10 05:27:29 UTC
portage-2.0.48-r7, patch against /usr/lib/portage/bin/regenworld.sh

- "s:--[^ ]\+ ::" doesn't work properly, but it's redundant anyway, because "^-"
gets caught in the next line.
- My benchmarks show that 'tr' is so much faster than sed (and even supersed)
that it's worth a pipe.

Patch attached.

Reproducible: Always
Steps to Reproduce:
Comment 1 Nicolas Kaiser 2003-08-10 05:28:36 UTC
Created attachment 15852 [details, diff]
regenworld.sh patch
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-02-10 18:52:03 UTC
We don't have regenworld.sh now. We can't fix it..