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

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

     [ https://issues.apache.org/jira/browse/INFRA-11673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lambertus updated INFRA-11673:
------------------------------------
    Status: Waiting for user  (was: Waiting for Infra)

Please try this again. 

> 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
>              Labels: #bugbash
>
> 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)