#5743 Please remove private branch graphviz/private-rawhide-2.32
Closed: Fixed None Opened 10 years ago by jskarvad.

Please remove private branch graphviz/private-rawhide-2.32 from dist-git.

Devels are able to create private branches, but it seems it is not possible to remove them:
$ git push origin :private-rawhide-2.32
remote: + refs/heads/private-rawhide-2.32 graphviz jskarvad DENIED by fallthru
remote: error: hook declined to update refs/heads/private-rawhide-2.32
To ssh://jskarvad@pkgs.fedoraproject.org/graphviz
! [remote rejected] private-rawhide-2.32 (hook declined)
error: failed to push some refs to 'ssh://jskarvad@pkgs.fedoraproject.org/graphviz'

This is odd, is there any way how to remove them? There is no problem to remove private branches in RHEL dist-git.


We do not normally allow deleting branches because that branch could have been built from, however, it appears that nothing has been built from that branch, so I have deleted it.

{{{
[nb@pkgs01 graphviz]$ git push origin --delete private-rawhide-2.32
To /srv/git/rpms/graphviz.git/
- [deleted] private-rawhide-2.32

}}}

Metadata Update from @jskarvad:
- Issue set to the milestone: Fedora 20 Alpha

7 years ago

Login to comment on this ticket.

Metadata