#5743: Please remove private branch graphviz/private-rawhide-2.32 -----------------------------+------------------------ Reporter: jskarvad | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 20 Alpha | Component: git Keywords: | Blocked By: Blocking: | -----------------------------+------------------------ 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.
#5743: Please remove private branch graphviz/private-rawhide-2.32 ------------------------------+----------------------- Reporter: jskarvad | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 20 Alpha | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by nb):
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
}}}
#5743: Please remove private branch graphviz/private-rawhide-2.32 ------------------------------+----------------------- Reporter: jskarvad | Owner: rel-eng@… Type: task | Status: closed Milestone: Fedora 20 Alpha | Component: git Resolution: fixed | Keywords: Blocked By: | Blocking: ------------------------------+----------------------- Changes (by nb):
* status: new => closed * resolution: => fixed
rel-eng@lists.fedoraproject.org