----- Original Message -----
> On 08/10/2017 03:01 PM, Fabio Valentini wrote:
> > I've just pushed an import commit to my first repository that was created
> > with fedrepo_req on pagure, and I got the following traceback from the
> > remote when it obviously failed to run a post-receive hook:
> >
> > remote: Traceback (most recent call last):
> > remote: File "./hooks/post-receive.default", line 19, in <module>
> > remote: import pagure # noqa: E402
> > remote: File "/usr/lib/python2.7/site-packages/pagure/__init__.py", line
> > 60, in <module>
> > remote: APP.config.from_envvar('PAGURE_CONFIG')
> > remote: File "/usr/lib/python2.7/site-packages/flask/config.py", line
> > 108, in from_envvar
> > remote: return self.from_pyfile(rv, silent=silent)
> > remote: File "/usr/lib/python2.7/site-packages/flask/config.py", line
> > 128, in from_pyfile
> > remote: with open(filename) as config_file:
> > remote: IOError: [Errno 13] Unable to load configuration file (Permission
> > denied): '/etc/pagure/pagure.cfg'
> > remote: Hook ./hooks/post-receive.default failed with error code 1
> >
> > My commit shows up fine in the web GUI.
> > Should I be worried about this? Is anybody else seeing this error?
>
> No need to worry and this is tracked in
> https://pagure.io/fedora-infrastructure/issue/6235
>
> kevin
>
>
>
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
I see the following when pushing to new repo:
$ fedpkg push
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning:
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings
instead.
DeprecationWarning)
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 1.11 KiB | 0 bytes/s, done.
Total 5 (delta 0), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository
database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://pkgs.fedoraproject.org/rpms/preeny
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to
'ssh://[email protected]/rpms/preeny'
Could not execute push: Command '['git', 'push']' returned non-zero exit status
1
Is it known or related? Or is it different issue? It's more than 12 hours the
repo
was created. I also reopened [1]
thanks & regards
Jaroslav
[1] https://pagure.io/dist-git-requests/issue/67
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]