Kaydet (Commit) 49f1f1f0 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

It is not applicable for emerge and emergeup commands

üst 85b1bc23
......@@ -80,14 +80,6 @@ You can also give the name of a component.
emerge.emerge(sources)
try:
config_changes,opt = helper.check_config_changes([util.parse_package_name_legacy(i.split("/")[-1])[0] for i in packages])
if config_changes:
if ctx.ui.confirm(_("[!] Some config files have been changed. Would you like to see and apply them?")):
helper.show_changed_configs(config_changes,opt)
except ValueError:
pass
if not self.options.ignore_sysconf:
sysconf.proceed(self.options.force_sysconf)
......@@ -86,14 +86,6 @@ You can also give the name of a component.
emerge.emerge(emerge_up_list)
try:
config_changes,opt = helper.check_config_changes([util.parse_package_name_legacy(i.split("/")[-1])[0] for i in packages])
if config_changes:
if ctx.ui.confirm(_("[!] Some config files have been changed. Would you like to see and apply them?")):
helper.show_changed_configs(config_changes,opt)
except ValueError:
pass
if not self.options.ignore_sysconf:
sysconf.proceed(self.options.force_sysconf)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment