Summary: | 'emerge --sync -NDuav world' doesn't both sync and update world. | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Philip H. Smith <phil.h.smith> |
Component: | Enhancement/Feature Requests | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Philip H. Smith
2006-03-04 12:19:03 UTC
alias update-world emerge --sync && emerge -uDNav world ? I don't see why we should spend time adding this to emerge when you can build the command yourself anyway. (In reply to comment #1) > alias update-world emerge --sync && emerge -uDNav world ? > > I don't see why we should spend time adding this to emerge when you can build > the command yourself anyway. > To put it better, The argument processing is not the simplest, you need to detect "sync" and whether it's the only option specified, if it's not the only option you need to make sure it runs first, then you need to re-exec emerge with the other specified action....It's difficult to do in the manner, and easier to do the way I suggested above. |