#10048 Cannot push to trousers dist-git
Closed: It's all good 3 years ago by zbyszek. Opened 3 years ago by zbyszek.

  • Describe the issue
$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 12 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 519 bytes | 519.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Commit c4ee41144a32abfb588f25ecbe2c76ed4757031e is not signed
remote: Commit c4ee41144a32abfb588f25ecbe2c76ed4757031e is not signed
To ssh://pkgs.fedoraproject.org/rpms/trousers
 ! [remote rejected]       rawhide -> rawhide (pre-receive hook declined)
error: failed to push some refs to 'ssh://pkgs.fedoraproject.org/rpms/trousers'

I successfully pushed to and built about 540 other packages today. No idea why this one is different. (It's a ff push.)


This is the silly "Using this hook you can block any push with commits missing a "Signed-Off-By"" hook.

Add a 'Signed-Off-By: whatever' and it will allow you.

The package has indeed "Block Un-Signed commits" hook on.

However, there is nothing to sign off :(

OK, can we please ban this in dist-git? It's completely pointless and breaks pp workflows.

In the mean time, I have disabled the hook on trousers.

Thanks! I pushed the commit and it's building now.

Metadata Update from @zbyszek:
- Issue close_status updated to: It's all good
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata