#9790 Unable to push to f33 branch for qjackctl
Closed: Fixed by mohanboddu. Opened by ankursinha.

  • Describe the issue

I was handed over ownership of the qjackctl package and am able to push to the master branch. However, when I try to push to the f33 branch, I get an error:

$ git merge master ; git push 
Updating d1f1e53..f3cd13b
Fast-forward
 .gitignore    |  1 +
 qjackctl.spec | 38 ++++++++++++++++++++++----------------
 qmake-qt5.sh  |  8 --------
 sources       |  2 +-
 4 files changed, 24 insertions(+), 25 deletions(-)
 delete mode 100755 qmake-qt5.sh
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Unspecified ref refs/heads/f33 is blocked
remote: Denied push for ref 'refs/heads/f33' for user 'ankursinha'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/qjackctl
 ! [remote rejected] f33 -> f33 (pre-receive hook declined)
error: failed to push some refs to 'ssh://pkgs.fedoraproject.org/rpms/qjackctl'

I think perhaps some ACLs weren't updated. Could someone please take a look when they have a minute?

https://src.fedoraproject.org/rpms/qjackctl

  • When do you need this? (YYYY/MM/DD)
    Not urgent

  • When is this no longer needed or useful? (YYYY/MM/DD)
    NA

  • If we cannot complete your request, what is the impact?
    We won't be able to push to f33 etc branches.


Others seem to be seeing similar errors, so this could perhaps be related to the PDC issue here:

https://pagure.io/fedora-infrastructure/issue/9376

@ankursinha This should be fixed now, could you please give it a try again?

If it didn't work, please reopen the ticket and with your findings.

Thanks.

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Yes, looks like it was PDC related. Works now. Thanks very much.

Metadata