#5045: Remove junk branches --------------------+------------------------ Reporter: ellert | Owner: rel-eng@… Type: task | Status: new Milestone: | Component: git Keywords: | Blocked By: Blocking: | --------------------+------------------------ Hi.
I seem to have managed to create new remote branches for two of my packages. I don't know how it happened - I probably misspelled something and didn't notice at the time.
I have tried to figure out how to remove them, but have not been successful.
Could I ask for someone to remove them, or tell me the right commands so that I can do it myself?
The branches are called "15" and "16" (without the f) in the packages globus-io and globus-gridftp-server-control.
Mattias
#5045: Remove junk branches ---------------------+----------------------- Reporter: ellert | Owner: rel-eng@… Type: task | Status: new Milestone: | Component: git Resolution: | Keywords: Blocked By: | Blocking: ---------------------+-----------------------
Comment (by ellert):
If it is helpful here is an error message that appeared during "git push".
{{{ Counting objects: 7, done. Delta compression using up to 2 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 484 bytes, done. Total 4 (delta 3), reused 0 (delta 0) remote: Traceback (most recent call last): remote: File "hooks/post-receive", line 923, in <module> remote: main() remote: File "hooks/post-receive", line 918, in main remote: change.prepare() remote: File "hooks/post-receive", line 229, in prepare remote: detailed_commit_args.append("^" + all_changes[branch].oldrev) remote: TypeError: cannot concatenate 'str' and 'NoneType' objects To ssh://ellert@pkgs.fedoraproject.org/globus-io 71588a7..44c9fda el4 -> el4 71588a7..44c9fda el5 -> el5 71588a7..44c9fda el6 -> el6 71588a7..44c9fda f15 -> f15 71588a7..44c9fda f16 -> f16 71588a7..44c9fda master -> master * [new branch] 15 -> 15 * [new branch] 16 -> 16 }}}
#5045: Remove junk branches ---------------------+----------------------- Reporter: ellert | Owner: rel-eng@… Type: task | Status: closed Milestone: | Component: git Resolution: fixed | Keywords: Blocked By: | Blocking: ---------------------+----------------------- Changes (by kevin):
* status: new => closed * resolution: => fixed
Comment:
Done. thanks.
rel-eng@lists.fedoraproject.org