Hi,
My first package in rpmfusion was approved and now appears in pkdb:
https://admin.rpmfusion.org/pkgdb/package/free/zoneminder/
Following the documentation for contributors, the following succeeds, except for the last
step:
ssh-agent $SHELL
rfpkg co free/zoneminder
cd zoneminder
rfpkg import ~/zoneminder-1.30.4-3.fc26.src.rpm
git add .
git commit
rfpkg push
However, when I try to push my changes I am denied:
/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)
FATAL: W any free/zoneminder kni DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could not execute push: Command '['git', 'push']' returned
non-zero exit status 128
I have previously run rpmfusion-packager-setup. Running it again, it seems to think I am
setup correctly:
Setting up RPM Fusion packager environment
~/.rpmfusion.user already exists - skipping
~/.rpmfusion-upload-ca.cert already exists - skipping
~/.rpmfusion-server-ca.cert already exists - skipping
Done!
My rsa key has been uploaded to my account, and I am out of ideas.
Thoughts?