Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53994 - emerge should merge trivial changes automatically
Summary: emerge should merge trivial changes automatically
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 09:39 UTC by Florian Effenberger
Modified: 2004-09-29 19:06 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 Florian Effenberger 2004-06-15 09:39:46 UTC
emerge should merge trivial changes automatically. At the moment, the user has to invoke etc-update manually just to see "merging trivial changes in ... automatically".

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stephen Bennett (RETIRED) gentoo-dev 2004-06-15 10:40:55 UTC
I disagree. Merging config files at the moment is left to an external program to sort out; it should stay that way. At the moment there is one place for policy on what changes get automerged, if any, and that's in the config file for your config update program configuration (/etc/etc-update.conf, /etc/dispatch-conf.conf, etc). If you add this into emerge, then this becomes two places holding the same policy and two programs trying to do different parts of the same job, which will get messy.
Comment 2 Florian Effenberger 2004-06-15 11:31:50 UTC
A switch could be added to etc-update telling to "don't do anything than automerging trivial changes" and emerge could invoke etc-update with that switch.
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2004-09-29 19:06:02 UTC
No. You do what you want with protected files.
If they were merged instantly, they wouldn't be protected.
Besides it's easier that way.