Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'core.bare']]
  2. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'core.bare']]
  3. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'core.bare']]
  4. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'core.bare']]
  5. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'core.bare']]
  6. 2014-08-19 15:04:17 INFO Editing stage1-gcc in build-essential stratum
  7. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'morph.repository']]
  8. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'morph.repository']]
  9. 2014-08-19 15:04:17 DEBUG run external command: [['git', 'config', '-z', 'morph.repository']]
  10. 2014-08-19 15:04:17 ERROR Command failed: git config -z morph.repository
  11.  
  12. 2014-08-19 15:04:17 CRITICAL Traceback (most recent call last):
  13. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  14. self.process_args(args)
  15. File "/src/morph/morphlib/app.py", line 263, in process_args
  16. cliapp.Application.process_args(self, args)
  17. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
  18. method(args[1:])
  19. File "/src/morph/morphlib/plugins/branch_and_merge_plugin.py", line 349, in edit
  20. chunk_dirname = edit_chunk(morph, chunk_name)
  21. File "/src/morph/morphlib/plugins/branch_and_merge_plugin.py", line 305, in edit_chunk
  22. chunk_dirname = sb.get_git_directory_name(chunk_url)
  23. File "/src/morph/morphlib/sysbranchdir.py", line 119, in get_git_directory_name
  24. found_repo = self._find_git_directory(repo_url)
  25. File "/src/morph/morphlib/sysbranchdir.py", line 73, in _find_git_directory
  26. if gd.get_config('morph.repository') == repo_url:
  27. File "/src/morph/morphlib/gitdir.py", line 454, in get_config
  28. value = self._runcmd(['git', 'config', '-z', key])
  29. File "/src/morph/morphlib/gitdir.py", line 369, in _runcmd
  30. return cliapp.runcmd(argv, cwd=self.dirname, **kwargs)
  31. File "/usr/lib/python2.7/site-packages/cliapp/runcmd.py", line 63, in runcmd
  32. raise cliapp.AppException(msg)
  33. AppException: Command failed: git config -z morph.repository
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement