Closed
Bug 574836
Opened 15 years ago
Closed 15 years ago
[preview.amo] git is in the middle of a conflicted merge
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbalogh, Assigned: chizu)
References
Details
next tried to update itself automatically, but it's not happy with what's going on. It found merge conflicts so it's stuck waiting for a human to fix it, so we have conflict markers and syntax errors in files.
This should force next to update: git checkout -f origin/next
But you might need to `git checkout .` first to clear out the working dir mess.
Find me in #webdev for more help.
| Reporter | ||
Comment 1•15 years ago
|
||
krupa says this is actually on preview. QA feels sad.
Summary: [next.amo] git is in the middle of a conflicted merge → [preview.amo] git is in the middle of a conflicted merge
Should be fixed now. 'git checkout -f origin/next' was enough to remove in progress merge.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Aw, I missed this last night. This is still broken. It looks like it's trying to git merge-base or something. This is the error:
It seems that I cannot create a rebase-apply directory, and
I wonder if you are in the middle of patch application or another
rebase. If that is not the case, please
rm -fr /data/amo_python/src/next/zamboni/.git/rebase-apply
and run me again. I am stopping in case you still have something
valuable there.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•15 years ago
|
||
I'm no longer getting emails about this. fixed?
Comment 5•15 years ago
|
||
Looks like the JS is still messed up (see blocked bug). This is a critical bug and blocking QA. What's the status?
| Reporter | ||
Updated•15 years ago
|
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
Looks like this is fixed (seeing updates to preview).
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•