#5622: [RFE] Allow user to (create/)delete private branches -----------------------------+------------------------ Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: Fedora 19 Alpha | Component: git Keywords: | Blocked By: Blocking: | -----------------------------+------------------------ I'd like to be able to manage my private branches. For example, in preparation for Ruby 2.0 release, I was pushing my changes to .spec file into Ruby's repository in dist git, into ruby-2.0 branch. This branch is already merged into master for some while and I'd like to delete it, but it is forbidden:
{{{ $ git push -f origin :ruby-2.0 remote: + refs/heads/ruby-2.0 ruby vondruch DENIED by fallthru remote: error: hook declined to update refs/heads/ruby-2.0 To ssh://vondruch@pkgs.fedoraproject.org/ruby ! [remote rejected] ruby-2.0 (hook declined) error: failed to push some refs to 'ssh://vondruch@pkgs.fedoraproject.org/ruby' }}}
Would it be possible to allow some development branches, which can be created and deleted as well, without need of opening rel-eng tickets etc?
Thanks
#5622: [RFE] Allow user to (create/)delete private branches ------------------------------+----------------------- Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: Fedora 19 Alpha | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by till):
* related: ticket:5843 - Create koji plugin to allow building only from whitelisted git branches
#5622: [RFE] Allow user to (create/)delete private branches ------------------------------+----------------------- Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: Fedora 19 Alpha | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by till):
afaics, the ruby-2.0 branch is not moved into the master branch btw.
#5622: [RFE] Allow user to (create/)delete private branches ------------------------------+----------------------- Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: Fedora 19 Alpha | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by vondruch):
Replying to [comment:2 till]:
afaics, the ruby-2.0 branch is not moved into the master branch btw.
It does not really matter. It is obsolete as well as private-ruby-2.1 and private-ruby-2.2 branches.
#5622: [RFE] Allow user to (create/)delete private branches ------------------------------+----------------------- Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: Fedora 19 Alpha | Component: git Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by till):
Replying to [comment:3 vondruch]:
Replying to [comment:2 till]:
afaics, the ruby-2.0 branch is not moved into the master branch btw.
It does not really matter. It is obsolete as well as private-ruby-2.1
and private-ruby-2.2 branches.
If your private branches are merged, they can be deleted, because it guarantees that now commits from which something might have been built is lost. It was more a note for me that nothing can be done here till we have better tools.
#5622: [RFE] Allow user to (create/)delete private branches --------------------------+----------------------- Reporter: vondruch | Owner: rel-eng@… Type: enhancement | Status: new Milestone: | Component: git Resolution: | Keywords: Blocked By: | Blocking: --------------------------+----------------------- Changes (by ausil):
* milestone: Fedora 19 Alpha =>
rel-eng@lists.fedoraproject.org