Reset your builder's Git repo

239 views
Skip to first unread message

Andrew Gerrand

unread,
Feb 19, 2015, 9:42:05 PM2/19/15
to golang-dev
Attention builder maintainers,

Earlier today we had to do a force push to reverse a bad merge.
That has left any of the old-style builders with a Git repo in a bad state.
To fix this, stop your builder, blow away /tmp/gobuilder (or wherever you set your tmp dir), and start the builder again.

Brad Fitzpatrick

unread,
Mar 1, 2015, 7:12:53 PM3/1/15
to Andrew Gerrand, golang-dev
The builder program should probably not assume fast-forward for the future.  Can you file a bug or fix it to just do a git fetch && git reset --hard origin/master instead?


--
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Andrew Gerrand

unread,
Mar 4, 2015, 7:56:36 PM3/4/15
to Brad Fitzpatrick, golang-dev
Reply all
Reply to author
Forward
0 new messages