Page MenuHomePhabricator

Remove MW Core REL1_44 branch
Closed, ResolvedPublic

Description

No idea where it's come from... But there's a REL1_44 branch on mw core

Is there any way to find out who created/pushed it?

Can someone delete it?

Event Timeline

Reedy triaged this task as High priority.Jun 30 2019, 10:38 PM

Unfortunately that's just the last person to commit to it...

Which means it's jenkins-bot with the merge... Which is even more odd. I definitely don't see anything odd on https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/519202/ that it was merge into master...

I was more wondering if the gerrit logs told us this information

I was about to create a bug asking that this be removed.

I'm the original creator. I am working on an interface for gerrit and didn't realize that I could create but not delete branches.

I've also created a couple of sandbox/markahershberger/* branches that need to be deleted. I created those after reading Chad's documentation about the sandbox branches thinking that I would be able to delete them.

hashar claimed this task.
hashar subscribed.

On mediawiki/core, I have deleted the REL1_44 branch which was pointing to e1ee23ce68cba9b93013497b371034b16fdacae8 :]

I just run git fetch command on my laptop, and this confused me:

C:\Users\Kizule\Desktop\development\core>git fetch
remote: Counting objects: 16797, done                                                                                                                                               remote: Finding sources: 100% (565/565)                                                                                                                                             remote: Getting sizes: 100% (168/168)                                                                                                                                               remote: Compressing objects: 100% (150940/150940)                                                                                                                                   Receiving objects: 100% (565/565), 553.75 KiB | 879.00 KiB/s, done.cts:  94% (532/565), 240.01 KiB | 471.00 KiB/s                                                                   Resolving deltas:  19% (68/354)                                                                                                                                                     Resolving deltas: 100% (354/354), completed with 166 local objects.                                                                                                                 From ssh://gerrit.wikimedia.org:29418/mediawiki/core                                                                                                                                   cd96adf65f..a7c7cfb334  master            -> origin/master                                                                                                                          4187f85473..c99e9beff7  REL1_31           -> origin/REL1_31                                                                                                                         7e0677c7e2..89800f4afd  REL1_32           -> origin/REL1_32                                                                                                                         dba14a8590..63492b868c  REL1_33           -> origin/REL1_33                                                                                                                       * [new branch]            REL1_44           -> origin/REL1_44                                                                                                                       * [new branch]            sandbox/markahershberger/testbranch -> origin/sandbox/markahershberger/testbranch                                                                         * [new branch]            sandbox/markahershberger/testbranch2 -> origin/sandbox/markahershberger/testbranch2                                                                         ce66f7a9d0..d5f61bbde6  wmf/1.34.0-wmf.11 -> origin/wmf/1.34.0-wmf.11                                                                                                                                                                                                                                                                                                C:\Users\Kizule\Desktop\development\core>

Just? At what time? It was deleted hours before you posted...

git remote prune origin will clean it up locally