#9009 I am unable to push to F32 branch of crypto-policies
Closed: Fixed 3 years ago by pingou. Opened 3 years ago by tmraz.

Describe what you would like us to do:

I am unable to push to F32 branch of crypto-policies:

$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 403 bytes | 403.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Unspecified ref refs/heads/f32 is blocked
remote: Denied push for ref 'refs/heads/f32' for user 'tmraz'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/crypto-policies
! [remote rejected] f32 -> f32 (pre-receive hook declined)
error: failed to push some refs to 'ssh://tmraz@pkgs.fedoraproject.org/rpms/crypto-policies'

Push to master works (albeit with the fedmsg error).

When do you need this to be done by? (YYYY/MM/DD)


ASAP


not crypto-policies specific, I received the same error with bmake

$ git push 
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.82 KiB | 232.00 KiB/s, done.
Total 9 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Unspecified ref refs/heads/f31 is blocked
remote: Denied push for ref 'refs/heads/f31' for user 'pemensik'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/bmake
 ! [remote rejected] f31 -> f31 (pre-receive hook declined)
error: failed to push some refs to 'ssh://pemensik@pkgs.fedoraproject.org/rpms/bmake'

Metadata Update from @cverna:
- Issue assigned to cverna

3 years ago

Ok so after looking at it this is because we are missing the pdc-client package on pkgs01.iad2. This package is not available in epel8 so we need to either package it or use another way to query pdc.

I have hot fixed pkgs01.iad2.fedoraproject.org with https://pagure.io/pagure-dist-git/pull-request/111 which seems to work fine now.

Let's wait for @pingou to review the PR and make a proper patch on the server before we close that issue.

pagure-dist-git-1.8.0-1.el8.infra.noarch has been installed on pkgs01.iad2.fedoraproject.org and that contains @cverna's fix.

So let's close this ticket! :)

Thanks again for the patch @cverna !

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

3 years ago

Login to comment on this ticket.

Metadata