You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2016/04/13 13:44:25 UTC

[jira] [Created] (INFRA-11673) Brooklyn repos are read-only

Svetoslav Neykov created INFRA-11673:
----------------------------------------

             Summary: Brooklyn repos are read-only
                 Key: INFRA-11673
                 URL: https://issues.apache.org/jira/browse/INFRA-11673
             Project: Infrastructure
          Issue Type: Bug
          Components: Git
            Reporter: Svetoslav Neykov


Trying to merge PRs in the Brooklyn's repos fails with:

{noformat}
remote: Traceback (most recent call last):
remote:   File "hooks/pre-receive", line 14, in <module>
remote:     import asfgit.log as log
remote:   File "/x1/git/asfgit-admin/asf/asfgit/log.py", line 6, in <module>
remote:     import asfgit.cfg as cfg
remote:   File "/x1/git/asfgit-admin/asf/asfgit/cfg.py", line 48, in <module>
remote:     protect = _git_config("hooks.asfgit.protect").split()
remote:   File "/x1/git/asfgit-admin/asf/asfgit/cfg.py", line 31, in _git_config
remote:     return run.git(*cmd)[1].strip()
remote:   File "/x1/git/asfgit-admin/asf/asfgit/run.py", line 29, in git
remote:     return cmd(gcomm, **kwargs)
remote:   File "/x1/git/asfgit-admin/asf/asfgit/run.py", line 17, in cmd
remote:     raise sp.CalledProcessError(exitcode, comm)
remote: subprocess.CalledProcessError: Command 'git config hooks.asfgit.protect' returned non-zero exit status 1
{noformat}

Tried it on brooklyn-client, brooklyn-library.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)