Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: delete tmp.shadams branch from build.golang.org #21741

Closed
stemar94 opened this issue Sep 2, 2017 · 12 comments
Closed

x/build: delete tmp.shadams branch from build.golang.org #21741

stemar94 opened this issue Sep 2, 2017 · 12 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@stemar94
Copy link

stemar94 commented Sep 2, 2017

Found this today:

tmp.shadams:
https://github.com/golang/go/tree/tmp.shadams
I think this one shouldn't be on remote/github.

Update:
q:
https://github.com/golang/go/tree/q
I think this one shouldn't be on github.

@stemar94 stemar94 changed the title Strange branch tmp.shadams existing Strange branches existing Sep 2, 2017
@davecheney
Copy link
Contributor

davecheney commented Sep 2, 2017 via email

@stemar94
Copy link
Author

stemar94 commented Sep 2, 2017

@dsnet
Copy link
Member

dsnet commented Sep 2, 2017

The branch tmp.shadams appears on the googlesource.com as well:
https://go.googlesource.com/go/+refs

q does not however.

@bcmills
Copy link
Contributor

bcmills commented Sep 7, 2017

(CC: @adams-sarah)

@s-mang
Copy link
Contributor

s-mang commented Sep 7, 2017

Hey sorry, I've been trying to debug #21555 in spare moments w/ branch tmp.shadams.

@rsc and @aclements aware. But I'll just delete for now, as I don't have much spare time to work on this ATM.
It will appear again later though, when I have more time to debug.

@s-mang
Copy link
Contributor

s-mang commented Sep 7, 2017

done

@rsc
Copy link
Contributor

rsc commented Sep 7, 2017

Added this to my .git/config:

[remote "github"]
	url = ssh://git@github.com/golang/go
	fetch = +refs/heads/*:refs/remotes/github/*

and then did this:

$ git fetch github
...
$ git push -d github q
To ssh://github.com/golang/go
 - [deleted]               q
$ git push -d github tmp.shadams
To ssh://github.com/golang/go
 - [deleted]               tmp.shadams
$ 

I think tmp.shadams came back quickly thereafter, but I deleted it again and at the moment it is still gone. If it comes back I'm not too worried - it can stay until Sarah is done debugging. "q" was clearly someone's mistyped command and it's gone and I don't expect it to return.

@rsc rsc closed this as completed Sep 7, 2017
@rsc
Copy link
Contributor

rsc commented Sep 7, 2017

Not going crazy, tmp.shadams is back again but q is still gone. Will reopen and leave assigned to Sarah for when she's done debugging. No rush on this. The name makes clear what's going on.

@rsc rsc reopened this Sep 7, 2017
@rsc rsc changed the title Strange branches existing github: delete tmp.shadams branch when done debugging Sep 7, 2017
@rsc rsc added this to the Unreleased milestone Sep 7, 2017
@s-mang
Copy link
Contributor

s-mang commented Sep 7, 2017

Huh weird. I deleted it from gerrit; figured the next push to gh would wipe it out.
tmp.shadams branch is not in gerrit ui nor does it appear on git fetch from origin (https://go.googlesource.com/go) anymore.

@stemar94
Copy link
Author

I think this can be closed.

For anyone still seeing some branches:

git fetch --all --prune

Worked for me.

@s-mang
Copy link
Contributor

s-mang commented Oct 2, 2017

hey @stemar94 thanks for your help :)
yea, so the branch is no longer in git nor remotes. but unfortunately it is still in the dropdown at the top of build.golang.org. i'm hoping to have time to fix this soon, it should just require some entities in Datastore to be deleted.

i'm going to re-open the issue for now, but i'll rename it so it's more clear what's going on.

@s-mang s-mang reopened this Oct 2, 2017
@s-mang s-mang changed the title github: delete tmp.shadams branch when done debugging x/build: delete tmp.shadams branch from build.golang.org Oct 2, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Oct 2, 2017
@s-mang
Copy link
Contributor

s-mang commented Oct 2, 2017

done. branch is gone from build.golang.org.

@s-mang s-mang closed this as completed Oct 2, 2017
@golang golang locked and limited conversation to collaborators Oct 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

7 participants