diff options
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 278002b05..79d70baf0 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2400,6 +2400,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): retval = portage.process.spawn_bash( "cd %s; exec cvs -z0 -q update -dP" % \ (portage._shell_quote(myportdir),), **spawn_kwargs) + writemsg_level("!!! cvs update error; exiting.\n", + noiselevel=-1, level=logging.ERROR) if retval != os.EX_OK: sys.exit(retval) dosyncuri = syncuri |